devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH v2 0/4] Add support of eMMC PHY for Intel Thunder
@ 2021-10-27 11:55 rashmi.a
  2021-10-27 11:55 ` [RESEND PATCH v2 1/4] mmc: sdhci-of-arasan: Add intel Thunder Bay SOC support to the arasan eMMC driver rashmi.a
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: rashmi.a @ 2021-10-27 11:55 UTC (permalink / raw)
  To: michal.simek, ulf.hansson, linux-mmc, linux-arm-kernel, robh+dt,
	devicetree, linux-kernel, kishon, vkoul, andriy.shevchenko,
	linux-phy
  Cc: mgross, kris.pan, furong.zhou, mallikarjunappa.sangannavar,
	adrian.hunter, mahesh.r.vaidya, nandhini.srikandan, rashmi.a

From: Rashmi A <rashmi.a@intel.com>

This patch set enables the support for eMMC PHY on the Intel Thunder
Bay SoC. eMMC PHY is based on arasan phy.

Patch 1 Adds arasan sdhci support for eMMC in Intel Thunder Bay.
Patch 2 Adds arasan sdhci dt bindings.
Patch 3 Holds the device tree binding documentation for eMMC PHY
	and listings of new files in MAINTAINERS file.
Patch 4 Holds the eMMC PHY driver.

Reseding V2 patchset to get the dt-binding patches reviewed.

Changes from v1:
Add arasan sdhci dt bindings

Rashmi A (4):
  mmc: sdhci-of-arasan: Add intel Thunder Bay SOC support to the arasan
    eMMC driver
  dt-bindings: mmc: Add bindings for Intel Thunder Bay SoC
  dt-bindings: phy: intel: Add Thunder Bay eMMC PHY bindings
  phy: intel: Add Thunder Bay eMMC PHY support

 .../devicetree/bindings/mmc/arasan,sdhci.yaml |  25 +
 .../phy/intel,phy-thunderbay-emmc.yaml        |  46 ++
 MAINTAINERS                                   |   7 +
 drivers/mmc/host/sdhci-of-arasan.c            |  29 +-
 drivers/phy/intel/Kconfig                     |  10 +
 drivers/phy/intel/Makefile                    |   1 +
 drivers/phy/intel/phy-intel-thunderbay-emmc.c | 511 ++++++++++++++++++
 7 files changed, 628 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/phy/intel,phy-thunderbay-emmc.yaml
 create mode 100644 drivers/phy/intel/phy-intel-thunderbay-emmc.c

-- 
2.17.1


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

end of thread, other threads:[~2021-11-23  7:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-27 11:55 [RESEND PATCH v2 0/4] Add support of eMMC PHY for Intel Thunder rashmi.a
2021-10-27 11:55 ` [RESEND PATCH v2 1/4] mmc: sdhci-of-arasan: Add intel Thunder Bay SOC support to the arasan eMMC driver rashmi.a
2021-10-27 11:55 ` [RESEND PATCH v2 2/4] dt-bindings: mmc: Add bindings for Intel Thunder Bay SoC rashmi.a
2021-10-27 11:55 ` [RESEND PATCH v2 3/4] dt-bindings: phy: intel: Add Thunder Bay eMMC PHY bindings rashmi.a
2021-11-01 21:05   ` Rob Herring
2021-11-23  7:42   ` Vinod Koul
2021-10-27 11:55 ` [RESEND PATCH v2 4/4] phy: intel: Add Thunder Bay eMMC PHY support rashmi.a
2021-11-17  6:38   ` A, Rashmi
2021-11-17 12:50     ` andriy.shevchenko
2021-11-23  7:42   ` Vinod Koul
2021-10-27 13:33 ` [RESEND PATCH v2 0/4] Add support of eMMC PHY for Intel Thunder 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).