All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [UBOOT PATCH v3 0/7] Add support of SD3.0 UHS modes for ZynqMP
@ 2018-04-19  7:07 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
                   ` (9 more replies)
  0 siblings, 10 replies; 18+ messages in thread
From: Siva Durga Prasad Paladugu @ 2018-04-19  7:07 UTC (permalink / raw)
  To: u-boot

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

--
2.7.4

This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately.

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2018-05-11 12:56 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.