staging: rts5208: add support for rts5208 and rts5288
authorMicky Ching <micky_ching@realsil.com.cn>
Tue, 12 Nov 2013 09:16:08 +0000 (17:16 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Nov 2013 20:44:37 +0000 (12:44 -0800)
commitfa590c222fbaa428edb2ce2194638906cea1400a
tree885a784831cc44c798a5150ea00b4d9218e5dff4
parent8a76714dd3755536a28f0d0b9c5fc378c492da40
staging: rts5208: add support for rts5208 and rts5288

There are still many rts5208/5288 card readers being used, but no
drivers are supported them in kernel now. This driver can make a
great convenience for people who use them.

Many other rts-series card reader are supported by mfd driver, but due
to much difference with others, rts5208/5288 can not add into mfd driver
pretty now, so we provide a separated driver here to support the device.

Signed-off-by: Micky Ching <micky_ching@realsil.com.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
28 files changed:
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/rts5208/Kconfig [new file with mode: 0644]
drivers/staging/rts5208/Makefile [new file with mode: 0644]
drivers/staging/rts5208/TODO [new file with mode: 0644]
drivers/staging/rts5208/debug.h [new file with mode: 0644]
drivers/staging/rts5208/general.c [new file with mode: 0644]
drivers/staging/rts5208/general.h [new file with mode: 0644]
drivers/staging/rts5208/ms.c [new file with mode: 0644]
drivers/staging/rts5208/ms.h [new file with mode: 0644]
drivers/staging/rts5208/rtsx.c [new file with mode: 0644]
drivers/staging/rts5208/rtsx.h [new file with mode: 0644]
drivers/staging/rts5208/rtsx_card.c [new file with mode: 0644]
drivers/staging/rts5208/rtsx_card.h [new file with mode: 0644]
drivers/staging/rts5208/rtsx_chip.c [new file with mode: 0644]
drivers/staging/rts5208/rtsx_chip.h [new file with mode: 0644]
drivers/staging/rts5208/rtsx_scsi.c [new file with mode: 0644]
drivers/staging/rts5208/rtsx_scsi.h [new file with mode: 0644]
drivers/staging/rts5208/rtsx_sys.h [new file with mode: 0644]
drivers/staging/rts5208/rtsx_transport.c [new file with mode: 0644]
drivers/staging/rts5208/rtsx_transport.h [new file with mode: 0644]
drivers/staging/rts5208/sd.c [new file with mode: 0644]
drivers/staging/rts5208/sd.h [new file with mode: 0644]
drivers/staging/rts5208/spi.c [new file with mode: 0644]
drivers/staging/rts5208/spi.h [new file with mode: 0644]
drivers/staging/rts5208/trace.h [new file with mode: 0644]
drivers/staging/rts5208/xd.c [new file with mode: 0644]
drivers/staging/rts5208/xd.h [new file with mode: 0644]