mbox series

[0/4] Add eMMC 5.1 support for Versal NET

Message ID 20230110113124.1434-1-ashok.reddy.soma@amd.com
Headers show
Series Add eMMC 5.1 support for Versal NET | expand

Message

Ashok Reddy Soma Jan. 10, 2023, 11:31 a.m. UTC
This patch series,
 - Add support for eMMC5.1 on Versal NET platform by adding new compatible
   string and PHY support.
 - Add support for input and output tap delays for eMMC
 - Add support for enabling HS400 in host capabilities by checking quirk.
 - Add quirk to support HS400 for Versal NET 

Ashok Reddy Soma (4):
  mmc: zynq_sdhci: Add support for eMMC5.1 for Versal NET platform
  mmc: sdhci: Check and call config_dll callback functions
  mmc: sdhci: Enable HS400 support if available in caps
  mmc: zynq_sdhci: Add support and quirk for HS400

 drivers/mmc/sdhci.c      |  20 +++
 drivers/mmc/zynq_sdhci.c | 292 ++++++++++++++++++++++++++++++++++++++-
 include/sdhci.h          |   5 +
 3 files changed, 314 insertions(+), 3 deletions(-)

Comments

Michal Simek Jan. 24, 2023, 1:01 p.m. UTC | #1
Hi Jaehoon,

On 1/10/23 12:31, Ashok Reddy Soma wrote:
> This patch series,
>   - Add support for eMMC5.1 on Versal NET platform by adding new compatible
>     string and PHY support.
>   - Add support for input and output tap delays for eMMC
>   - Add support for enabling HS400 in host capabilities by checking quirk.
>   - Add quirk to support HS400 for Versal NET
> 
> Ashok Reddy Soma (4):
>    mmc: zynq_sdhci: Add support for eMMC5.1 for Versal NET platform
>    mmc: sdhci: Check and call config_dll callback functions
>    mmc: sdhci: Enable HS400 support if available in caps
>    mmc: zynq_sdhci: Add support and quirk for HS400
> 
>   drivers/mmc/sdhci.c      |  20 +++
>   drivers/mmc/zynq_sdhci.c | 292 ++++++++++++++++++++++++++++++++++++++-
>   include/sdhci.h          |   5 +
>   3 files changed, 314 insertions(+), 3 deletions(-)
> 

Can you please review this series?

Thanks,
Michal
Jaehoon Chung Jan. 26, 2023, 2:29 a.m. UTC | #2
Hi,

> -----Original Message-----
> From: Michal Simek <michal.simek@amd.com>
> Sent: Tuesday, January 24, 2023 10:02 PM
> To: Ashok Reddy Soma <ashok.reddy.soma@amd.com>; u-boot@lists.denx.de; Jaehoon Chung
> <jh80.chung@samsung.com>
> Cc: peng.fan@nxp.com; kever.yang@rock-chips.com; hayashi.kunihiko@socionext.com;
> alpernebiyasak@gmail.com; xypron.glpk@gmx.de; git@amd.com
> Subject: Re: [0/4] Add eMMC 5.1 support for Versal NET
> 
> Hi Jaehoon,
> 
> On 1/10/23 12:31, Ashok Reddy Soma wrote:
> > This patch series,
> >   - Add support for eMMC5.1 on Versal NET platform by adding new compatible
> >     string and PHY support.
> >   - Add support for input and output tap delays for eMMC
> >   - Add support for enabling HS400 in host capabilities by checking quirk.
> >   - Add quirk to support HS400 for Versal NET
> >
> > Ashok Reddy Soma (4):
> >    mmc: zynq_sdhci: Add support for eMMC5.1 for Versal NET platform
> >    mmc: sdhci: Check and call config_dll callback functions
> >    mmc: sdhci: Enable HS400 support if available in caps
> >    mmc: zynq_sdhci: Add support and quirk for HS400
> >
> >   drivers/mmc/sdhci.c      |  20 +++
> >   drivers/mmc/zynq_sdhci.c | 292 ++++++++++++++++++++++++++++++++++++++-
> >   include/sdhci.h          |   5 +
> >   3 files changed, 314 insertions(+), 3 deletions(-)
> >
> 
> Can you please review this series?

Sorry for too late. I will review them. 

Best Regards,
Jaehoon Chung

> 
> Thanks,
> Michal
Michal Simek Jan. 31, 2023, 1:07 p.m. UTC | #3
Hi Jaehoon,

