From patchwork Wed Jan 30 07:03:35 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adam Lee X-Patchwork-Id: 216774 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 398692C007E for ; Wed, 30 Jan 2013 18:03:51 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1U0Rhv-0007H1-00; Wed, 30 Jan 2013 07:03:43 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1U0Rht-0007Gv-91 for kernel-team@lists.ubuntu.com; Wed, 30 Jan 2013 07:03:41 +0000 Received: from ipsec02.blockcn.net ([173.254.214.45] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1U0Rhs-0000yi-EC; Wed, 30 Jan 2013 07:03:41 +0000 Date: Wed, 30 Jan 2013 15:03:35 +0800 From: Adam Lee To: Tim Gardner Subject: Re: [Precise][Pull-Request v2] Add realtek pcie card reader driver to fix #1057089 Message-ID: <20130130070335.GB23144@adam-laptop> Mail-Followup-To: Tim Gardner , YK , kernel-team@lists.ubuntu.com, Anthony Wong , Ming Lei References: <20130128070321.GC10628@adam-laptop> <20130128144014.GA18959@hercules> <20130129030025.GA10421@adam-laptop> <5107D38D.8040709@canonical.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <5107D38D.8040709@canonical.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: kernel-team@lists.ubuntu.com, YK , Anthony Wong X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com BugLink: http://launchpad.net/bugs/1057089 Have done some format fixes. PS, I understand why this driver for Precise was NAKed before, just in case.. The following changes since commit 3486845bcba7a6fc624a160c380f7c30879d664e: UBUNTU: drivers/mfd: Add realtek pcie card reader driver (2013-01-30 14:34:05 +0800) are available in the git repository at: git://kernel.ubuntu.com/adamlee/ubuntu-precise.git master for you to fetch changes up to 0613eb5bc8893854753148fbde09942ca496c6db: UBUNTU: [Config] Enable RTSX_PCI modules (2013-01-30 14:42:13 +0800) ---------------------------------------------------------------- Adam Lee (1): UBUNTU: [Config] Enable RTSX_PCI modules Wei WANG (6): UBUNTU: mmc: Add realtek pcie sdmmc host driver UBUNTU: mmc: rtsx: Remove a duplicate command in sd_rw_multi UBUNTU: mmc: rtsx: Configure SD_CFG2 register in sd_rw_multi UBUNTU: mmc: rtsx: Explicitely include slab.h in rtsx_pci_sdmmc.c UBUNTU: drivers/memstick: Add realtek pcie memstick host driver UBUNTU: mfd: rtsx: Fix oops when rtsx_pci_sdmmc is not probed debian.master/config/config.common.ubuntu | 3 + drivers/memstick/host/Kconfig | 10 + drivers/memstick/host/Makefile | 1 + drivers/memstick/host/rtsx_pci_ms.c | 641 ++++++++++++++ drivers/mfd/rtsx_pcr.c | 4 +- drivers/mmc/host/Kconfig | 7 + drivers/mmc/host/Makefile | 2 + drivers/mmc/host/rtsx_pci_sdmmc.c | 1326 +++++++++++++++++++++++++++++ 8 files changed, 1992 insertions(+), 2 deletions(-) create mode 100644 drivers/memstick/host/rtsx_pci_ms.c create mode 100644 drivers/mmc/host/rtsx_pci_sdmmc.c