commit | 6eef6eac1fc137c97bf1993304ed83b8e483c80a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 01 11:36:03 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 17 09:54:43 2016 -0600 |
tree | acf93cca012d7aa2b37ff8befb44c404271e4740 | |
parent | c649e3c91cdc96a86ca2665fcfafaca5c4b384b1 [diff] |
dm: blk: Add a legacy block interface There is quite a bit of duplicated common code related to block devices in the IDE and SCSI implementations. Create some helper functions that can be used to reduce the duplication. These rely on a linker list of interface-type drivers Signed-off-by: Simon Glass <sjg@chromium.org>