linux-phy.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add support of eMMC PHY for Intel Thunder Bay
@ 2021-08-29 18:24 rashmi.a
  2021-08-29 18:24 ` [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; 10+ messages in thread
From: rashmi.a @ 2021-08-29 18:24 UTC (permalink / raw)
  To: michal.simek, ulf.hansson, linux-mmc, linux-arm-kernel,
	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.


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 | 512 ++++++++++++++++++
 7 files changed, 629 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


-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

end of thread, other threads:[~2021-10-25  7:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-29 18:24 [PATCH v2 0/4] Add support of eMMC PHY for Intel Thunder Bay rashmi.a
2021-08-29 18:24 ` [PATCH v2 1/4] mmc: sdhci-of-arasan: Add intel Thunder Bay SOC support to the arasan eMMC driver rashmi.a
2021-08-29 18:24 ` [PATCH v2 2/4] dt-bindings: mmc: Add bindings for Intel Thunder Bay SoC rashmi.a
2021-08-29 18:24 ` [PATCH v2 3/4] dt-bindings: phy: intel: Add Thunder Bay eMMC PHY bindings rashmi.a
2021-08-29 18:24 ` [PATCH v2 4/4] phy: intel: Add Thunder Bay eMMC PHY support rashmi.a
2021-09-14 11:23 ` [PATCH v2 0/4] Add support of eMMC PHY for Intel Thunder Bay Ulf Hansson
2021-10-04  6:04   ` A, Rashmi
2021-10-05 10:35     ` Vinod Koul
2021-10-25  5:46       ` A, Rashmi
2021-10-25  7:03         ` Vinod Koul

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