[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1533455572-22012-1-git-send-email-srinath.mannam@broadcom.com>
Date: Sun, 5 Aug 2018 13:22:50 +0530
From: Srinath Mannam <srinath.mannam@...adcom.com>
To: Ulf Hansson <ulf.hansson@...aro.org>,
Adrian Hunter <adrian.hunter@...el.com>,
Ray Jui <rjui@...adcom.com>,
Scott Branden <sbranden@...adcom.com>,
vikram.prakash@...adcom.com
Cc: bcm-kernel-feedback-list@...adcom.com, linux-mmc@...r.kernel.org,
linux-kernel@...r.kernel.org,
Srinath Mannam <srinath.mannam@...adcom.com>
Subject: [PATCH v4 0/2] Add ACPI support to IPROC SDHCI
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
Powered by blists - more mailing lists