When I was implementing my dirver, I just noticed some candidates
for cleanups.  Some are required changes for my driver.



Masahiro Yamada (6):
  mmc: renesas_sdhc: remove eprobe jump label
  mmc: tmio: set tmio_mmc_host to driver data
  mmc: tmio: use devm_ioremap_resource() instead of devm_ioremap()
  mmc: tmio: move mmc_host_ops to struct tmio_mmc_host from static data
  mmc: tmio, renesas_sdhi: set mmc_host_ops hooks directly
  mmc: tmio: move mmc_of_parse() out of tmio_mmc_host_probe()

 drivers/mmc/host/renesas_sdhi_core.c | 24 ++++++++++++------------
 drivers/mmc/host/tmio_mmc.c          | 16 ++++++++--------
 drivers/mmc/host/tmio_mmc.h          |  4 +---
 drivers/mmc/host/tmio_mmc_core.c     | 31 +++++++++----------------------
 4 files changed, 30 insertions(+), 45 deletions(-)

-- 
2.7.4

Reply via email to