commit | 7d741ac5508b41c7b8568328c4aa8ca9155bfa37 | [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 | 151b9350820861f4323cef01f415f0b29f575bcc [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>