commit | b650afa18b0da5b8f0b892872bce648bb5a09f46 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sun Sep 10 05:12:51 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Sun Sep 10 12:27:37 2017 -0400 |
tree | 0aba1a5779ed24c9d978c985bbe3fd071abc98fb | |
parent | cf406d25f4fb69758f1cd607432cbce4ac8f194d [diff] |
block: ide: Fix block read/write with driver model This converts the IDE driver to driver model so that block read and write are fully functional. Fixes: b7c6baef ("x86: Convert MMC to driver model") Reported-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>