All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jaehoon Chung <jh80.chung@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/7] Add support of SD3.0 UHS modes for ZynqMP
Date: Wed, 17 Jan 2018 11:33:30 +0900	[thread overview]
Message-ID: <757d0dfb-1d52-c526-f5f7-1d0bab57a994@samsung.com> (raw)
In-Reply-To: <CO1PR02MB2407DDF917325BCC0537334D9EA0@CO1PR02MB240.namprd02.prod.outlook.com>

Hi Siva,

On 01/16/2018 07:10 PM, Siva Durga Prasad Paladugu wrote:
> Hi Jaehoon,
> 
> Any review comments on this.

Thanks for reminding. Will check! :)

Best Regards,
Jaehoon Chung
> 
> Thanks,
> Siva
> 
>> -----Original Message-----
>> From: Siva Durga Prasad Paladugu [mailto:siva.durga.paladugu at xilinx.com]
>> Sent: Thursday, January 04, 2018 3:11 PM
>> To: u-boot at lists.denx.de
>> Cc: jh80.chung at samsung.com; Siva Durga Prasad Paladugu
>> <sivadur@xilinx.com>
>> Subject: [PATCH v2 0/7] Add support of SD3.0 UHS modes for ZynqMP
>>
>> 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.
>>
>> Repo: u-boot-mmc.git
>> Branch: hs200-working
>>
>> 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              | 230
>> ++++++++++++++++++++++++++
>>  configs/xilinx_zynqmp_zcu102_rev1_0_defconfig |   2 +
>>  drivers/mmc/sdhci.c                           |  67 +++++++-
>>  drivers/mmc/zynq_sdhci.c                      | 230
>> +++++++++++++++++++++++++-
>>  include/sdhci.h                               |   9 +
>>  include/zynqmp_tap_delay.h                    |  20 +++
>>  7 files changed, 550 insertions(+), 10 deletions(-)  create mode 100644
>> board/xilinx/zynqmp/tap_delays.c  create mode 100644
>> include/zynqmp_tap_delay.h
>>
>> --
>> 2.7.4
> 
> 
> 
> 

  reply	other threads:[~2018-01-17  2:33 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-04  9:40 [U-Boot] [PATCH v2 0/7] Add support of SD3.0 UHS modes for ZynqMP Siva Durga Prasad Paladugu
2018-01-04  9:40 ` [U-Boot] [PATCH v2 1/7] mmc: sdhci: Add support for disabling clock Siva Durga Prasad Paladugu
2018-01-17 10:45   ` Jaehoon Chung
2018-01-17 11:17     ` Siva Durga Prasad Paladugu
2018-01-04  9:40 ` [U-Boot] [PATCH v2 2/7] mmc: sdhci: Handle execute tuning command in sdhci_send_command Siva Durga Prasad Paladugu
2018-01-04  9:40 ` [U-Boot] [PATCH v2 3/7] sdhci: Add new sdhci ops for platform specific tuning and delays Siva Durga Prasad Paladugu
2018-01-04  9:40 ` [U-Boot] [PATCH v2 4/7] mmc: sdhci: Invoke platform specific tuning and delay routines Siva Durga Prasad Paladugu
2018-01-04  9:40 ` [U-Boot] [PATCH v2 5/7] mmc : sdhci: Read capabilities register1 and update host caps Siva Durga Prasad Paladugu
2018-01-04  9:40 ` [U-Boot] [PATCH v2 6/7] mmc: zynq_sdhci: Add support for SD3.0 Siva Durga Prasad Paladugu
2018-01-17 10:54   ` Jaehoon Chung
2018-01-04  9:40 ` [U-Boot] [PATCH v2 7/7] zynqmp: zcu102: Enable UHS support for ZCU102 Rev1.0 board Siva Durga Prasad Paladugu
2018-01-16 10:10 ` [U-Boot] [PATCH v2 0/7] Add support of SD3.0 UHS modes for ZynqMP Siva Durga Prasad Paladugu
2018-01-17  2:33   ` Jaehoon Chung [this message]
2018-04-10  6:31     ` Siva Durga Prasad Paladugu
2018-04-12 11:20       ` Siva Durga Prasad Paladugu

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=757d0dfb-1d52-c526-f5f7-1d0bab57a994@samsung.com \
    --to=jh80.chung@samsung.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.