[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1345516106.git.wei_wang@realsil.com.cn>
Date: Tue, 21 Aug 2012 13:50:01 +0800
From: <wei_wang@...lsil.com.cn>
To: <gregkh@...uxfoundation.org>, <devel@...uxdriverproject.org>,
<linux-kernel@...r.kernel.org>, <linux-mmc@...r.kernel.org>,
<cjb@...top.org>, <arnd@...db.de>, <sameo@...ux.intel.com>
CC: <bp@...en8.de>, Wei WANG <wei_wang@...lsil.com.cn>
Subject: [PATCH v3 0/2] Add modules to support realtek PCIE card reader
From: Wei WANG <wei_wang@...lsil.com.cn>
1. Fix a bug that DMA out of SW-IOMMU space in Lenovo Thinkpad x121e
2. Tested by Borislav Petkov <bp@...en8.de>
Wei WANG (2):
drivers/mfd: Add realtek pcie card reader driver
drivers/mmc: Add realtek pcie sdmmc host driver
drivers/mfd/Kconfig | 9 +
drivers/mfd/Makefile | 4 +
drivers/mfd/rts5209.c | 104 +++
drivers/mfd/rts5229.c | 119 ++++
drivers/mfd/rtsx_pcr.c | 1286 +++++++++++++++++++++++++++++++++++
drivers/mfd/rtsx_pcr.h | 31 +
drivers/mmc/host/Kconfig | 7 +
drivers/mmc/host/Makefile | 2 +
drivers/mmc/host/rtsx_pci_sdmmc.c | 1341 +++++++++++++++++++++++++++++++++++++
include/linux/mfd/rtsx_common.h | 47 ++
include/linux/mfd/rtsx_pci.h | 690 +++++++++++++++++++
11 files changed, 3640 insertions(+)
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists