All of lore.kernel.org
 help / color / mirror / Atom feed
From: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 00/12] Add support for SD3.0 and eMMC HS200
Date: Wed, 18 Jan 2017 14:34:19 +0530	[thread overview]
Message-ID: <1484730271-21944-1-git-send-email-sivadur@xilinx.com> (raw)

This patch series adds support SD3.0 and eMMC HS200
modes for ZynqMP. This series also contains changes
in mmc and sdhci framework to support SD3.0 and HS200.


Siva Durga Prasad Paladugu (12):
  mmc: sdhci: Update host capabilities about host controller
  mmc: sdhci: Add support for SD3.0
  mmc: sdhci: Add support for platform/board specific tuning
  mmc: sdhci: Add support for platform specific delay
  mmc: sdhci: Make sdhci_ops of host as modifiable
  zynqmp: Define routines for mmio write and read
  mmc: sdhci: zynq: Define private structure arasan_sdhci_priv
  mmc: sdhci: zynqmp: Add support of SD3.0
  mmc: sdhci: Add quirk for 1.8v switching not supported
  mmc: zynq_sdhci: Update quirk if 1.8v switching not supported
  mmc: sdhci: Add support for eMMC HS200 mode
  mmc: sdhci: zynqmp: Set tapdelays for eMMC HS200 mode

 arch/arm/cpu/armv8/zynqmp/cpu.c              |  51 ++++++
 arch/arm/include/asm/arch-zynqmp/sys_proto.h |   3 +
 board/xilinx/zynqmp/Makefile                 |   1 +
 board/xilinx/zynqmp/tap_delays.c             | 250 +++++++++++++++++++++++++++
 drivers/mmc/mmc-uclass.c                     |  52 ++++++
 drivers/mmc/mmc.c                            | 160 +++++++++++++++--
 drivers/mmc/sdhci.c                          | 205 +++++++++++++++++++++-
 drivers/mmc/zynq_sdhci.c                     | 169 +++++++++++++++++-
 include/mmc.h                                |  72 +++++++-
 include/sdhci.h                              |  18 +-
 include/zynqmp_tap_delay.h                   |  20 +++
 11 files changed, 979 insertions(+), 22 deletions(-)
 create mode 100644 board/xilinx/zynqmp/tap_delays.c
 create mode 100644 include/zynqmp_tap_delay.h

-- 
2.7.4

             reply	other threads:[~2017-01-18  9:04 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20170118094406epcas4p1abc2be6fdfd4754da95af78c0ea3ab25@epcas4p1.samsung.com>
2017-01-18  9:04 ` Siva Durga Prasad Paladugu [this message]
2017-01-18  9:04   ` [U-Boot] [PATCH 01/12] mmc: sdhci: Update host capabilities about host controller Siva Durga Prasad Paladugu
2017-01-18  9:04   ` [U-Boot] [PATCH 02/12] mmc: sdhci: Add support for SD3.0 Siva Durga Prasad Paladugu
2017-01-18  9:04   ` [U-Boot] [PATCH 03/12] mmc: sdhci: Add support for platform/board specific tuning Siva Durga Prasad Paladugu
2017-01-18  9:11     ` Michal Simek
2017-01-18  9:04   ` [U-Boot] [PATCH 04/12] mmc: sdhci: Add support for platform specific delay Siva Durga Prasad Paladugu
2017-01-18  9:04   ` [U-Boot] [PATCH 05/12] mmc: sdhci: Make sdhci_ops of host as modifiable Siva Durga Prasad Paladugu
2017-01-18  9:04   ` [U-Boot] [PATCH 06/12] zynqmp: Define routines for mmio write and read Siva Durga Prasad Paladugu
2017-01-18  9:04   ` [U-Boot] [PATCH 07/12] mmc: sdhci: zynq: Define private structure arasan_sdhci_priv Siva Durga Prasad Paladugu
2017-01-18  9:04   ` [U-Boot] [PATCH 08/12] mmc: sdhci: zynqmp: Add support of SD3.0 Siva Durga Prasad Paladugu
2017-01-18  9:04   ` [U-Boot] [PATCH 09/12] mmc: sdhci: Add quirk for 1.8v switching not supported Siva Durga Prasad Paladugu
2017-01-18  9:04   ` [U-Boot] [PATCH 10/12] mmc: zynq_sdhci: Update quirk if " Siva Durga Prasad Paladugu
2017-01-18  9:04   ` [U-Boot] [PATCH 11/12] mmc: sdhci: Add support for eMMC HS200 mode Siva Durga Prasad Paladugu
2017-01-18  9:04   ` [U-Boot] [PATCH 12/12] mmc: sdhci: zynqmp: Set tapdelays " Siva Durga Prasad Paladugu
2017-01-19  5:00   ` [U-Boot] [PATCH 00/12] Add support for SD3.0 and eMMC HS200 Jaehoon Chung
2017-01-19  5:47     ` Siva Durga Prasad Paladugu
2017-01-19  6:11       ` Jaehoon Chung

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=1484730271-21944-1-git-send-email-sivadur@xilinx.com \
    --to=siva.durga.paladugu@xilinx.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 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.