public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/4] Add SD/MMC support for Renesas RZ/V2H(P) SoC
@ 2024-06-05  7:49 Prabhakar
  2024-06-05  7:49 ` [RFC PATCH 1/4] regulator: core: Ensure the cached state matches the hardware state in regulator_set_voltage_unlocked() Prabhakar
                   ` (3 more replies)
  0 siblings, 4 replies; 21+ messages in thread
From: Prabhakar @ 2024-06-05  7:49 UTC (permalink / raw)
  To: Geert Uytterhoeven, Ulf Hansson, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Wolfram Sang, Liam Girdwood, Mark Brown,
	Magnus Damm
  Cc: linux-mmc, devicetree, linux-kernel, linux-renesas-soc, Prabhakar,
	Fabrizio Castro, Biju Das, Lad Prabhakar

From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Hi All,

This patch series aims to add SD/MMC support for Renesas RZ/V2H(P) SoC.

Sending this as an RFC series as,
- New regulator API is introduced
- Regulator support is added in renesas_sdhi driver

Cheers,
Prabhakar

Lad Prabhakar (4):
  regulator: core: Ensure the cached state matches the hardware state in
    regulator_set_voltage_unlocked()
  regulator: core: Add regulator_map_voltage_descend() API
  dt-bindings: mmc: renesas,sdhi: Document RZ/V2H(P) support
  mmc: renesas_sdhi: Add support for RZ/V2H(P) SoC

 .../devicetree/bindings/mmc/renesas,sdhi.yaml | 20 +++++-
 drivers/mmc/host/renesas_sdhi.h               |  7 ++
 drivers/mmc/host/renesas_sdhi_core.c          | 67 +++++++++++++++++--
 drivers/mmc/host/renesas_sdhi_internal_dmac.c | 45 +++++++++++++
 drivers/mmc/host/tmio_mmc.h                   |  4 ++
 drivers/regulator/core.c                      |  9 ++-
 drivers/regulator/helpers.c                   | 31 +++++++++
 include/linux/regulator/driver.h              |  2 +
 8 files changed, 176 insertions(+), 9 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-06-20 15:48 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-05  7:49 [RFC PATCH 0/4] Add SD/MMC support for Renesas RZ/V2H(P) SoC Prabhakar
2024-06-05  7:49 ` [RFC PATCH 1/4] regulator: core: Ensure the cached state matches the hardware state in regulator_set_voltage_unlocked() Prabhakar
2024-06-06 12:05   ` Mark Brown
2024-06-06 14:12     ` Lad, Prabhakar
2024-06-06 14:38       ` Mark Brown
2024-06-05  7:49 ` [RFC PATCH 2/4] regulator: core: Add regulator_map_voltage_descend() API Prabhakar
2024-06-20 14:52   ` Geert Uytterhoeven
2024-06-20 15:48     ` Lad, Prabhakar
2024-06-05  7:49 ` [RFC PATCH 3/4] dt-bindings: mmc: renesas,sdhi: Document RZ/V2H(P) support Prabhakar
2024-06-06  0:26   ` Rob Herring
2024-06-06  9:12     ` Lad, Prabhakar
2024-06-13 20:06       ` Rob Herring
2024-06-05  7:49 ` [RFC PATCH 4/4] mmc: renesas_sdhi: Add support for RZ/V2H(P) SoC Prabhakar
2024-06-06  9:32   ` Biju Das
2024-06-06  9:38     ` Lad, Prabhakar
2024-06-06  9:43       ` Biju Das
2024-06-06  9:49         ` Lad, Prabhakar
2024-06-06  9:54           ` Biju Das
2024-06-06 10:08   ` Wolfram Sang
2024-06-06 12:15     ` Lad, Prabhakar
2024-06-06 16:52       ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox