Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754694Ab2J2FuP (ORCPT ); Mon, 29 Oct 2012 01:50:15 -0400 Received: from rtits2.realtek.com ([60.250.210.242]:36614 "EHLO rtits2.realtek.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751164Ab2J2FuN (ORCPT ); Mon, 29 Oct 2012 01:50:13 -0400 X-SpamFilter-By: BOX Solutions SpamTrap 5.19 with qID q9T5nT0r005100, This message is released by code: ctaloc0852 From: To: , CC: , , , , , , , Wei WANG Subject: [PATCH v7 0/3] Add modules to support realtek PCIE card reader Date: Mon, 29 Oct 2012 13:49:28 +0800 Message-ID: X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2316 Lines: 67 From: Wei WANG Support for Realtek PCI-Express driver-based card readers including rts5209, rts5229 and rtl8411. v2: 1. Using platform device to replace realtek slot bus v3: 1. Fix a bug that DMA out of SW-IOMMU space in Lenovo Thinkpad x121e 2. Tested by Borislav Petkov v4: 1. Fulfill power management callbacks v5: 1. Support Memstick card v6: 1. Fix some coding style v7: 1. Acked-by: Alex Dubov 2. Support RTL8411 3. Use mfd_cell in rtsx_pcr.c 4. Use default workqueue in rtsx_pcr.c 5. Use delayed_work to handle idle event, instead of timer Wei WANG (3): drivers/mfd: Add realtek pcie card reader driver drivers/mmc: Add realtek pcie sdmmc host driver drivers/memstick: Add realtek pcie memstick host driver drivers/memstick/host/Kconfig | 10 + drivers/memstick/host/Makefile | 1 + drivers/memstick/host/rtsx_pci_ms.c | 641 +++++++++++++++++ drivers/mfd/Kconfig | 9 + drivers/mfd/Makefile | 3 + drivers/mfd/rtl8411.c | 251 +++++++ drivers/mfd/rts5209.c | 223 ++++++ drivers/mfd/rts5229.c | 205 ++++++ drivers/mfd/rtsx_pcr.c | 1251 ++++++++++++++++++++++++++++++++ drivers/mfd/rtsx_pcr.h | 32 + drivers/mmc/host/Kconfig | 7 + drivers/mmc/host/Makefile | 2 + drivers/mmc/host/rtsx_pci_sdmmc.c | 1348 +++++++++++++++++++++++++++++++++++ include/linux/mfd/rtsx_common.h | 48 ++ include/linux/mfd/rtsx_pci.h | 794 +++++++++++++++++++++ 15 files changed, 4825 insertions(+) create mode 100644 drivers/memstick/host/rtsx_pci_ms.c create mode 100644 drivers/mfd/rtl8411.c create mode 100644 drivers/mfd/rts5209.c create mode 100644 drivers/mfd/rts5229.c create mode 100644 drivers/mfd/rtsx_pcr.c create mode 100644 drivers/mfd/rtsx_pcr.h create mode 100644 drivers/mmc/host/rtsx_pci_sdmmc.c create mode 100644 include/linux/mfd/rtsx_common.h create mode 100644 include/linux/mfd/rtsx_pci.h -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/