2021-08-29 18:26:42

by A, Rashmi

[permalink] [raw]
Subject: [PATCH v2 0/4] Add support of eMMC PHY for Intel Thunder Bay

From: Rashmi A <[email protected]>

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


2021-09-14 11:26:41

by Ulf Hansson

[permalink] [raw]
Subject: Re: [PATCH v2 0/4] Add support of eMMC PHY for Intel Thunder Bay

On Sun, 29 Aug 2021 at 20:24, <[email protected]> wrote:
>
> From: Rashmi A <[email protected]>
>
> 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
>

Applied 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

2021-10-04 06:15:20

by A, Rashmi

[permalink] [raw]
Subject: RE: [PATCH v2 0/4] Add support of eMMC PHY for Intel Thunder Bay



-----Original Message-----
From: Ulf Hansson <[email protected]>
Sent: Tuesday, September 14, 2021 4:54 PM
To: A, Rashmi <[email protected]>
Cc: Michal Simek <[email protected]>; linux-mmc <[email protected]>; Linux ARM <[email protected]>; Linux Kernel Mailing List <[email protected]>; Kishon <[email protected]>; Vinod Koul <[email protected]>; Andy Shevchenko <[email protected]>; [email protected]; Mark Gross <[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]>
Subject: Re: [PATCH v2 0/4] Add support of eMMC PHY for Intel Thunder Bay

On Sun, 29 Aug 2021 at 20:24, <[email protected]> wrote:
>
> From: Rashmi A <[email protected]>
>
> 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
>

Applied 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

2021-10-05 10:36:04

by Vinod Koul

[permalink] [raw]
Subject: Re: [PATCH v2 0/4] Add support of eMMC PHY for Intel Thunder Bay

On 04-10-21, 06:04, A, Rashmi wrote:

> Applied 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

Need ack from Rob on binding patch

--
~Vinod

2021-10-25 05:52:16

by A, Rashmi

[permalink] [raw]
Subject: RE: [PATCH v2 0/4] Add support of eMMC PHY for Intel Thunder Bay



> -----Original Message-----
> From: Vinod Koul <[email protected]>
> Sent: Tuesday, October 5, 2021 4:05 PM
> To: A, Rashmi <[email protected]>
> Cc: Ulf Hansson <[email protected]>; Michal Simek
> <[email protected]>; linux-mmc <[email protected]>; Linux
> ARM <[email protected]>; Linux Kernel Mailing List <linux-
> [email protected]>; Kishon <[email protected]>; Andy Shevchenko
> <[email protected]>; [email protected]; Mark
> Gross <[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]>
> Subject: Re: [PATCH v2 0/4] Add support of eMMC PHY for Intel Thunder Bay
>
> On 04-10-21, 06:04, A, Rashmi wrote:
>
> > Applied 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
>
> Need ack from Rob on binding patch
>
> --
> ~Vinod

Hi Rob Herring,
Please help to review the eMMC dt-binding patches

-Rashmi

2021-10-25 08:01:06

by Vinod Koul

[permalink] [raw]
Subject: Re: [PATCH v2 0/4] Add support of eMMC PHY for Intel Thunder Bay

On 25-10-21, 05:46, A, Rashmi wrote:
>
>
> > -----Original Message-----
> > From: Vinod Koul <[email protected]>
> > Sent: Tuesday, October 5, 2021 4:05 PM
> > To: A, Rashmi <[email protected]>
> > Cc: Ulf Hansson <[email protected]>; Michal Simek
> > <[email protected]>; linux-mmc <[email protected]>; Linux
> > ARM <[email protected]>; Linux Kernel Mailing List <linux-
> > [email protected]>; Kishon <[email protected]>; Andy Shevchenko
> > <[email protected]>; [email protected]; Mark
> > Gross <[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]>
> > Subject: Re: [PATCH v2 0/4] Add support of eMMC PHY for Intel Thunder Bay
> >
> > On 04-10-21, 06:04, A, Rashmi wrote:
> >
> > > Applied 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
> >
> > Need ack from Rob on binding patch
> >
> > --
> > ~Vinod
>
> Hi Rob Herring,
> Please help to review the eMMC dt-binding patches

Just realised, neither Rob nor the DT list is in CC, ofcourse he would
not have seen this.

Please rebase and repost with Rob and DT list in CC!

--
~Vinod