commit | 45c20bd0fe7d0a93d820e9db868a39f25a2fb1b5 | [log] [tgz] |
---|---|---|
author | Yinbo Zhu <yinbo.zhu@nxp.com> | Tue Sep 25 14:47:06 2018 +0800 |
committer | York Sun <york.sun@nxp.com> | Thu Sep 27 08:48:51 2018 -0700 |
tree | 2269d1f1852f4b1f21bcf20fba5a49e8ebd564ff | |
parent | a7cc493ff35276ce28c6c64e5df6b702391db629 [diff] |
ppa/fm/qe: use block layer in ppa/fm/qe driver At present the MMC subsystem maintains its own list of MMC devices. This cannot work with driver model when CONFIG_BLK is enabled, use blk_dread to replace previous mmc read interface, use mmc_get_blk_desc to get the mmc device property. Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com> [York S: reformatted commit message] Reviewed-by: York Sun <york.sun@nxp.com>