Re: [RFC 10/22] dm: blk: add read/write interfaces with udevice

2021-10-10 Thread Simon Glass
Hi Takahiro, On Thu, 30 Sept 2021 at 23:03, AKASHI Takahiro wrote: > > In include/blk.h, Simon suggested: > ===> > /* > * These functions should take struct udevice instead of struct blk_desc, > * but this is convenient for migration to driver model. Add a 'd' prefix > * to the function operat

[resent RFC 10/22] dm: blk: add read/write interfaces with udevice

2021-10-03 Thread AKASHI Takahiro
In include/blk.h, Simon suggested: ===> /* * These functions should take struct udevice instead of struct blk_desc, * but this is convenient for migration to driver model. Add a 'd' prefix * to the function operations, so that blk_read(), etc. can be reserved for * functions with the correct ar

[RFC 10/22] dm: blk: add read/write interfaces with udevice

2021-09-30 Thread AKASHI Takahiro
In include/blk.h, Simon suggested: ===> /* * These functions should take struct udevice instead of struct blk_desc, * but this is convenient for migration to driver model. Add a 'd' prefix * to the function operations, so that blk_read(), etc. can be reserved for * functions with the correct ar