mmc: sh_mmcif: Add DM and DT probing support
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sat, 21 Apr 2018 15:27:11 +0000 (17:27 +0200)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Sat, 21 Apr 2018 16:33:19 +0000 (18:33 +0200)
commit48f54a2d749517db1c57749c28832df8ea9f8b72
treefbd9bf463b61c199defe6cd63ad404c096904cce
parent010bbe7331b42c0200205167ce45beb502cb9999
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>
drivers/mmc/sh_mmcif.c