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

2023-01-31 Thread Jaehoon Chung
Hi,

> -Original Message-
> From: Michal Simek 
> Sent: Tuesday, January 31, 2023 10:08 PM
> To: Jaehoon Chung ; 'Ashok Reddy Soma' 
> ; u-
> b...@lists.denx.de
> Cc: peng@nxp.com; kever.y...@rock-chips.com; 
> hayashi.kunih...@socionext.com;
> alpernebiya...@gmail.com; xypron.g...@gmx.de; g...@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 
> >> Sent: Tuesday, January 24, 2023 10:02 PM
> >> To: Ashok Reddy Soma ; u-boot@lists.denx.de; 
> >> Jaehoon Chung
> >> 
> >> Cc: peng@nxp.com; kever.y...@rock-chips.com; 
> >> hayashi.kunih...@socionext.com;
> >> alpernebiya...@gmail.com; xypron.g...@gmx.de; g...@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



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

2023-01-31 Thread Michal Simek

Hi Jaehoon,

On 1/26/23 03:29, Jaehoon Chung wrote:

Hi,


-Original Message-
From: Michal Simek 
Sent: Tuesday, January 24, 2023 10:02 PM
To: Ashok Reddy Soma ; u-boot@lists.denx.de; Jaehoon 
Chung

Cc: peng@nxp.com; kever.y...@rock-chips.com; hayashi.kunih...@socionext.com;
alpernebiya...@gmail.com; xypron.g...@gmx.de; g...@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


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

2023-01-25 Thread Jaehoon Chung
Hi,

> -Original Message-
> From: Michal Simek 
> Sent: Tuesday, January 24, 2023 10:02 PM
> To: Ashok Reddy Soma ; u-boot@lists.denx.de; 
> Jaehoon Chung
> 
> Cc: peng@nxp.com; kever.y...@rock-chips.com; 
> hayashi.kunih...@socionext.com;
> alpernebiya...@gmail.com; xypron.g...@gmx.de; g...@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



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

2023-01-24 Thread Michal Simek

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


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

2023-01-10 Thread Ashok Reddy Soma
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(-)

-- 
2.17.1