Skip to content

Commit

Permalink
misc: rtsx: Add support new chip rts5228 mmc: rtsx: Add support MMC_C…
Browse files Browse the repository at this point in the history
…AP2_NO_MMC

In order to support new chip rts5228, the definitions of some internal
registers and workflow have to be modified.
Added rts5228.c rts5228.h for independent functions of the new chip rts5228

Signed-off-by: Ricky Wu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Ricky Wu authored and gregkh committed Jul 10, 2020
1 parent f31a03b commit 849a936
Show file tree
Hide file tree
Showing 7 changed files with 985 additions and 32 deletions.
2 changes: 1 addition & 1 deletion drivers/misc/cardreader/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_MISC_ALCOR_PCI) += alcor_pci.o
obj-$(CONFIG_MISC_RTSX_PCI) += rtsx_pci.o
rtsx_pci-objs := rtsx_pcr.o rts5209.o rts5229.o rtl8411.o rts5227.o rts5249.o rts5260.o rts5261.o
rtsx_pci-objs := rtsx_pcr.o rts5209.o rts5229.o rtl8411.o rts5227.o rts5249.o rts5260.o rts5261.o rts5228.o
obj-$(CONFIG_MISC_RTSX_USB) += rtsx_usb.o
Loading

0 comments on commit 849a936

Please sign in to comment.