RE: [PATCH v2 0/4] Add support of eMMC PHY for Intel Thunder Bay
From: A, Rashmi <hidden>
Date: 2021-10-04 06:04:16
Also in:
linux-mmc, linux-phy, lkml
-----Original Message----- From: Ulf Hansson <redacted> Sent: Tuesday, September 14, 2021 4:54 PM To: A, Rashmi <redacted> Cc: Michal Simek <redacted>; linux-mmc <redacted>; Linux ARM <redacted>; Linux Kernel Mailing List <redacted>; Kishon <redacted>; Vinod Koul <vkoul@kernel.org>; Andy Shevchenko <andriy.shevchenko@linux.intel.com>; linux-phy@lists.infradead.org; Mark Gross <mgross@linux.intel.com>; kris.pan@linux.intel.com; Zhou, Furong <redacted>; Sangannavar, Mallikarjunappa <redacted>; Hunter, Adrian <adrian.hunter@intel.com>; Vaidya, Mahesh R <redacted>; Srikandan, Nandhini <redacted> Subject: Re: [PATCH v2 0/4] Add support of eMMC PHY for Intel Thunder Bay On Sun, 29 Aug 2021 at 20:24, [off-list ref] wrote:
From: Rashmi A <redacted>
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.cApplied patch1 and patch2 for next, thus leaving the phy changes in patch3 and patch 4 for Kishon/Vinod to pick up. Thanks and kind regards Uffe Thanks Uffe, Hi Kishon/Vinod, Please let me know if you have any comments Regards Rashmi _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel