Re: [U-Boot] [PATCH 09/11] IMX: add additional function for pinmux using an array

2014-04-22 Thread Tim Harvey
On Thu, Apr 10, 2014 at 7:41 AM, Nikita Kiryanov wrote: > On 04/09/2014 06:40 PM, Tim Harvey wrote: >> >> On Wed, Apr 9, 2014 at 7:56 AM, Nikita Kiryanov >> wrote: >>> >>> Hi Tim, >>> >>> >>> On 04/03/2014 09:01 AM, Tim Harvey wrote: Add new function that can take an array of iomux

Re: [U-Boot] [PATCH 09/11] IMX: add additional function for pinmux using an array

2014-04-10 Thread Nikita Kiryanov
On 04/09/2014 06:40 PM, Tim Harvey wrote: On Wed, Apr 9, 2014 at 7:56 AM, Nikita Kiryanov wrote: Hi Tim, On 04/03/2014 09:01 AM, Tim Harvey wrote: Add new function that can take an array of iomux configs, an index, and a stride to allow a multi-dimentional array of pinmux values to be used

Re: [U-Boot] [PATCH 09/11] IMX: add additional function for pinmux using an array

2014-04-09 Thread Nikita Kiryanov
Hi Tim, On 04/03/2014 09:01 AM, Tim Harvey wrote: Add new function that can take an array of iomux configs, an index, and a stride to allow a multi-dimentional array of pinmux values to be used to define pinmux values per cpu-type. This takes a different approach to previously proposed solution

Re: [U-Boot] [PATCH 09/11] IMX: add additional function for pinmux using an array

2014-04-09 Thread Tim Harvey
On Wed, Apr 9, 2014 at 7:56 AM, Nikita Kiryanov wrote: > Hi Tim, > > > On 04/03/2014 09:01 AM, Tim Harvey wrote: >> >> Add new function that can take an array of iomux configs, an index, and >> a stride to allow a multi-dimentional array of pinmux values to be used >> to define pinmux values per c

[U-Boot] [PATCH 09/11] IMX: add additional function for pinmux using an array

2014-04-02 Thread Tim Harvey
Add new function that can take an array of iomux configs, an index, and a stride to allow a multi-dimentional array of pinmux values to be used to define pinmux values per cpu-type. This takes a different approach to previously proposed solutions which used multiple arrays of pad lists. The goal i