misc: rtsx: add to support new card reader rts5264 new definition and function
authorRicky Wu <ricky_wu@realtek.com>
Fri, 8 Dec 2023 03:21:43 +0000 (11:21 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Dec 2023 16:27:04 +0000 (17:27 +0100)
commitc27dfca4555bf74dd7dd7161d8ef2790ec1c7283
tree10c28e4da176f32dffb272ccdaa90f981b40e768
parentaaee477e3e2c7305a95ffc528bf831a13da3dacb
misc: rtsx: add to support new card reader rts5264 new definition and function

in order to support NEW chip rts5264, the definitions of some internal
registers are define in new file rts5264.h, and some callback functions
and the workflow for rts5264 are define in new file rts5264.c

also add rts5264.o to Makefile

Signed-off-by: Ricky Wu <ricky_wu@realtek.com>
Link: https://lore.kernel.org/r/20231208032145.2143580-2-ricky_wu@realtek.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/cardreader/Makefile
drivers/misc/cardreader/rts5264.c [new file with mode: 0644]
drivers/misc/cardreader/rts5264.h [new file with mode: 0644]
include/linux/rtsx_pci.h