From: Ricky Wu <ricky_wu@realtek.com>
To: <arnd@arndb.de>, <gregkh@linuxfoundation.org>,
<linux-kernel@vger.kernel.org>, <ulf.hansson@linaro.org>,
<frank.li@vivo.com>, <u.kleine-koenig@pengutronix.de>,
<linux-mmc@vger.kernel.org>
Cc: <ricky_wu@realtek.com>
Subject: [PATCH v7 0/3] Support new card reader rts5264
Date: Fri, 8 Dec 2023 11:21:42 +0800 [thread overview]
Message-ID: <20231208032145.2143580-1-ricky_wu@realtek.com> (raw)
Summary
=======
This series adds to support New card reader rts5264
patch#1
Going to have new files to define rts5264 funtions,
and rts5264 register definition
patch#2
Add rts5264 to rtsx_pcr driver
patch#3
This new reader rts5264 can support sd express card
so need add the id to ths sd_init flow of rtsx_sdmmc
Patch structure
===============
v6->v7:
move modifications of rtsx_pci.h to patch#1
v5->v6:
add more description for individual patches
v4->v5:
add summary for this series
v3->v4:
split new definition part up from same patch
v2->v3:
split misc part and mmc part
v1->v2:
remove ic version check for rts5264
Ricky Wu(3):
misc: rtsx: add to support new card reader rts5264 new
definition and function
misc: rtsx: add to support new card reader rts5264
mmc: rtsx: add rts5264 to support sd express card
drivers/misc/cardreader/Makefile | 2 +-
drivers/misc/cardreader/rts5264.c | 886 +++++++++++++++++++++++++++++
drivers/misc/cardreader/rts5264.h | 278 +++++++++
drivers/misc/cardreader/rtsx_pcr.c | 30 +-
drivers/misc/cardreader/rtsx_pcr.h | 1 +
drivers/mmc/host/rtsx_pci_sdmmc.c | 17 +-
include/linux/rtsx_pci.h | 8 +
7 files changed, 1215 insertions(+), 7 deletions(-)
create mode 100644 drivers/misc/cardreader/rts5264.c
create mode 100644 drivers/misc/cardreader/rts5264.h
--
2.25.1
next reply other threads:[~2023-12-08 3:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-08 3:21 Ricky Wu [this message]
2023-12-08 3:21 ` [PATCH v7 1/3] misc: rtsx: add to support new card reader rts5264 new definition and function Ricky Wu
2023-12-08 3:21 ` [PATCH v7 2/3] misc: rtsx: add to support new card reader rts5264 Ricky Wu
2023-12-08 3:21 ` [PATCH v7 3/3] mmc: rtsx: add rts5264 to support sd express card Ricky Wu
2024-01-05 10:16 ` Ulf Hansson
2024-01-05 10:26 ` Greg KH
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=20231208032145.2143580-1-ricky_wu@realtek.com \
--to=ricky_wu@realtek.com \
--cc=arnd@arndb.de \
--cc=frank.li@vivo.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=u.kleine-koenig@pengutronix.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox