linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] mmc: sdhci: sdhci_set_bus_width() cleanup
@ 2017-08-14 20:00 Michał Mirosław
  2017-08-14 20:00 ` [PATCH v2 2/4] mmc: sdhci-tegra: use generic sdhci_set_bus_width() Michał Mirosław
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Michał Mirosław @ 2017-08-14 20:00 UTC (permalink / raw)
  To: Adrian Hunter, Ulf Hansson, Thierry Reding, Jonathan Hunter,
	Ben Dooks, Jaehoon Chung
  Cc: linux-mmc-u79uwXL29TY76Z2rM5mHXA,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA

Some SDHCI drivers are reimplementing sdhci_set_bus_width() just because
they support 8-bit bus but don't advertise full SDHCI 3.0 compliance.
This unnecessarily duplicates the function. Let's remove those duplicates.

v2:
	- added commit messages from Adrian Hunter

Michał Mirosław (4):
  mmc: sdhci: key 8BITBUS bit off MMC_CAP_8_BIT_DATA
  mmc: sdhci-tegra: use generic sdhci_set_bus_width()
  mmc: sdhci-pci: use generic sdhci_set_bus_width()
  mmc: sdhci-s3c: use generic sdhci_set_bus_width()

 drivers/mmc/host/sdhci-pci-core.c | 30 +++---------------------------
 drivers/mmc/host/sdhci-s3c.c      | 34 +---------------------------------
 drivers/mmc/host/sdhci-tegra.c    | 23 ++---------------------
 drivers/mmc/host/sdhci.c          |  5 ++---
 4 files changed, 8 insertions(+), 84 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-08-22 11:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-14 20:00 [PATCH v2 0/4] mmc: sdhci: sdhci_set_bus_width() cleanup Michał Mirosław
2017-08-14 20:00 ` [PATCH v2 2/4] mmc: sdhci-tegra: use generic sdhci_set_bus_width() Michał Mirosław
     [not found]   ` <7d6cf1b81c67e3448edbab526e36bfdca737fc45.1502740497.git.mirq-linux-CoA6ZxLDdyEEUmgCuDUIdw@public.gmane.org>
2017-08-17 11:18     ` Thierry Reding
2017-08-14 20:00 ` [PATCH v2 1/4] mmc: sdhci: key 8BITBUS bit off MMC_CAP_8_BIT_DATA Michał Mirosław
     [not found]   ` <48d72c32067a8e4ae50c77ee9cc5c077bb2809ae.1502740497.git.mirq-linux-CoA6ZxLDdyEEUmgCuDUIdw@public.gmane.org>
2017-08-17 11:17     ` Thierry Reding
2017-08-14 20:00 ` [PATCH v2 3/4] mmc: sdhci-pci: use generic sdhci_set_bus_width() Michał Mirosław
2017-08-14 20:00 ` [PATCH v2 4/4] mmc: sdhci-s3c: " Michał Mirosław
     [not found]   ` <471746dfd08fd4eeae2e747c4ce7f98371ac1e99.1502740497.git.mirq-linux-CoA6ZxLDdyEEUmgCuDUIdw@public.gmane.org>
2017-08-18  7:31     ` Jaehoon Chung
     [not found] ` <cover.1502740497.git.mirq-linux-CoA6ZxLDdyEEUmgCuDUIdw@public.gmane.org>
2017-08-22 11:14   ` [PATCH v2 0/4] mmc: sdhci: sdhci_set_bus_width() cleanup 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).