linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: <wei_wang@realsil.com.cn>
To: <cjb@laptop.org>, <sameo@linux.intel.com>
Cc: <devel@linuxdriverproject.org>, <linux-kernel@vger.kernel.org>,
	<linux-mmc@vger.kernel.org>, <gregkh@linuxfoundation.org>,
	<arnd@arndb.de>, <oakad@yahoo.com>, <bp@alien8.de>,
	Wei WANG <wei_wang@realsil.com.cn>
Subject: [PATCH v7 0/3] Add modules to support realtek PCIE card reader
Date: Mon, 29 Oct 2012 13:49:28 +0800	[thread overview]
Message-ID: <cover.1351481260.git.wei_wang@realsil.com.cn> (raw)

From: Wei WANG <wei_wang@realsil.com.cn>

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 <bp@alien8.de>

v4:
1. Fulfill power management callbacks

v5:
1. Support Memstick card

v6:
1. Fix some coding style

v7:
1. Acked-by: Alex Dubov <oakad@yahoo.com>
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


             reply	other threads:[~2012-10-29  5:50 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-29  5:49 wei_wang [this message]
2012-10-29  5:49 ` [PATCH v7 1/3] drivers/mfd: Add realtek pcie card reader driver wei_wang
2012-10-29  5:49 ` [PATCH v7 2/3] drivers/mmc: Add realtek pcie sdmmc host driver wei_wang
2012-10-29  5:49 ` [PATCH v7 3/3] drivers/memstick: Add realtek pcie memstick " wei_wang
2012-10-30  3:33 ` [PATCH v7 0/3] Add modules to support realtek PCIE card reader wwang
2012-11-07 19:41   ` Chris Ball
2012-11-08  2:58     ` wwang
2012-11-08  4:01       ` Alex Dubov
2012-11-08  5:30         ` wwang
2012-11-08 12:34           ` [PATCH v7 0/3] Add modules to support realtek PCIE card reade Arnd Bergmann
2012-11-08 13:20           ` [PATCH v7 0/3] Add modules to support realtek PCIE card reader gregkh
2012-11-09 15:07     ` wwang
2012-11-09 15:34       ` Chris Ball
2012-11-11 23:51         ` Samuel Ortiz
2012-11-08  9:41 ` Samuel Ortiz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1351481260.git.wei_wang@realsil.com.cn \
    --to=wei_wang@realsil.com.cn \
    --cc=arnd@arndb.de \
    --cc=bp@alien8.de \
    --cc=cjb@laptop.org \
    --cc=devel@linuxdriverproject.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=oakad@yahoo.com \
    --cc=sameo@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).