Re: [PATCH v5 3/3] memstick: Add realtek USB memstick host driver

2014-04-08 Thread Dan Carpenter
On Tue, Apr 08, 2014 at 09:10:13PM +0800, Roger wrote: > On 04/08/2014 07:37 PM, Lee Jones wrote: > >>> > >>Lee, > >> > >>When I prepare my next submission, I found a previous version of > >>this patch set(and only the 1/3 'mfd' part) seems to be merged in > >>the following commit: > >> > >>commit

Re: [PATCH v5 3/3] memstick: Add realtek USB memstick host driver

2014-04-08 Thread Roger
On 04/08/2014 07:37 PM, Lee Jones wrote: Lee, When I prepare my next submission, I found a previous version of this patch set(and only the 1/3 'mfd' part) seems to be merged in the following commit: commit e5744abb2fa3629aa5a94e21ca1eae32ff2fe00b Merge: c29aa15 2d28ca7 Author: Linus Torvalds

Re: [PATCH v5 3/3] memstick: Add realtek USB memstick host driver

2014-04-08 Thread Lee Jones
> From: Roger Tseng > > Realtek USB memstick host driver provides memstick host support based on > the > Realtek USB card reader MFD driver. > > Signed-off-by: Roger Tseng > --- > drivers/memstick/host/Kconfig | 10 + > drivers/memstick/host/

Re: [PATCH v5 3/3] memstick: Add realtek USB memstick host driver

2014-04-08 Thread Roger
On 04/02/2014 11:16 PM, Lee Jones wrote: On Tue, 01 Apr 2014, Andrew Morton wrote: On Tue, 1 Apr 2014 11:20:32 +0800 Roger wrote: On 03/25/2014 06:44 PM, rogera...@realtek.com wrote: From: Roger Tseng Realtek USB memstick host driver provides memstick host support based on the Realtek US

Re: [PATCH v5 3/3] memstick: Add realtek USB memstick host driver

2014-04-02 Thread Lee Jones
On Tue, 01 Apr 2014, Andrew Morton wrote: > On Tue, 1 Apr 2014 11:20:32 +0800 Roger wrote: > > > On 03/25/2014 06:44 PM, rogera...@realtek.com wrote: > > > From: Roger Tseng > > > > > > Realtek USB memstick host driver provides memstick host support based on > > > the > > > Realtek USB card re

Re: [PATCH v5 3/3] memstick: Add realtek USB memstick host driver

2014-04-01 Thread Andrew Morton
On Tue, 1 Apr 2014 11:20:32 +0800 Roger wrote: > On 03/25/2014 06:44 PM, rogera...@realtek.com wrote: > > From: Roger Tseng > > > > Realtek USB memstick host driver provides memstick host support based on the > > Realtek USB card reader MFD driver. > > > > Signed-off-by: Roger Tseng > > --- > >

Re: [PATCH v5 3/3] memstick: Add realtek USB memstick host driver

2014-03-31 Thread Roger
On 03/25/2014 06:44 PM, rogera...@realtek.com wrote: From: Roger Tseng Realtek USB memstick host driver provides memstick host support based on the Realtek USB card reader MFD driver. Signed-off-by: Roger Tseng --- drivers/memstick/host/Kconfig | 10 + drivers/memstick/host/Makefile

[PATCH v5 3/3] memstick: Add realtek USB memstick host driver

2014-03-25 Thread rogerable
From: Roger Tseng Realtek USB memstick host driver provides memstick host support based on the Realtek USB card reader MFD driver. Signed-off-by: Roger Tseng --- drivers/memstick/host/Kconfig | 10 + drivers/memstick/host/Makefile | 1 + drivers/memstick/host/rtsx_usb_ms.c | 839