linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Add ACPI support to IPROC SDHCI
@ 2018-08-05  7:52 Srinath Mannam
  2018-08-05  7:52 ` [PATCH v4 1/2] mmc: sdhci-pltfm: Convert DT properties to generic device properties Srinath Mannam
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Srinath Mannam @ 2018-08-05  7:52 UTC (permalink / raw)
  To: Ulf Hansson, Adrian Hunter, Ray Jui, Scott Branden, vikram.prakash
  Cc: bcm-kernel-feedback-list, linux-mmc, linux-kernel, Srinath Mannam

This patch series adds
  - Feature to get generic device properties in the
    place of DT properties.
  - ACPI support to IPROC SDHCI varients

This patch series is based off v4.18-rc3

Changes from v3:
  - Replaced separate device tree and ACPI get match data APIs
    with single device_get_match_data API.

Changes from v2:
  - Added patch "Convert DT properties to generic device properties"
    given by Adrian Hunter to this patch series because
    "Add ACPI support to IPROC SDHCI" patch is depends on this.

Changes from v1:
  - Removed sdhci_iproc_data array change and add directly
    into of and acpi id tables.
  - Add a change to get match data directly.
  - Removed clock-frequency property read change.
  - Used sdhci_get_property to get properties.
  - Verified with patch given by Adrian Hunter
    mmc: sdhci-pltfm: Convert DT properties to generic device properties

Adrian Hunter (1):
  mmc: sdhci-pltfm: Convert DT properties to generic device properties

Srinath Mannam (1):
  mmc: host: iproc: Add ACPI support to IPROC SDHCI

 drivers/mmc/host/Kconfig       |  1 +
 drivers/mmc/host/sdhci-iproc.c | 59 ++++++++++++++++++++++++------------
 drivers/mmc/host/sdhci-pltfm.c | 68 +++++++++++++++++++++++++-----------------
 drivers/mmc/host/sdhci-pltfm.h |  7 ++++-
 4 files changed, 87 insertions(+), 48 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2018-08-22  9:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-05  7:52 [PATCH v4 0/2] Add ACPI support to IPROC SDHCI Srinath Mannam
2018-08-05  7:52 ` [PATCH v4 1/2] mmc: sdhci-pltfm: Convert DT properties to generic device properties Srinath Mannam
2018-08-05  7:52 ` [PATCH v4 2/2] mmc: host: iproc: Add ACPI support to IPROC SDHCI Srinath Mannam
2018-08-06  6:43   ` Hunter, Adrian
2018-08-14 12:43     ` Srinath Mannam
2018-08-22  9:48 ` [PATCH v4 0/2] " 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).