]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci: Add size for caller in init+register
authorChristian Daudt <csd@broadcom.com>
Wed, 29 May 2013 20:50:05 +0000 (13:50 -0700)
committerChris Ball <cjb@laptop.org>
Fri, 31 May 2013 15:59:29 +0000 (11:59 -0400)
commit6c930e431ef47adfa075246262c8f389ecdd816d
treed264cb090be41c375de32707478036f2374eb543
parent9cbfe4ac7a0e463d106b69d5647e7f5285a1232c
mmc: sdhci: Add size for caller in init+register

Add a param to allow users of sdhci_pltfm to allocate private space
in calls to sdhci_pltfm_init+sdhci_pltfm_register. This is implemented
in the same way as sdhci does for its users.
 None of the users have been migrated yet and are passing in zero to
retain their private allocation.

- todo: migrate clients to using allocation this way
- todo: remove priv variable once migration is complete

Also removed unused variable in sdhci_pltfm_init fn

Signed-off-by: Christian Daudt <csd@broadcom.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-bcm2835.c
drivers/mmc/host/sdhci-cns3xxx.c
drivers/mmc/host/sdhci-dove.c
drivers/mmc/host/sdhci-esdhc-imx.c
drivers/mmc/host/sdhci-of-esdhc.c
drivers/mmc/host/sdhci-of-hlwd.c
drivers/mmc/host/sdhci-pltfm.c
drivers/mmc/host/sdhci-pltfm.h
drivers/mmc/host/sdhci-pxav2.c
drivers/mmc/host/sdhci-pxav3.c
drivers/mmc/host/sdhci-tegra.c