linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] sdhci-xenon ACPI support
@ 2020-12-04 17:16 Marcin Wojtas
  2020-12-04 17:16 ` [PATCH v4 1/4] mmc: sdhci-xenon: use match data for controllers variants Marcin Wojtas
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Marcin Wojtas @ 2020-12-04 17:16 UTC (permalink / raw)
  To: linux-kernel, linux-mmc
  Cc: ulf.hansson, huziji, adrian.hunter, jaz, tn, ard.biesheuvel,
	kostap, Marcin Wojtas

Hi,

The fourth version of the sdhci-xenon ACPI support
addresses a comment regarding clk handling in xenon_runtime_resume.

The MacchiatoBin firmware for testing can be obtained from:
https://drive.google.com/file/d/1Y8BhyaCrksQgT_GPfpqqiYHpQ41kP8Kp

Changelog:
v3->v4
  * [3/4] Call clk_prepare_enable unconditionally in xenon_runtime_resume.
  * Add Adrian's Acked-by to all patches.

v2->v3
  * [3/4] Call clk_disable_unprepare unconditionally.
  * Add Adrian's Acked-by to all patches.

v1->v2
  * Split single commit to 4
  * Use device_match_data and dedicated ACPI ID's per controller
    variant

Marcin Wojtas (4):
  mmc: sdhci-xenon: use match data for controllers variants
  mmc: sdhci-xenon: switch to device_* API
  mmc: sdhci-xenon: use clk only with DT
  mmc: sdhci-xenon: introduce ACPI support

 drivers/mmc/host/sdhci-xenon.h     | 12 ++-
 drivers/mmc/host/sdhci-xenon-phy.c | 40 +++++----
 drivers/mmc/host/sdhci-xenon.c     | 91 +++++++++++++-------
 3 files changed, 91 insertions(+), 52 deletions(-)

-- 
2.29.0


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

end of thread, other threads:[~2020-12-11 13:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-04 17:16 [PATCH v4 0/4] sdhci-xenon ACPI support Marcin Wojtas
2020-12-04 17:16 ` [PATCH v4 1/4] mmc: sdhci-xenon: use match data for controllers variants Marcin Wojtas
2020-12-04 17:16 ` [PATCH v4 2/4] mmc: sdhci-xenon: switch to device_* API Marcin Wojtas
2020-12-04 17:16 ` [PATCH v4 3/4] mmc: sdhci-xenon: use clk only with DT Marcin Wojtas
2020-12-04 17:16 ` [PATCH v4 4/4] mmc: sdhci-xenon: introduce ACPI support Marcin Wojtas
2020-12-11 13:46 ` [PATCH v4 0/4] sdhci-xenon " Ulf Hansson
2020-12-11 13:53   ` Marcin Wojtas

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).