commit | 26b87a0549eb2fe1bfb9898855b6edd28835edaa | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Sat Apr 21 17:27:11 2018 +0200 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Sat Apr 21 18:33:19 2018 +0200 |
tree | fbd9bf463b61c199defe6cd63ad404c096904cce | |
parent | dada109e6b79839d61a85e50fa6416dfb5a63fea [diff] |
mmc: sh_mmcif: Add DM and DT probing support Add MMC DM and DT probing support into the SH MMCIF driver. This patch abstracts out the common bits of the send command and set ios functions, so they can be used both by DM and non DM setups and adds the DM probe support. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Cc: Jaehoon Chung <jh80.chung@samsung.com>