From: Roger <rogerable@realtek.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Ulf Hansson <ulf.hansson@linaro.org>,
Maxim Levitsky <maximlevitsky@gmail.com>,
Alex Dubov <oakad@yahoo.com>,
driverdev-devel@linuxdriverproject.org,
linux-mmc@vger.kernel.org, Chris Ball <chris@printf.net>,
linux-kernel@vger.kernel.org, wei_wang@realsil.com.cn,
Andrew Morton <akpm@linux-foundation.org>,
Lee Jones <lee.jones@linaro.org>, Oliver Neukum <oneukum@suse.de>,
Dan Carpenter <dan.carpenter@oracle.com>,
Samuel Ortiz <sameo@linux.intel.com>
Subject: Re: [PATCH v7 4/4] memstick: Add realtek USB memstick host driver
Date: Wed, 30 Apr 2014 15:56:20 +0800 [thread overview]
Message-ID: <5360ACA4.80503@realtek.com> (raw)
In-Reply-To: <20140428101010.GR6264@lee--X1>
On 04/28/2014 06:10 PM, Lee Jones wrote:
>> From: Roger Tseng <rogerable@realtek.com>
>>
>> Realtek USB memstick host driver provides memstick host support based on the
>> Realtek USB card reader MFD driver.
>>
>> Signed-off-by: Roger Tseng <rogerable@realtek.com>
>> ---
>> drivers/memstick/host/Kconfig | 10 +
>> drivers/memstick/host/Makefile | 1 +
>> drivers/memstick/host/rtsx_usb_ms.c | 839 ++++++++++++++++++++++++++++++++++++
>> 3 files changed, 850 insertions(+)
>> create mode 100644 drivers/memstick/host/rtsx_usb_ms.c
>
> Applied, thanks.
>
Greg,
Since all patches have been applied and the device is now supported by
the new driver, would you remove the former staging one at
drivers/staging/rts5139? Similar removal had been done for our PCIE
devices in:
commit cd2112220b6b0a35fa12ba988a0dd837515dfaf8
Author: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Fri Oct 26 09:03:21 2012 -0700
Staging: remove rts_pstor driver
Best regards,
Roger Tseng
WARNING: multiple messages have this Message-ID (diff)
From: Roger <rogerable@realtek.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Lee Jones <lee.jones@linaro.org>,
Samuel Ortiz <sameo@linux.intel.com>,
Chris Ball <chris@printf.net>,
Maxim Levitsky <maximlevitsky@gmail.com>,
Alex Dubov <oakad@yahoo.com>,
Dan Carpenter <dan.carpenter@oracle.com>,
Ulf Hansson <ulf.hansson@linaro.org>,
Andrew Morton <akpm@linux-foundation.org>,
Oliver Neukum <oneukum@suse.de>, <linux-kernel@vger.kernel.org>,
<linux-mmc@vger.kernel.org>,
<driverdev-devel@linuxdriverproject.org>,
<wei_wang@realsil.com.cn>, <micky_ching@realsil.com.cn>
Subject: Re: [PATCH v7 4/4] memstick: Add realtek USB memstick host driver
Date: Wed, 30 Apr 2014 15:56:20 +0800 [thread overview]
Message-ID: <5360ACA4.80503@realtek.com> (raw)
In-Reply-To: <20140428101010.GR6264@lee--X1>
On 04/28/2014 06:10 PM, Lee Jones wrote:
>> From: Roger Tseng <rogerable@realtek.com>
>>
>> Realtek USB memstick host driver provides memstick host support based on the
>> Realtek USB card reader MFD driver.
>>
>> Signed-off-by: Roger Tseng <rogerable@realtek.com>
>> ---
>> drivers/memstick/host/Kconfig | 10 +
>> drivers/memstick/host/Makefile | 1 +
>> drivers/memstick/host/rtsx_usb_ms.c | 839 ++++++++++++++++++++++++++++++++++++
>> 3 files changed, 850 insertions(+)
>> create mode 100644 drivers/memstick/host/rtsx_usb_ms.c
>
> Applied, thanks.
>
Greg,
Since all patches have been applied and the device is now supported by
the new driver, would you remove the former staging one at
drivers/staging/rts5139? Similar removal had been done for our PCIE
devices in:
commit cd2112220b6b0a35fa12ba988a0dd837515dfaf8
Author: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Fri Oct 26 09:03:21 2012 -0700
Staging: remove rts_pstor driver
Best regards,
Roger Tseng
next prev parent reply other threads:[~2014-04-30 7:56 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-11 6:53 [PATCH v7 0/4] Add modules for realtek USB card reader rogerable
2014-04-11 6:53 ` rogerable
2014-04-11 6:53 ` [PATCH v7 1/4] [v6 fix] mfd/rtsx_usb: fix possible race condition rogerable
2014-04-11 6:53 ` rogerable
2014-04-16 10:39 ` Lee Jones
2014-04-16 10:39 ` Lee Jones
2014-04-11 6:53 ` [PATCH v7 2/4] [v6 fix] mfd/rtsx_usb: add comment in rtsx_usb_suspend rogerable
2014-04-11 6:53 ` rogerable
2014-04-16 10:40 ` Lee Jones
2014-04-16 10:40 ` Lee Jones
2014-04-11 6:53 ` [PATCH v7 3/4] mmc: Add realtek USB sdmmc host driver rogerable
2014-04-11 6:53 ` rogerable
2014-04-28 10:10 ` Lee Jones
2014-04-28 10:10 ` Lee Jones
2014-04-11 6:53 ` [PATCH v7 4/4] memstick: Add realtek USB memstick " rogerable
2014-04-11 6:53 ` rogerable
2014-04-16 8:13 ` Lee Jones
2014-04-25 7:06 ` Roger
2014-04-25 7:06 ` Roger
2014-04-25 9:52 ` Dan Carpenter
2014-04-25 9:52 ` Dan Carpenter
2014-04-28 10:10 ` Lee Jones
2014-04-30 7:56 ` Roger [this message]
2014-04-30 7:56 ` Roger
2014-05-23 11:47 ` Greg Kroah-Hartman
2014-04-11 7:31 ` [PATCH v7 0/4] Add modules for realtek USB card reader Oliver Neukum
2014-04-11 10:28 ` Lee Jones
2014-04-11 10:28 ` Lee Jones
2014-04-11 10:36 ` Oliver Neukum
2014-04-11 10:36 ` Oliver Neukum
2014-04-16 3:19 ` Roger
2014-04-16 3:19 ` Roger
2014-04-16 7:27 ` Ulf Hansson
2014-04-16 7:27 ` Ulf Hansson
2014-04-16 8:09 ` Lee Jones
2014-04-16 8:09 ` Lee Jones
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=5360ACA4.80503@realtek.com \
--to=rogerable@realtek.com \
--cc=akpm@linux-foundation.org \
--cc=chris@printf.net \
--cc=dan.carpenter@oracle.com \
--cc=driverdev-devel@linuxdriverproject.org \
--cc=gregkh@linuxfoundation.org \
--cc=lee.jones@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=maximlevitsky@gmail.com \
--cc=oakad@yahoo.com \
--cc=oneukum@suse.de \
--cc=sameo@linux.intel.com \
--cc=ulf.hansson@linaro.org \
--cc=wei_wang@realsil.com.cn \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.