]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: sata: Add support for driver-model block devices
authorSimon Glass <sjg@chromium.org>
Sun, 1 May 2016 17:36:26 +0000 (11:36 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 17 May 2016 15:54:43 +0000 (09:54 -0600)
commitf5a14af9c42be077404dbbeaebbb629f7ddcbed6
tree2c3020ac68217a70f3fff29bda077aba85f86923
parente8c0a2509c6ec62a5c58a39c338cc1127bc83e1a
dm: sata: Add support for driver-model block devices

Add driver-model block-device support to the SATA implementation. This is
just a dummy implementation for now, since the SATA low-level API uses
numbered devices and that doesn't fit with driver model.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/sata.c