Re: [U-Boot] [PATCH v9 01/21] dm: mtd: Add dm mtd core ops

2016-11-05 Thread Simon Glass
Hi Jagan, On 30 October 2016 at 12:23, Jagan Teki wrote: > - Add generic dm_mtd operations > - Add mtd_read|erase|write_dm > - Add add_mtd_device_dm > > The respetive MTD_UCLASS drivers must install the hooks to these > dm_mtd_ops and other core ops are act as a interface b/w

[U-Boot] [PATCH v9 01/21] dm: mtd: Add dm mtd core ops

2016-10-30 Thread Jagan Teki
- Add generic dm_mtd operations - Add mtd_read|erase|write_dm - Add add_mtd_device_dm The respetive MTD_UCLASS drivers must install the hooks to these dm_mtd_ops and other core ops are act as a interface b/w drivers vs command code. Signed-off-by: Jagan Teki ---