public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 0/3] Support new card reader rts5264
@ 2023-12-08  3:21 Ricky Wu
  2023-12-08  3:21 ` [PATCH v7 1/3] misc: rtsx: add to support new card reader rts5264 new definition and function Ricky Wu
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Ricky Wu @ 2023-12-08  3:21 UTC (permalink / raw)
  To: arnd, gregkh, linux-kernel, ulf.hansson, frank.li,
	u.kleine-koenig, linux-mmc
  Cc: ricky_wu

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-01-05 10:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-08  3:21 [PATCH v7 0/3] Support new card reader rts5264 Ricky Wu
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox