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 v2 00/14] mci: add HS200 support for eMMCs
Date: Fri, 15 Mar 2024 13:09:34 +0100 [thread overview]
Message-ID: <171050457442.2148042.10934160309345397872.b4-ty@pengutronix.de> (raw)
In-Reply-To: <20240314-v2024-02-0-topic-arasan-hs200-support-v2-0-0386c27fe653@pengutronix.de>
On Thu, 14 Mar 2024 19:47:23 +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/14] ARM: zynqmp: add sd_dll_reset call
https://git.pengutronix.de/cgit/barebox/commit/?id=e50802987998 (link may not be stable)
[02/14] zynqmp: firmware: add functions to set tap delay
https://git.pengutronix.de/cgit/barebox/commit/?id=357020fcf88c (link may not be stable)
[03/14] mci: arasan: implement 25MHz quirk for zynqmp
https://git.pengutronix.de/cgit/barebox/commit/?id=efd852fa6f13 (link may not be stable)
[04/14] include: mci: sync mci_timing with linux
https://git.pengutronix.de/cgit/barebox/commit/?id=7496070e8378 (link may not be stable)
[05/14] mci: arasan: read clk phases from DT
https://git.pengutronix.de/cgit/barebox/commit/?id=9b08b1b1783d (link may not be stable)
[06/14] mci: core: save the set clock as actual_clock
https://git.pengutronix.de/cgit/barebox/commit/?id=80ad7a2a84bd (link may not be stable)
[07/14] mci: arasan: register sdcard/sampleclk
https://git.pengutronix.de/cgit/barebox/commit/?id=d4a3cb3f9767 (link may not be stable)
[08/14] include: mci: add more EXT_CSD_CARD_TYPE_*
https://git.pengutronix.de/cgit/barebox/commit/?id=98fc2c9c153b (link may not be stable)
[09/14] mci: core: parse more host capabilities from DT
https://git.pengutronix.de/cgit/barebox/commit/?id=9a82adc87dfb (link may not be stable)
[10/14] mci: mci-core: add HS200 support
https://git.pengutronix.de/cgit/barebox/commit/?id=78b2b2886f08 (link may not be stable)
[11/14] mci: mci-core: replace value with define
https://git.pengutronix.de/cgit/barebox/commit/?id=73861352b1a5 (link may not be stable)
[12/14] mci: sdhci: add tuning support
https://git.pengutronix.de/cgit/barebox/commit/?id=f5684230829b (link may not be stable)
[13/14] mci: arasan-sdhci: add HS200 tuning support on ZynqMP
https://git.pengutronix.de/cgit/barebox/commit/?id=97a8d7804666 (link may not be stable)
[14/14] mci: sdhci: replace sdhci_wait_idle
https://git.pengutronix.de/cgit/barebox/commit/?id=3c735ec29cee (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
prev parent reply other threads:[~2024-03-15 12:10 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-14 18:47 Steffen Trumtrar
2024-03-14 18:47 ` [PATCH v2 01/14] ARM: zynqmp: add sd_dll_reset call Steffen Trumtrar
2024-03-14 18:47 ` [PATCH v2 02/14] zynqmp: firmware: add functions to set tap delay Steffen Trumtrar
2024-03-14 18:47 ` [PATCH v2 03/14] mci: arasan: implement 25MHz quirk for zynqmp Steffen Trumtrar
2024-03-14 18:47 ` [PATCH v2 04/14] include: mci: sync mci_timing with linux Steffen Trumtrar
2024-03-14 18:47 ` [PATCH v2 05/14] mci: arasan: read clk phases from DT Steffen Trumtrar
2024-03-14 18:47 ` [PATCH v2 06/14] mci: core: save the set clock as actual_clock Steffen Trumtrar
2024-03-15 11:47 ` Ahmad Fatoum
2024-03-14 18:47 ` [PATCH v2 07/14] mci: arasan: register sdcard/sampleclk Steffen Trumtrar
2024-03-15 11:47 ` Ahmad Fatoum
2024-03-14 18:47 ` [PATCH v2 08/14] include: mci: add more EXT_CSD_CARD_TYPE_* Steffen Trumtrar
2024-03-14 18:47 ` [PATCH v2 09/14] mci: core: parse more host capabilities from DT Steffen Trumtrar
2024-03-15 11:48 ` Ahmad Fatoum
2024-03-14 18:47 ` [PATCH v2 10/14] mci: mci-core: add HS200 support Steffen Trumtrar
2024-03-15 12:00 ` Ahmad Fatoum
2024-03-14 18:47 ` [PATCH v2 11/14] mci: mci-core: replace value with define Steffen Trumtrar
2024-03-15 11:55 ` Ahmad Fatoum
2024-03-14 18:47 ` [PATCH v2 12/14] mci: sdhci: add tuning support Steffen Trumtrar
2024-03-15 11:58 ` Ahmad Fatoum
2024-03-14 18:47 ` [PATCH v2 13/14] mci: arasan-sdhci: add HS200 tuning support on ZynqMP Steffen Trumtrar
2024-03-15 12:18 ` Sascha Hauer
2024-03-15 12:41 ` Steffen Trumtrar
2024-03-14 18:47 ` [PATCH v2 14/14] mci: sdhci: replace sdhci_wait_idle Steffen Trumtrar
2024-03-15 11:56 ` Ahmad Fatoum
2024-03-15 12:09 ` 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=171050457442.2148042.10934160309345397872.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