On Wed, 12 Feb 2014, rogerable@xxxxxxxxxxx wrote:Would you also apply patch 2/3 and 3/3 that to make the device fully operational for users? Or should they be applied by maintainers of mmc/memstick subsystems?
From: Roger Tseng <rogerable@xxxxxxxxxxx>
Realtek USB card reader provides a channel to transfer command or data to flash
memory cards. This driver exports host instances for mmc and memstick subsystems
and handles basic works.
Signed-off-by: Roger Tseng <rogerable@xxxxxxxxxxx>
---
drivers/mfd/Kconfig | 10 +
drivers/mfd/Makefile | 1 +
drivers/mfd/rtsx_usb.c | 760 +++++++++++++++++++++++++++++++++++++++++++
include/linux/mfd/rtsx_usb.h | 628 +++++++++++++++++++++++++++++++++++
4 files changed, 1399 insertions(+)
create mode 100644 drivers/mfd/rtsx_usb.c
create mode 100644 include/linux/mfd/rtsx_usb.h
Applied again, thanks.