Re: [U-Boot] [PATCH 3/5] arm:imx-common introduce a new function to set gpr

2014-11-01 Thread Wolfgang Denk
Dear Peng Fan, In message <1414808359-4750-4-git-send-email-peng@freescale.com> you wrote: > Add a new function mxc_iomux_set_gpr_register to > set the iomux gpr register. > > 32-bit general purpose registers according to SoC > requirements for any usage. ... > +/* > + * Configure the IOMUX G

Re: [U-Boot] [PATCH 3/5] arm:imx-common introduce a new function to set gpr

2014-11-01 Thread Peng Fan
On 11/01/2014 03:39 PM, Li Ye-B37916 wrote: > Hi Peng, > > > > On 11/1/2014 10:19 AM, Peng Fan wrote: >> Add a new function mxc_iomux_set_gpr_register to >> set the iomux gpr register. >> >> 32-bit general purpose registers according to SoC >> requirements for any usage. >> >> Signed-off-by:

Re: [U-Boot] [PATCH 3/5] arm:imx-common introduce a new function to set gpr

2014-11-01 Thread Li Ye-B37916
Hi Peng, On 11/1/2014 10:19 AM, Peng Fan wrote: > Add a new function mxc_iomux_set_gpr_register to > set the iomux gpr register. > > 32-bit general purpose registers according to SoC > requirements for any usage. > > Signed-off-by: Peng Fan > Signed-off-by: Ye.Li > Signed-off-by: Nitin Garg

[U-Boot] [PATCH 3/5] arm:imx-common introduce a new function to set gpr

2014-10-31 Thread Peng Fan
Add a new function mxc_iomux_set_gpr_register to set the iomux gpr register. 32-bit general purpose registers according to SoC requirements for any usage. Signed-off-by: Peng Fan Signed-off-by: Ye.Li Signed-off-by: Nitin Garg --- arch/arm/imx-common/iomux-v3.c | 25 +