Re: [PATCH 0/2] pinctrl: rockchip: fix handling of first pinbank

2014-04-03 Thread Linus Walleij
On Wed, Mar 26, 2014 at 12:56 AM, Heiko Stübner wrote: > Therefore I put together the following two patches to go on top of > your patch and also make rockchip_set_mux honor this situation. Both patches applied for fixes. Yours, Linus Walleij -- To unsubscribe from this list: send the line "uns

[PATCH 0/2] pinctrl: rockchip: fix handling of first pinbank

2014-03-25 Thread Heiko Stübner
Am Dienstag, 25. März 2014, 20:43:59 schrieb Beniamino Galvani: > On Tue, Mar 25, 2014 at 12:14:42AM +0100, Heiko Stübner wrote: > > GPIO0 only has the second two IOMUX registers: > > - GRF_GPIO0C_IOMUX at 0x68 > > - GRF_GPIO0D_IOMUX at 0x6c > > which I guess is where my mistake comes from. [...]