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 nik...@compulab.co.il wrote: On 04/09/2014 06:40 PM, Tim Harvey wrote: On Wed, Apr 9, 2014 at 7:56 AM, Nikita Kiryanov nik...@compulab.co.il wrote: Hi Tim, On 04/03/2014 09:01 AM, Tim Harvey wrote: Add new function that can take an array

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 nik...@compulab.co.il 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

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 nik...@compulab.co.il 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

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

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

2014-04-03 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