]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: sdhci: rename platform_8bit_width to platform_bus_width
authorSascha Hauer <s.hauer@pengutronix.de>
Mon, 21 Jan 2013 11:02:27 +0000 (19:02 +0800)
committerChris Ball <cjb@laptop.org>
Mon, 11 Feb 2013 18:29:07 +0000 (13:29 -0500)
commit7d90f1afad6beb32be8c79de9bdb2d39aac58966
tree21e778f5fc8a110eb6d7ce2e1c5b0248cdd4c147
parentfed07b9a764b7d7debb0c134aac67b5c3bf86d01
mmc: sdhci: rename platform_8bit_width to platform_bus_width

The 8bit in the function name is misleading. When set, it will be
used to set the bus width, regardless of whether 8bit or another
bus width is requested, so change the function name to
platform_bus_width.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Tested-by: Dirk Behme <dirk.behme@de.bosch.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-pci.c
drivers/mmc/host/sdhci-pxav2.c
drivers/mmc/host/sdhci-s3c.c
drivers/mmc/host/sdhci-tegra.c
drivers/mmc/host/sdhci.c
drivers/mmc/host/sdhci.h