linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] mmc: sdhci: set .remove to sdhci_pltfm_unregister()
@ 2015-02-27  7:47 Kevin Hao
  2015-02-27  7:47 ` [PATCH v2 1/7] mmc: sdhci-dove: remove the unneeded error check Kevin Hao
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Kevin Hao @ 2015-02-27  7:47 UTC (permalink / raw)
  To: linux-mmc; +Cc: Chris Ball, Ulf Hansson

Hi,

v2:
  - Update the sdhci-bcm-kona as suggested by Ray Jui.
  - Also kill the private get_max_clock function in sdhci-sirf.

v1:
In the current kernel, the specific .remove function in several sdhci platform
drivers seem pretty similar. Actually we can just set all of them to
sdhci_pltfm_unregister() with just a bit twist.

Only run test for sdhci-of-esdhc driver. All others just passed the build test.

Kevin Hao (7):
  mmc: sdhci-dove: remove the unneeded error check
  mmc: sdhci-dove: kill the driver specific private struct
  mmc: tegra: use devm help functions to get the clk and gpio
  mmc: sdhci-sirf: kill the "clk" member in driver private struct
  mmc: sdhci-bcm-kona: kill the "external_clk" member in driver private 
       struct
  mmc: sdhci: disable the clock in sdhci_pltfm_unregister()
  mmc: sdhci: set the .remove to sdhci_pltfm_unregister()

 drivers/mmc/host/sdhci-bcm-kona.c  | 61 ++++++++------------------------------
 drivers/mmc/host/sdhci-bcm2835.c   |  7 +----
 drivers/mmc/host/sdhci-cns3xxx.c   |  7 +----
 drivers/mmc/host/sdhci-dove.c      | 39 ++++--------------------
 drivers/mmc/host/sdhci-of-arasan.c |  1 -
 drivers/mmc/host/sdhci-of-esdhc.c  |  7 +----
 drivers/mmc/host/sdhci-of-hlwd.c   |  7 +----
 drivers/mmc/host/sdhci-pltfm.c     |  2 ++
 drivers/mmc/host/sdhci-sirf.c      | 36 +++++-----------------
 drivers/mmc/host/sdhci-st.c        | 12 +-------
 drivers/mmc/host/sdhci-tegra.c     | 30 +++----------------
 11 files changed, 36 insertions(+), 173 deletions(-)

-- 
1.9.3


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-03-05 13:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-27  7:47 [PATCH v2 0/7] mmc: sdhci: set .remove to sdhci_pltfm_unregister() Kevin Hao
2015-02-27  7:47 ` [PATCH v2 1/7] mmc: sdhci-dove: remove the unneeded error check Kevin Hao
2015-02-27  7:47 ` [PATCH v2 2/7] mmc: sdhci-dove: kill the driver specific private struct Kevin Hao
     [not found] ` <1425023251-4544-1-git-send-email-haokexin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-02-27  7:47   ` [PATCH v2 3/7] mmc: tegra: use devm help functions to get the clk and gpio Kevin Hao
     [not found]     ` <1425023251-4544-4-git-send-email-haokexin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-03-02  6:46       ` Alexandre Courbot
2015-02-27  7:47 ` [PATCH v2 4/7] mmc: sdhci-sirf: kill the "clk" member in driver private struct Kevin Hao
2015-02-27  7:47 ` [PATCH v2 5/7] mmc: sdhci-bcm-kona: kill the "external_clk" " Kevin Hao
2015-02-27 17:12   ` Ray Jui
2015-02-27  7:47 ` [PATCH v2 6/7] mmc: sdhci: disable the clock in sdhci_pltfm_unregister() Kevin Hao
2015-02-27  7:47 ` [PATCH v2 7/7] mmc: sdhci: set the .remove to sdhci_pltfm_unregister() Kevin Hao
2015-03-05 13:46 ` [PATCH v2 0/7] mmc: sdhci: set " Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).