Re: [PATCH] mtd: nand: convert to unified device property interface

2017-08-17 Thread Kefeng Wang
On 2017/8/18 5:55, Boris Brezillon wrote: > Le Wed, 16 Aug 2017 15:29:05 +0800, > Kefeng Wang a écrit : > >> Changing from of_* to device_* interface, then we can also extract >> the properties from ACPI tables as well as from DT. >> >> Signed-off-by: Kefeng Wang >> --- >> >> - APCI will be sup

Re: [PATCH] mtd: nand: convert to unified device property interface

2017-08-17 Thread Boris Brezillon
Le Wed, 16 Aug 2017 15:29:05 +0800, Kefeng Wang a écrit : > Changing from of_* to device_* interface, then we can also extract > the properties from ACPI tables as well as from DT. > > Signed-off-by: Kefeng Wang > --- > > - APCI will be supported in hisi504_nand.c, and it will use nand_scan_id

[PATCH] mtd: nand: convert to unified device property interface

2017-08-16 Thread Kefeng Wang
Changing from of_* to device_* interface, then we can also extract the properties from ACPI tables as well as from DT. Signed-off-by: Kefeng Wang --- - APCI will be supported in hisi504_nand.c, and it will use nand_scan_ident(). drivers/mtd/nand/nand_base.c | 54 ++-