commit | f5a14af9c42be077404dbbeaebbb629f7ddcbed6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 01 11:36:26 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 17 09:54:43 2016 -0600 |
tree | 2c3020ac68217a70f3fff29bda077aba85f86923 | |
parent | e8c0a2509c6ec62a5c58a39c338cc1127bc83e1a [diff] |
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>