Re: [PATCH 00/12] mtd: get rid of of_mtd.{c,h} and of_get_nand_xx()

2016-04-22 Thread Boris Brezillon
On Fri, 1 Apr 2016 14:54:20 +0200 Boris Brezillon wrote: > Hello, > > of_mtd.{h,c} are providing the of_get_nand_xxx() helpers to help NAND > controller drivers parse some generic NAND DT properties. > An infrastructure has recently been added to NAND core to automatically > parse those propert

Re: [PATCH 00/12] mtd: get rid of of_mtd.{c,h} and of_get_nand_xx()

2016-04-06 Thread Franklin S Cooper Jr.
On 04/01/2016 07:54 AM, Boris Brezillon wrote: > Hello, > > of_mtd.{h,c} are providing the of_get_nand_xxx() helpers to help NAND > controller drivers parse some generic NAND DT properties. > An infrastructure has recently been added to NAND core to automatically > parse those properties when na

[PATCH 00/12] mtd: get rid of of_mtd.{c,h} and of_get_nand_xx()

2016-04-01 Thread Boris Brezillon
Hello, of_mtd.{h,c} are providing the of_get_nand_xxx() helpers to help NAND controller drivers parse some generic NAND DT properties. An infrastructure has recently been added to NAND core to automatically parse those properties when nand_scan_ident() is called, thus removing the need for NAND co