Re: [U-Boot] [PATCH v4 00/17] nand: remove direct acces to nand_info array

2017-07-03 Thread Lokesh Vutla
On Monday 03 July 2017 04:47 PM, Tom Rini wrote: > On Mon, Jul 03, 2017 at 11:30:36AM +0530, Lokesh Vutla wrote: >> >> >> On Sunday 02 July 2017 06:11 PM, Tom Rini wrote: >>> On Mon, Jun 26, 2017 at 07:12:50PM -0500, Grygorii Strashko wrote: >>> This is a preparation required for adding Nand

Re: [U-Boot] [PATCH v4 00/17] nand: remove direct acces to nand_info array

2017-07-03 Thread Tom Rini
On Mon, Jul 03, 2017 at 11:30:36AM +0530, Lokesh Vutla wrote: > > > On Sunday 02 July 2017 06:11 PM, Tom Rini wrote: > > On Mon, Jun 26, 2017 at 07:12:50PM -0500, Grygorii Strashko wrote: > > > >> This is a preparation required for adding Nand DM support. This series > >> introduces new API get_

Re: [U-Boot] [PATCH v4 00/17] nand: remove direct acces to nand_info array

2017-07-02 Thread Lokesh Vutla
On Sunday 02 July 2017 06:11 PM, Tom Rini wrote: > On Mon, Jun 26, 2017 at 07:12:50PM -0500, Grygorii Strashko wrote: > >> This is a preparation required for adding Nand DM support. This series >> introduces new API get_nand_dev_by_index() to avoid direct acces to nand_info >> array and updates

Re: [U-Boot] [PATCH v4 00/17] nand: remove direct acces to nand_info array

2017-07-02 Thread Tom Rini
On Mon, Jun 26, 2017 at 07:12:50PM -0500, Grygorii Strashko wrote: > This is a preparation required for adding Nand DM support. This series > introduces new API get_nand_dev_by_index() to avoid direct acces to nand_info > array and updates u-boot to use it. As result, nand_info array is made stati

[U-Boot] [PATCH v4 00/17] nand: remove direct acces to nand_info array

2017-06-26 Thread Grygorii Strashko
This is a preparation required for adding Nand DM support. This series introduces new API get_nand_dev_by_index() to avoid direct acces to nand_info array and updates u-boot to use it. As result, nand_info array is made static in the last patch. Changes in v4: - rebased on top of git://git.denx.de