From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [UBOOT PATCH v3 0/7] Add support of SD3.0 UHS modes for ZynqMP
Date: Mon, 30 Apr 2018 10:17:42 -0400 [thread overview]
Message-ID: <20180430141742.GU31362@bill-the-cat.ec.rr.com> (raw)
In-Reply-To: <aea9af14-e997-f351-82c1-a1a77b1b00a7@xilinx.com>
On Mon, Apr 30, 2018 at 11:02:24AM +0200, Michal Simek wrote:
> Hi Tom,
>
> On 19.4.2018 09:07, Siva Durga Prasad Paladugu wrote:
> > This patch series is meant to add SD3.0 support for ZynqMP
> > platform.
> > The first five patches in the series mostly setting up
> > things in sdhci layer to support SD3.0 , the sixth patch
> > is to add SD3.0 support for ZynqMP platform and the last
> > patch is to enable this support for ZynqMP zcu102 rev1.0
> > eval board.
> >
> > Siva Durga Prasad Paladugu (7):
> > mmc: sdhci: Add support for disabling clock
> > mmc: sdhci: Handle execute tuning command in sdhci_send_command
> > sdhci: Add new sdhci ops for platform specific tuning and delays
> > mmc: sdhci: Invoke platform specific tuning and delay routines
> > mmc : sdhci: Read capabilities register1 and update host caps
> > mmc: zynq_sdhci: Add support for SD3.0
> > zynqmp: zcu102: Enable UHS support for ZCU102 Rev1.0 board
> >
> > board/xilinx/zynqmp/Makefile | 2 +
> > board/xilinx/zynqmp/tap_delays.c | 229 +++++++++++++++++++++++++
> > configs/xilinx_zynqmp_zcu102_rev1_0_defconfig | 2 +
> > drivers/mmc/sdhci.c | 63 ++++++-
> > drivers/mmc/zynq_sdhci.c | 231 +++++++++++++++++++++++++-
> > include/sdhci.h | 8 +
> > include/zynqmp_tap_delay.h | 20 +++
> > 7 files changed, 547 insertions(+), 8 deletions(-)
> > create mode 100644 board/xilinx/zynqmp/tap_delays.c
> > create mode 100644 include/zynqmp_tap_delay.h
> >
>
> It looks like that Jaehoon is out or busy with something else. Can you
> please recommend someone to take a look at these patches? Definitely
> feel free to look at it self.
Are these things that need to come in for v2018.05 to fix regressions or
new support? Thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180430/76629752/attachment.sig>
next prev parent reply other threads:[~2018-04-30 14:17 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-19 7:07 [U-Boot] [UBOOT PATCH v3 0/7] Add support of SD3.0 UHS modes for ZynqMP Siva Durga Prasad Paladugu
2018-04-19 7:07 ` [U-Boot] [UBOOT PATCH v3 1/7] mmc: sdhci: Add support for disabling clock Siva Durga Prasad Paladugu
2018-04-19 7:07 ` [U-Boot] [UBOOT PATCH v3 2/7] mmc: sdhci: Handle execute tuning command in sdhci_send_command Siva Durga Prasad Paladugu
2018-04-19 7:07 ` [U-Boot] [UBOOT PATCH v3 3/7] sdhci: Add new sdhci ops for platform specific tuning and delays Siva Durga Prasad Paladugu
2018-04-19 7:07 ` [U-Boot] [UBOOT PATCH v3 4/7] mmc: sdhci: Invoke platform specific tuning and delay routines Siva Durga Prasad Paladugu
2018-04-19 7:07 ` [U-Boot] [UBOOT PATCH v3 5/7] mmc : sdhci: Read capabilities register1 and update host caps Siva Durga Prasad Paladugu
2018-04-19 7:07 ` [U-Boot] [UBOOT PATCH v3 6/7] mmc: zynq_sdhci: Add support for SD3.0 Siva Durga Prasad Paladugu
2018-04-24 11:46 ` Michal Simek
2018-04-19 7:07 ` [U-Boot] [UBOOT PATCH v3 7/7] zynqmp: zcu102: Enable UHS support for ZCU102 Rev1.0 board Siva Durga Prasad Paladugu
2018-04-24 11:40 ` Michal Simek
2018-04-24 11:09 ` [U-Boot] [UBOOT PATCH v3 0/7] Add support of SD3.0 UHS modes for ZynqMP Michal Simek
2018-04-30 9:02 ` Michal Simek
2018-04-30 14:17 ` Tom Rini [this message]
2018-04-30 16:46 ` Michal Simek
2018-04-30 16:56 ` Tom Rini
2018-05-02 2:05 ` Jaehoon Chung
2018-05-09 9:51 ` Michal Simek
2018-05-11 12:56 ` Michal Simek
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=20180430141742.GU31362@bill-the-cat.ec.rr.com \
--to=trini@konsulko.com \
--cc=u-boot@lists.denx.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