public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: "Jaehoon Chung" <jh80.chung@samsung.com>
To: "'Michal Simek'" <michal.simek@amd.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
Date: Wed, 1 Feb 2023 08:11:33 +0900	[thread overview]
Message-ID: <050e01d935c9$5bfaec10$13f0c430$@samsung.com> (raw)
In-Reply-To: <f93b8582-6a50-bfe2-cd31-67126a843cec@amd.com>

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


      reply	other threads:[~2023-01-31 23:11 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-10 11:31 [0/4] Add eMMC 5.1 support for Versal NET Ashok Reddy Soma
2023-01-10 11:31 ` [1/4] mmc: zynq_sdhci: Add support for eMMC5.1 for Versal NET platform Ashok Reddy Soma
2023-01-31 12:40   ` Jaehoon Chung
2023-01-10 11:31 ` [2/4] mmc: sdhci: Check and call config_dll callback functions Ashok Reddy Soma
2023-01-31 12:40   ` Jaehoon Chung
2023-01-10 11:31 ` [3/4] mmc: sdhci: Enable HS400 support if available in caps Ashok Reddy Soma
2023-01-31 12:40   ` Jaehoon Chung
2023-01-10 11:31 ` [4/4] mmc: zynq_sdhci: Add support and quirk for HS400 Ashok Reddy Soma
2023-01-31 12:40   ` Jaehoon Chung
2023-01-24 13:01 ` [0/4] Add eMMC 5.1 support for Versal NET Michal Simek
2023-01-26  2:29   ` Jaehoon Chung
2023-01-31 13:07     ` Michal Simek
2023-01-31 23:11       ` Jaehoon Chung [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='050e01d935c9$5bfaec10$13f0c430$@samsung.com' \
    --to=jh80.chung@samsung.com \
    --cc=alpernebiyasak@gmail.com \
    --cc=ashok.reddy.soma@amd.com \
    --cc=git@amd.com \
    --cc=hayashi.kunihiko@socionext.com \
    --cc=kever.yang@rock-chips.com \
    --cc=michal.simek@amd.com \
    --cc=peng.fan@nxp.com \
    --cc=u-boot@lists.denx.de \
    --cc=xypron.glpk@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox