mmc: esdhc: Add support for 8-bit bus width and non-removable card
authorOded Gabbay <ogabbay@advaoptical.com>
Thu, 27 Jun 2013 16:00:05 +0000 (12:00 -0400)
committerChris Ball <cjb@laptop.org>
Fri, 5 Jul 2013 16:46:30 +0000 (12:46 -0400)
commit66b50a00992dca97b442e016a9b2dba892e2df61
tree764fbe455ac9fffafd04f0778d673601ca786d16
parent7c4f10ac5a940b3994be7f1801a606f8605e7a69
mmc: esdhc: Add support for 8-bit bus width and non-removable card

This patch adds support of connecting an MMC media using an 8-bit
bus width connection to Freescale's P2020 H/W SDHC controller. During
the probe function, the generic function mmc_of_parse is called to
detect whether the controller is configured with 8-bit bus width.

Also, the generic function detects if the non-removable property is
set in the device tree.  The function esdhc_pltfm_bus_width was added
because the bus width configuration is platform specific.

Signed-off-by: Oded Gabbay <ogabbay@advaoptical.com>
Reviewed-by: Anton Vorontsov <anton@enomsg.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-esdhc.h
drivers/mmc/host/sdhci-of-esdhc.c