From: "H. Nikolaus Schaller" <hns@goldelico.com>
To: "Ulf Hansson" <ulf.hansson@linaro.org>,
"Jérôme Pouiller" <jerome.pouiller@silabs.com>,
"Avri Altman" <avri.altman@wdc.com>,
"Shawn Lin" <shawn.lin@rock-chips.com>,
"Linus Walleij" <linus.walleij@linaro.org>,
"Tony Lindgren" <tony@atomide.com>,
"Bean Huo" <beanhuo@micron.com>
Cc: notasas@gmail.com, linux-mmc@vger.kernel.org,
linux-kernel@vger.kernel.org, letux-kernel@openphoenux.org,
kernel@pyra-handheld.com,
"H. Nikolaus Schaller" <hns@goldelico.com>
Subject: [RFC v3 0/6] mmc: core: extend mmc_fixup_device and transplant ti,wl1251 quirks from to be retired omap_hsmmc
Date: Wed, 3 Nov 2021 14:00:08 +0100 [thread overview]
Message-ID: <cover.1635944413.git.hns@goldelico.com> (raw)
RFC V3 2021-11-03 14:00:13:
* patches have been split into smaller ones a little further
* propose a new macro for setup of device tree compatible quirks
* directly include patches by jerome.pouiller@silabs.com
in this series
RFC V2 2021-11-01 10:24:26:
* reworked to not misuse mmc_select_card() but add a call to
mmc_fixup_device() right after where host->ops->init_card
was called before to apply the wl1251 specific quirks.
Device tree matching is done by a new table passed to mmc_fixup_device().
suggested by: ulf.hansson@linaro.org
based on patches by: jerome.pouiller@silabs.com
RFC V1 2021-10-06 13:24:13:
H. Nikolaus Schaller (4):
mmc: core: provide macro and table to match the device tree to apply
quirks
mmc: core: add new calls to mmc_fixup_device(sdio_card_init_methods)
mmc: core: transplant ti,wl1251 quirks from to be retired omap_hsmmc
mmc: host: omap_hsmmc: revert special init for wl1251
Jérôme Pouiller (2):
mmc: core: rewrite mmc_fixup_device()
mmc: core: allow to match the device tree to apply quirks
drivers/mmc/core/card.h | 37 ++++++++++++++++++
drivers/mmc/core/mmc.c | 1 +
drivers/mmc/core/quirks.h | 70 ++++++++++++++++++++++++++---------
drivers/mmc/core/sd.c | 2 +
drivers/mmc/core/sdio.c | 1 +
drivers/mmc/host/omap_hsmmc.c | 36 ------------------
6 files changed, 94 insertions(+), 53 deletions(-)
--
2.33.0
next reply other threads:[~2021-11-03 13:00 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-03 13:00 H. Nikolaus Schaller [this message]
2021-11-03 13:00 ` [RFC v3 1/6] mmc: core: rewrite mmc_fixup_device() H. Nikolaus Schaller
2021-11-09 11:15 ` Linus Walleij
2021-11-03 13:00 ` [RFC v3 2/6] mmc: core: allow to match the device tree to apply quirks H. Nikolaus Schaller
2021-11-03 13:24 ` Jérôme Pouiller
2021-11-03 13:36 ` H. Nikolaus Schaller
2021-11-03 17:57 ` kernel test robot
2021-11-09 11:16 ` Linus Walleij
2021-11-03 13:00 ` [RFC v3 3/6] mmc: core: provide macro and table " H. Nikolaus Schaller
2021-11-09 11:17 ` Linus Walleij
2021-11-03 13:00 ` [RFC v3 4/6] mmc: core: add new calls to mmc_fixup_device(sdio_card_init_methods) H. Nikolaus Schaller
2021-11-09 11:18 ` Linus Walleij
2021-11-03 13:00 ` [RFC v3 5/6] mmc: core: transplant ti,wl1251 quirks from to be retired omap_hsmmc H. Nikolaus Schaller
2021-11-09 11:19 ` Linus Walleij
2021-11-03 13:00 ` [RFC v3 6/6] mmc: host: omap_hsmmc: revert special init for wl1251 H. Nikolaus Schaller
2021-11-09 11:20 ` Linus Walleij
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=cover.1635944413.git.hns@goldelico.com \
--to=hns@goldelico.com \
--cc=avri.altman@wdc.com \
--cc=beanhuo@micron.com \
--cc=jerome.pouiller@silabs.com \
--cc=kernel@pyra-handheld.com \
--cc=letux-kernel@openphoenux.org \
--cc=linus.walleij@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=notasas@gmail.com \
--cc=shawn.lin@rock-chips.com \
--cc=tony@atomide.com \
--cc=ulf.hansson@linaro.org \
/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.