On Mon, Feb 15, 2016 at 10:16 AM, Simon Glass <s...@chromium.org> wrote:
> Add a uclass for block devices. These provide block-oriented data access,
> supporting reading, writing and erasing of whole blocks.
>
> Signed-off-by: Simon Glass <s...@chromium.org>
> ---
>
>  drivers/block/Kconfig      |  11 +++
>  drivers/block/Makefile     |   2 +
>  drivers/block/blk-uclass.c | 175 
> +++++++++++++++++++++++++++++++++++++++++++++
>  include/blk.h              | 145 +++++++++++++++++++++++++++++++++++++
>  include/dm/uclass-id.h     |   1 +
>  5 files changed, 334 insertions(+)
>  create mode 100644 drivers/block/blk-uclass.c
>

Reviewed-by: Bin Meng <bmeng...@gmail.com>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to