2021-07-30 05:44:39

by A, Rashmi

[permalink] [raw]
Subject: RE:GENTLE REMINDER: [“PATCH” 0/3] Add su pport for eMMC PHY on Intel Thunder Bay

Hi all,
Please help to review the patch set: Add support for eMMC PHY on Intel Thunder Bay

Regards
Rashmi

-----Original Message-----
From: A, Rashmi <[email protected]>
Sent: Tuesday, July 20, 2021 5:12 PM
To: [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; [email protected]
Cc: [email protected]; [email protected]; Zhou, Furong <[email protected]>; Sangannavar, Mallikarjunappa <[email protected]>; Hunter, Adrian <[email protected]>; Vaidya, Mahesh R <[email protected]>; Srikandan, Nandhini <[email protected]>; Demakkanavar, Kenchappa <[email protected]>; A, Rashmi <[email protected]>
Subject: [“PATCH” 0/3] Add support for eMMC PHY on Intel Thunder Bay

From: Rashmi A <[email protected]>

This patch set enables the support for eMMC PHY on the Intel Thunder Bay SoC.

Patch 1 Holds the relevant Device Tree bindings documentation
and listings of new files in MAINTAINERS file Patch 2 Adds support for eMMC Intel Thunder Bay Patch 3 Adds Thunder Bay eMMC PHY support

The review comments from Adrian Hunter, Kris Pan, Furong Zhou and Mark Gross have been incorporated.

Please help to review this patch set

Thanks

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

.../phy/intel,phy-thunderbay-emmc.yaml | 49 ++
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 | 500 ++++++++++++++++++
6 files changed, 595 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