Re: [PATCH] pinctrl: rockchip: fix offset of mux registers for rk3188

2014-04-03 Thread Linus Walleij
On Thu, Apr 3, 2014 at 4:20 PM, Heiko Stübner wrote: > small protest note > > "Heikki adds:" - sounds somehow finish or swedish, but who is this guy? ;-) Haha sorry Heiko, I'll fix. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [PATCH] pinctrl: rockchip: fix offset of mux registers for rk3188

2014-04-03 Thread Heiko Stübner
Am Donnerstag, 3. April 2014, 16:10:46 schrieb Linus Walleij: > On Mon, Mar 24, 2014 at 11:36 PM, Beniamino Galvani wrote: > > The correct value of .mux_offset for rk3188 seems to be 0x60 > > instead of 0x68. > > > > Signed-off-by: Beniamino Galvani > > Patch applied to fixes with Heiko's

Re: [PATCH] pinctrl: rockchip: fix offset of mux registers for rk3188

2014-04-03 Thread Linus Walleij
On Mon, Mar 24, 2014 at 11:36 PM, Beniamino Galvani wrote: > The correct value of .mux_offset for rk3188 seems to be 0x60 > instead of 0x68. > > Signed-off-by: Beniamino Galvani Patch applied to fixes with Heiko's Review tag and also copied some info from the conversation into the commit

Re: [PATCH] pinctrl: rockchip: fix offset of mux registers for rk3188

2014-04-03 Thread Linus Walleij
On Mon, Mar 24, 2014 at 11:36 PM, Beniamino Galvani b.galv...@gmail.com wrote: The correct value of .mux_offset for rk3188 seems to be 0x60 instead of 0x68. Signed-off-by: Beniamino Galvani b.galv...@gmail.com Patch applied to fixes with Heiko's Review tag and also copied some info from the

Re: [PATCH] pinctrl: rockchip: fix offset of mux registers for rk3188

2014-04-03 Thread Heiko Stübner
Am Donnerstag, 3. April 2014, 16:10:46 schrieb Linus Walleij: On Mon, Mar 24, 2014 at 11:36 PM, Beniamino Galvani b.galv...@gmail.com wrote: The correct value of .mux_offset for rk3188 seems to be 0x60 instead of 0x68. Signed-off-by: Beniamino Galvani b.galv...@gmail.com Patch

Re: [PATCH] pinctrl: rockchip: fix offset of mux registers for rk3188

2014-04-03 Thread Linus Walleij
On Thu, Apr 3, 2014 at 4:20 PM, Heiko Stübner he...@sntech.de wrote: small protest note Heikki adds: - sounds somehow finish or swedish, but who is this guy? ;-) Haha sorry Heiko, I'll fix. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the

Re: [PATCH] pinctrl: rockchip: fix offset of mux registers for rk3188

2014-03-25 Thread Beniamino Galvani
On Tue, Mar 25, 2014 at 12:14:42AM +0100, Heiko Stübner wrote: > Am Montag, 24. März 2014, 23:36:01 schrieb Beniamino Galvani: > > The correct value of .mux_offset for rk3188 seems to be 0x60 > > instead of 0x68. > > Executive summary: the offset-change itself is correct, therefore > >

Re: [PATCH] pinctrl: rockchip: fix offset of mux registers for rk3188

2014-03-25 Thread Beniamino Galvani
On Tue, Mar 25, 2014 at 12:14:42AM +0100, Heiko Stübner wrote: Am Montag, 24. März 2014, 23:36:01 schrieb Beniamino Galvani: The correct value of .mux_offset for rk3188 seems to be 0x60 instead of 0x68. Executive summary: the offset-change itself is correct, therefore Reviewed-by: Heiko

Re: [PATCH] pinctrl: rockchip: fix offset of mux registers for rk3188

2014-03-24 Thread Heiko Stübner
Am Montag, 24. März 2014, 23:36:01 schrieb Beniamino Galvani: > The correct value of .mux_offset for rk3188 seems to be 0x60 > instead of 0x68. Executive summary: the offset-change itself is correct, therefore Reviewed-by: Heiko Stuebner That is what one gets when the only source is a vendor

[PATCH] pinctrl: rockchip: fix offset of mux registers for rk3188

2014-03-24 Thread Beniamino Galvani
The correct value of .mux_offset for rk3188 seems to be 0x60 instead of 0x68. Signed-off-by: Beniamino Galvani --- drivers/pinctrl/pinctrl-rockchip.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/pinctrl-rockchip.c b/drivers/pinctrl/pinctrl-rockchip.c

[PATCH] pinctrl: rockchip: fix offset of mux registers for rk3188

2014-03-24 Thread Beniamino Galvani
The correct value of .mux_offset for rk3188 seems to be 0x60 instead of 0x68. Signed-off-by: Beniamino Galvani b.galv...@gmail.com --- drivers/pinctrl/pinctrl-rockchip.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/pinctrl-rockchip.c

Re: [PATCH] pinctrl: rockchip: fix offset of mux registers for rk3188

2014-03-24 Thread Heiko Stübner
Am Montag, 24. März 2014, 23:36:01 schrieb Beniamino Galvani: The correct value of .mux_offset for rk3188 seems to be 0x60 instead of 0x68. Executive summary: the offset-change itself is correct, therefore Reviewed-by: Heiko Stuebner he...@sntech.de That is what one gets when the only