Re: [U-Boot] [PATCH v2 00/15] nand: device model bringup on am335x evm and am437x gpevm

2017-02-07 Thread Tom Rini
On Mon, Feb 06, 2017 at 12:50:25PM -0600, Grygorii Strashko wrote: > Hi Tom, > > On 02/05/2017 07:56 PM, Tom Rini wrote: > > On Tue, Jan 31, 2017 at 03:37:02PM -0600, Grygorii Strashko wrote: > > > >> This patch seires adds nand uclass driver and enables omap_gpmc to > >> adopt driver model. This

Re: [U-Boot] [PATCH v2 00/15] nand: device model bringup on am335x evm and am437x gpevm

2017-02-06 Thread Grygorii Strashko
Hi Tom, On 02/05/2017 07:56 PM, Tom Rini wrote: > On Tue, Jan 31, 2017 at 03:37:02PM -0600, Grygorii Strashko wrote: > >> This patch seires adds nand uclass driver and enables omap_gpmc to >> adopt driver model. This has been tested on AM335x GP EVM and >> AM437x GP EVM. >> >> As preparation for

Re: [U-Boot] [PATCH v2 00/15] nand: device model bringup on am335x evm and am437x gpevm

2017-02-05 Thread Tom Rini
On Tue, Jan 31, 2017 at 03:37:02PM -0600, Grygorii Strashko wrote: > This patch seires adds nand uclass driver and enables omap_gpmc to > adopt driver model. This has been tested on AM335x GP EVM and > AM437x GP EVM. > > As preparation for introducing nand uclass driver the new API > get_nand_dev

[U-Boot] [PATCH v2 00/15] nand: device model bringup on am335x evm and am437x gpevm

2017-01-31 Thread Grygorii Strashko
This patch seires adds nand uclass driver and enables omap_gpmc to adopt driver model. This has been tested on AM335x GP EVM and AM437x GP EVM. As preparation for introducing nand uclass driver the new API get_nand_dev_by_index() was added to avoid direct acces to nand_info array and u-boot core f