From: Sascha Hauer <s.hauer@pengutronix.de> To: Barebox List <barebox@lists.infradead.org> Subject: [PATCH 00/12] SDHCI updates Date: Mon, 7 Jun 2021 12:43:59 +0200 [thread overview] Message-ID: <20210607104411.23071-1-s.hauer@pengutronix.de> (raw) This series has some updates for the common SDHCI support and finally support for the eMMC controller found on Rockchip RK3568 SoCs. Sascha Hauer (12): mci: sdhci: straighten capabilities register mci: sdhci: Add and use SDHCI_CAPABILITIES_1 defines mci: sdhci: Use SDHCI_MAX_DIV_SPEC_200 define mci: sdhci: port over some common functions from Linux mci: sdhci: imx: Use sdhci_setup_host() mci: sdhci: Use Linux defines for SDHCI_HOST_CONTROL register mci: sdhci: arasan: Use sdhci_setup_host() mci: sdhci: arasan: Use sdhci_set_bus_width() mci: sdhci: Use Linux defines for SDHCI_CLOCK_CONTROL register mci: sdhci: arasan: Use sdhci_set_clock() mci: sdhci: Get rid of many register ops mci: Add support for Rockchip variant of the dwcmshc drivers/mci/Kconfig | 7 + drivers/mci/Makefile | 1 + drivers/mci/arasan-sdhci.c | 143 +--------- drivers/mci/atmel-sdhci-common.c | 72 ++--- drivers/mci/dove-sdhci.c | 84 ++---- drivers/mci/imx-esdhc-common.c | 21 +- drivers/mci/imx-esdhc-pbl.c | 20 +- drivers/mci/imx-esdhc.c | 20 +- drivers/mci/imx-esdhc.h | 8 - drivers/mci/rockchip-dwcmshc-sdhci.c | 382 +++++++++++++++++++++++++++ drivers/mci/sdhci.c | 281 ++++++++++++++++++++ drivers/mci/sdhci.h | 159 +++++++++-- include/mci.h | 2 + 13 files changed, 879 insertions(+), 321 deletions(-) create mode 100644 drivers/mci/rockchip-dwcmshc-sdhci.c -- 2.29.2 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2021-06-07 10:51 UTC|newest] Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-06-07 10:43 Sascha Hauer [this message] 2021-06-07 10:44 ` [PATCH 01/12] mci: sdhci: straighten capabilities register Sascha Hauer 2021-06-07 10:44 ` [PATCH 02/12] mci: sdhci: Add and use SDHCI_CAPABILITIES_1 defines Sascha Hauer 2021-06-07 10:44 ` [PATCH 03/12] mci: sdhci: Use SDHCI_MAX_DIV_SPEC_200 define Sascha Hauer 2021-06-07 10:44 ` [PATCH 04/12] mci: sdhci: port over some common functions from Linux Sascha Hauer 2021-06-07 10:44 ` [PATCH 05/12] mci: sdhci: imx: Use sdhci_setup_host() Sascha Hauer 2021-06-07 10:44 ` [PATCH 06/12] mci: sdhci: Use Linux defines for SDHCI_HOST_CONTROL register Sascha Hauer 2022-01-26 6:32 ` Antony Pavlov 2022-01-26 9:23 ` Sascha Hauer 2022-01-26 10:13 ` Antony Pavlov 2021-06-07 10:44 ` [PATCH 07/12] mci: sdhci: arasan: Use sdhci_setup_host() Sascha Hauer 2021-06-07 10:44 ` [PATCH 08/12] mci: sdhci: arasan: Use sdhci_set_bus_width() Sascha Hauer 2021-06-07 10:44 ` [PATCH 09/12] mci: sdhci: Use Linux defines for SDHCI_CLOCK_CONTROL register Sascha Hauer 2021-06-07 10:44 ` [PATCH 10/12] mci: sdhci: arasan: Use sdhci_set_clock() Sascha Hauer 2021-06-07 10:44 ` [PATCH 11/12] mci: sdhci: Get rid of many register ops Sascha Hauer 2021-06-07 10:44 ` [PATCH 12/12] mci: Add support for Rockchip variant of the dwcmshc Sascha Hauer
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=20210607104411.23071-1-s.hauer@pengutronix.de \ --to=s.hauer@pengutronix.de \ --cc=barebox@lists.infradead.org \ --subject='Re: [PATCH 00/12] SDHCI updates' \ /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
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox