Re: [PATCH 00/11] mmc: use sdhci_pltfm_init for private allocation and clean up

2016-01-05 Thread Arnd Bergmann
On Tuesday 05 January 2016 18:51:28 Jisheng Zhang wrote: > These patches are to complete the TODO in Commit 0e748234293f ("mmc: > sdhci: Add size for caller in init+register"), I.E: > > - todo: migrate clients to using allocation this way > - todo: remove priv variable once migration is complete >

[PATCH 00/11] mmc: use sdhci_pltfm_init for private allocation and clean up

2016-01-05 Thread Jisheng Zhang
These patches are to complete the TODO in Commit 0e748234293f ("mmc: sdhci: Add size for caller in init+register"), I.E: - todo: migrate clients to using allocation this way - todo: remove priv variable once migration is complete Jisheng Zhang (11): mmc: sdhci-bcm2835: use sdhci_pltfm_init for