Re: [U-Boot] [PATCH v2 00/44] dm: blk: Add more driver-model support for block devices

2016-05-07 Thread Simon Glass
Hi, On 1 May 2016 at 11:35, Simon Glass wrote: > This series adjusts the block device code to support conversion to driver > model. Specifically > > - A new 'legacy' block interface is created, allowing block devices to be > defined by a linker list and accessed through

[U-Boot] [PATCH v2 00/44] dm: blk: Add more driver-model support for block devices

2016-05-01 Thread Simon Glass
This series adjusts the block device code to support conversion to driver model. Specifically - A new 'legacy' block interface is created, allowing block devices to be defined by a linker list and accessed through function calls - Block device commands (such as sata and scsi) are adjusted to use