commit | 3bf2ab92cb4a7222c0da7136a5d94443ab80f627 | [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 | 8706b8151881d0844f79327bc94afd1c4c578f43 [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>