Re: [PATCH] imx27: pinctrl: fix wrong offset to ICONFB

2014-01-21 Thread Chris Ruehl
Hi Markus, On Tuesday, January 21, 2014 06:24 PM, Markus Pargmann wrote: Hi, On Thu, Jan 16, 2014 at 09:18:23AM +0800, Chris Ruehl wrote: The offset to ICONFB was incorrect, this patch set the correct value 0x14. dev_dbg in function imx1_write_2bit print the wrong address and had been moved af

Re: [PATCH] imx27: pinctrl: fix wrong offset to ICONFB

2014-01-21 Thread Markus Pargmann
Hi, On Thu, Jan 16, 2014 at 09:18:23AM +0800, Chris Ruehl wrote: > The offset to ICONFB was incorrect, this patch set the correct value 0x14. > dev_dbg in function imx1_write_2bit print the wrong address and had been > moved after address calculation. > > Signed-off-by: Chris Ruehl Reviewed-by:

[PATCH] imx27: pinctrl: fix wrong offset to ICONFB

2014-01-15 Thread Chris Ruehl
The offset to ICONFB was incorrect, this patch set the correct value 0x14. dev_dbg in function imx1_write_2bit print the wrong address and had been moved after address calculation. Signed-off-by: Chris Ruehl --- drivers/pinctrl/pinctrl-imx1-core.c |8 1 file changed, 4 insertions(+)