mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org,
	 Steffen Trumtrar <s.trumtrar@pengutronix.de>
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: Re: [PATCH v4 00/15] mci: add HS200 support for eMMCs
Date: Mon, 18 Mar 2024 13:17:49 +0100	[thread overview]
Message-ID: <171076426981.2793593.6249578549368520671.b4-ty@pengutronix.de> (raw)
In-Reply-To: <20240318-v2024-02-0-topic-arasan-hs200-support-v4-0-48756863add6@pengutronix.de>


On Mon, 18 Mar 2024 11:18:14 +0100, Steffen Trumtrar wrote:
> This series adds support for HS200 mode to mci-core and sdhci.
> As the host driver also needs to handle clock setup, pin control and
> host specific tuning, this series only adds HS200 support to the Arasan
> SDHCI driver.
> 
> Tested on: ZynqMP
> Compile tested: for ZynqMP with/without CONFIG_MCI_TUNING
> 
> [...]

Applied, thanks!

[01/15] mci: arasan: fix dma support
        https://git.pengutronix.de/cgit/barebox/commit/?id=a6d9e82f515a (link may not be stable)
[02/15] ARM: zynqmp: add sd_dll_reset call
        https://git.pengutronix.de/cgit/barebox/commit/?id=54a4e53cc859 (link may not be stable)
[03/15] zynqmp: firmware: add functions to set tap delay
        https://git.pengutronix.de/cgit/barebox/commit/?id=d26f2505c399 (link may not be stable)
[04/15] mci: arasan: implement 25MHz quirk for zynqmp
        https://git.pengutronix.de/cgit/barebox/commit/?id=6d0980c89783 (link may not be stable)
[05/15] include: mci: sync mci_timing with linux
        https://git.pengutronix.de/cgit/barebox/commit/?id=312fe15bc734 (link may not be stable)
[06/15] mci: arasan: read clk phases from DT
        https://git.pengutronix.de/cgit/barebox/commit/?id=3455c97f5841 (link may not be stable)
[07/15] mci: core: save the set clock as actual_clock
        https://git.pengutronix.de/cgit/barebox/commit/?id=8b8c5b0e39a3 (link may not be stable)
[08/15] mci: arasan: register sdcard/sampleclk
        https://git.pengutronix.de/cgit/barebox/commit/?id=82d92eff1be3 (link may not be stable)
[09/15] include: mci: add more EXT_CSD_CARD_TYPE_*
        https://git.pengutronix.de/cgit/barebox/commit/?id=7dfc146ffa24 (link may not be stable)
[10/15] mci: core: parse more host capabilities from DT
        https://git.pengutronix.de/cgit/barebox/commit/?id=b8ebb6ec0f94 (link may not be stable)
[11/15] mci: mci-core: add HS200 support
        https://git.pengutronix.de/cgit/barebox/commit/?id=ffa59e16bb96 (link may not be stable)
[12/15] mci: mci-core: replace value with define
        https://git.pengutronix.de/cgit/barebox/commit/?id=aaafc8f241e2 (link may not be stable)
[13/15] mci: sdhci: add tuning support
        https://git.pengutronix.de/cgit/barebox/commit/?id=c45f2eb6451a (link may not be stable)
[14/15] mci: arasan-sdhci: add HS200 tuning support on ZynqMP
        https://git.pengutronix.de/cgit/barebox/commit/?id=94d79ed7b781 (link may not be stable)
[15/15] mci: sdhci: replace sdhci_wait_idle
        https://git.pengutronix.de/cgit/barebox/commit/?id=6c809314ab88 (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer@pengutronix.de>




      parent reply	other threads:[~2024-03-18 12:18 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-18 10:18 Steffen Trumtrar
2024-03-18 10:18 ` [PATCH v4 01/15] mci: arasan: fix dma support Steffen Trumtrar
2024-03-18 10:18 ` [PATCH v4 02/15] ARM: zynqmp: add sd_dll_reset call Steffen Trumtrar
2024-03-18 10:18 ` [PATCH v4 03/15] zynqmp: firmware: add functions to set tap delay Steffen Trumtrar
2024-03-18 10:18 ` [PATCH v4 04/15] mci: arasan: implement 25MHz quirk for zynqmp Steffen Trumtrar
2024-03-18 10:18 ` [PATCH v4 05/15] include: mci: sync mci_timing with linux Steffen Trumtrar
2024-03-18 10:18 ` [PATCH v4 06/15] mci: arasan: read clk phases from DT Steffen Trumtrar
2024-03-18 10:18 ` [PATCH v4 07/15] mci: core: save the set clock as actual_clock Steffen Trumtrar
2024-03-18 10:18 ` [PATCH v4 08/15] mci: arasan: register sdcard/sampleclk Steffen Trumtrar
2024-03-18 10:18 ` [PATCH v4 09/15] include: mci: add more EXT_CSD_CARD_TYPE_* Steffen Trumtrar
2024-03-18 10:18 ` [PATCH v4 10/15] mci: core: parse more host capabilities from DT Steffen Trumtrar
2024-03-18 10:18 ` [PATCH v4 11/15] mci: mci-core: add HS200 support Steffen Trumtrar
2024-03-18 10:18 ` [PATCH v4 12/15] mci: mci-core: replace value with define Steffen Trumtrar
2024-03-18 10:18 ` [PATCH v4 13/15] mci: sdhci: add tuning support Steffen Trumtrar
2024-03-18 10:18 ` [PATCH v4 14/15] mci: arasan-sdhci: add HS200 tuning support on ZynqMP Steffen Trumtrar
2024-03-18 10:18 ` [PATCH v4 15/15] mci: sdhci: replace sdhci_wait_idle Steffen Trumtrar
2024-03-18 12:17 ` Sascha Hauer [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=171076426981.2793593.6249578549368520671.b4-ty@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=s.trumtrar@pengutronix.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