On 1/26/23 03:29, Jaehoon Chung wrote:
> Hi,
> 
>> -----Original Message-----
>> From: Michal Simek <michal.simek@amd.com>
>> Sent: Tuesday, January 24, 2023 10:02 PM
>> To: Ashok Reddy Soma <ashok.reddy.soma@amd.com>; u-boot@lists.denx.de; Jaehoon Chung
>> <jh80.chung@samsung.com>
>> Cc: peng.fan@nxp.com; kever.yang@rock-chips.com; hayashi.kunihiko@socionext.com;
>> alpernebiyasak@gmail.com; xypron.glpk@gmx.de; git@amd.com
>> Subject: Re: [0/4] Add eMMC 5.1 support for Versal NET
>>
>> Hi Jaehoon,
>>
>> On 1/10/23 12:31, Ashok Reddy Soma wrote:
>>> This patch series,
>>>    - Add support for eMMC5.1 on Versal NET platform by adding new compatible
>>>      string and PHY support.
>>>    - Add support for input and output tap delays for eMMC
>>>    - Add support for enabling HS400 in host capabilities by checking quirk.
>>>    - Add quirk to support HS400 for Versal NET
>>>
>>> Ashok Reddy Soma (4):
>>>     mmc: zynq_sdhci: Add support for eMMC5.1 for Versal NET platform
>>>     mmc: sdhci: Check and call config_dll callback functions
>>>     mmc: sdhci: Enable HS400 support if available in caps
>>>     mmc: zynq_sdhci: Add support and quirk for HS400
>>>
>>>    drivers/mmc/sdhci.c      |  20 +++
>>>    drivers/mmc/zynq_sdhci.c | 292 ++++++++++++++++++++++++++++++++++++++-
>>>    include/sdhci.h          |   5 +
>>>    3 files changed, 314 insertions(+), 3 deletions(-)
>>>
>>
>> Can you please review this series?
> 
> Sorry for too late. I will review them.

I see you just reviewed it. Are you going to pick it up to your tree or do you 
want me to queue it via my tree? Both ways work for me.

Thanks,
Michal
Jaehoon Chung Jan. 31, 2023, 11:11 p.m. UTC | #4
Hi,

> -----Original Message-----
> From: Michal Simek <michal.simek@amd.com>
> Sent: Tuesday, January 31, 2023 10:08 PM
> To: Jaehoon Chung <jh80.chung@samsung.com>; 'Ashok Reddy Soma' <ashok.reddy.soma@amd.com>; u-
> boot@lists.denx.de
> Cc: peng.fan@nxp.com; kever.yang@rock-chips.com; hayashi.kunihiko@socionext.com;
> alpernebiyasak@gmail.com; xypron.glpk@gmx.de; git@amd.com
> Subject: Re: [0/4] Add eMMC 5.1 support for Versal NET
> 
> Hi Jaehoon,
> 
> On 1/26/23 03:29, Jaehoon Chung wrote:
> > Hi,
> >
> >> -----Original Message-----
> >> From: Michal Simek <michal.simek@amd.com>
> >> Sent: Tuesday, January 24, 2023 10:02 PM
> >> To: Ashok Reddy Soma <ashok.reddy.soma@amd.com>; u-boot@lists.denx.de; Jaehoon Chung
> >> <jh80.chung@samsung.com>
> >> Cc: peng.fan@nxp.com; kever.yang@rock-chips.com; hayashi.kunihiko@socionext.com;
> >> alpernebiyasak@gmail.com; xypron.glpk@gmx.de; git@amd.com
> >> Subject: Re: [0/4] Add eMMC 5.1 support for Versal NET
> >>
> >> Hi Jaehoon,
> >>
> >> On 1/10/23 12:31, Ashok Reddy Soma wrote:
> >>> This patch series,
> >>>    - Add support for eMMC5.1 on Versal NET platform by adding new compatible
> >>>      string and PHY support.
> >>>    - Add support for input and output tap delays for eMMC
> >>>    - Add support for enabling HS400 in host capabilities by checking quirk.
> >>>    - Add quirk to support HS400 for Versal NET
> >>>
> >>> Ashok Reddy Soma (4):
> >>>     mmc: zynq_sdhci: Add support for eMMC5.1 for Versal NET platform
> >>>     mmc: sdhci: Check and call config_dll callback functions
> >>>     mmc: sdhci: Enable HS400 support if available in caps
> >>>     mmc: zynq_sdhci: Add support and quirk for HS400
> >>>
> >>>    drivers/mmc/sdhci.c      |  20 +++
> >>>    drivers/mmc/zynq_sdhci.c | 292 ++++++++++++++++++++++++++++++++++++++-
> >>>    include/sdhci.h          |   5 +
> >>>    3 files changed, 314 insertions(+), 3 deletions(-)
> >>>
> >>
> >> Can you please review this series?
> >
> > Sorry for too late. I will review them.
> 
> I see you just reviewed it. Are you going to pick it up to your tree or do you
> want me to queue it via my tree? Both ways work for me.

I have picked this and I will do PR today.  

Best Regards,
Jaehoon Chung

> 
> Thanks,
> Michal