aboutsummaryrefslogtreecommitdiff
path: root/include/linux/rtsx_common.h
AgeCommit message (Collapse)AuthorFilesLines
2017-11-29misc: rtsx: Move Realtek Card Reader Driver to miscRui Feng1-0/+50
Because Realtek card reader drivers are pcie and usb drivers, and they bridge mmc subsystem and memstick subsystem, they are not mfd drivers. Greg and Lee Jones had a discussion about where to put the drivers, the result is that misc is a good place for them, so I move all files to misc. If I don't move them to a right place, I can't add any patch for this driver. Signed-off-by: Rui Feng <[email protected]> Reviewed-by: Daniel Bristot de Oliveira <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: Ulf Hansson <[email protected]> Acked-by: Greg Kroah-Hartman <[email protected]> Tested-by: Perry Yuan <[email protected]> Signed-off-by: Lee Jones <[email protected]>