Re: [U-Boot] [PATCH 1/2] mx6: Remove duplication of iomuxc structure

2014-07-23 Thread Stefano Babic
On 09/07/2014 22:59, Fabio Estevam wrote: > From: Fabio Estevam > > There is no need to keep iomuxc_base_regs structure as it serves the exact > same > purpose of the iomuxc structure, which is to provide access to the GPR > registers. > > The additional fields of iomuxc_base_regs are not used

Re: [U-Boot] [PATCH 1/2] mx6: Remove duplication of iomuxc structure

2014-07-11 Thread Stefano Babic
Hi Fabio, On 09/07/2014 22:59, Fabio Estevam wrote: > From: Fabio Estevam > > There is no need to keep iomuxc_base_regs structure as it serves the exact > same > purpose of the iomuxc structure, which is to provide access to the GPR > registers. > > The additional fields of iomuxc_base_regs a

[U-Boot] [PATCH 1/2] mx6: Remove duplication of iomuxc structure

2014-07-09 Thread Fabio Estevam
From: Fabio Estevam There is no need to keep iomuxc_base_regs structure as it serves the exact same purpose of the iomuxc structure, which is to provide access to the GPR registers. The additional fields of iomuxc_base_regs are not used. Other advantage of 'iomuxc' is that it has a shorter name