Re: [PATCH v6 0/3] Add modules to support realtek PCIE card reader

2012-10-26 Thread Greg KH
On Fri, Oct 26, 2012 at 10:51:23AM +0800, wwang wrote: > 于 2012年10月26日 10:45, Greg KH 写道: > >On Fri, Oct 26, 2012 at 09:10:45AM +0800, wwang wrote: > >>于 2012年10月26日 02:50, Greg KH 写道: > >>>On Sat, Oct 20, 2012 at 06:46:15AM +0300, Dan Carpenter wrote: > On Sat, Oct 06, 2012 at 03:23:56PM +0800

Re: [PATCH v6 0/3] Add modules to support realtek PCIE card reader

2012-10-25 Thread wwang
于 2012年10月26日 10:45, Greg KH 写道: On Fri, Oct 26, 2012 at 09:10:45AM +0800, wwang wrote: 于 2012年10月26日 02:50, Greg KH 写道: On Sat, Oct 20, 2012 at 06:46:15AM +0300, Dan Carpenter wrote: On Sat, Oct 06, 2012 at 03:23:56PM +0800, wwang wrote: We are still maintaining the SCSI driver for Realtek c

Re: [PATCH v6 0/3] Add modules to support realtek PCIE card reader

2012-10-25 Thread Greg KH
On Fri, Oct 26, 2012 at 09:10:45AM +0800, wwang wrote: > 于 2012年10月26日 02:50, Greg KH 写道: > > On Sat, Oct 20, 2012 at 06:46:15AM +0300, Dan Carpenter wrote: > >> On Sat, Oct 06, 2012 at 03:23:56PM +0800, wwang wrote: > >>> We are still maintaining the SCSI driver for Realtek card reader, > >>> and

Re: [PATCH v6 0/3] Add modules to support realtek PCIE card reader

2012-10-25 Thread wwang
于 2012年10月26日 02:50, Greg KH 写道: > On Sat, Oct 20, 2012 at 06:46:15AM +0300, Dan Carpenter wrote: >> On Sat, Oct 06, 2012 at 03:23:56PM +0800, wwang wrote: >>> We are still maintaining the SCSI driver for Realtek card reader, >>> and will release the latest source code in the Github in the future.

Re: [PATCH v6 0/3] Add modules to support realtek PCIE card reader

2012-10-25 Thread Greg KH
On Sat, Oct 20, 2012 at 06:46:15AM +0300, Dan Carpenter wrote: > On Sat, Oct 06, 2012 at 03:23:56PM +0800, wwang wrote: > > We are still maintaining the SCSI driver for Realtek card reader, > > and will release the latest source code in the Github in the future. > > But maybe we won't push it to th

Re: [PATCH v6 0/3] Add modules to support realtek PCIE card reader

2012-10-19 Thread Dan Carpenter
On Sat, Oct 06, 2012 at 03:23:56PM +0800, wwang wrote: > We are still maintaining the SCSI driver for Realtek card reader, > and will release the latest source code in the Github in the future. > But maybe we won't push it to the staging tree any more. Maybe we should just remove the staging code

Re: [PATCH v6 0/3] Add modules to support realtek PCIE card reader

2012-10-06 Thread wwang
于 2012年09月29日 23:29, Borislav Petkov 写道: On Sat, Sep 29, 2012 at 09:41:17AM -0400, Chris Ball wrote: On Sat, Sep 29 2012, Borislav Petkov wrote: So, I think that this driver has seen a bunch of testing and reviewing and we might start considering upstreaming it. There are a bunch of laptops int

Re: [PATCH v6 0/3] Add modules to support realtek PCIE card reader

2012-09-29 Thread Borislav Petkov
On Sat, Sep 29, 2012 at 09:41:17AM -0400, Chris Ball wrote: > On Sat, Sep 29 2012, Borislav Petkov wrote: > > So, I think that this driver has seen a bunch of testing and reviewing > > and we might start considering upstreaming it. There are a bunch of > > laptops integrating those readers and mayb

Re: [PATCH v6 0/3] Add modules to support realtek PCIE card reader

2012-09-29 Thread Chris Ball
Hi, On Sat, Sep 29 2012, Borislav Petkov wrote: > So, I think that this driver has seen a bunch of testing and reviewing > and we might start considering upstreaming it. There are a bunch of > laptops integrating those readers and maybe a single three-month-ish -rc > period of testing wouldn't hur

Re: [PATCH v6 0/3] Add modules to support realtek PCIE card reader

2012-09-29 Thread Borislav Petkov
On Fri, Sep 28, 2012 at 09:00:04PM -0400, Phil Turmel wrote: > > 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 > > I have a recent HP Pavilion dv6 with this ca

Re: [PATCH v6 0/3] Add modules to support realtek PCIE card reader

2012-09-28 Thread Phil Turmel
On 09/11/2012 12:54 AM, wei_w...@realsil.com.cn wrote: > From: Wei WANG > > Support for Realtek PCI-Express driver-based card readers including rts5209 > and rts5229. > > v2: > 1. Using platform device to replace realtek slot bus > > v3: > 1. Fix a bug that DMA out of SW-IOMMU space in Lenovo

[PATCH v6 0/3] Add modules to support realtek PCIE card reader

2012-09-10 Thread wei_wang
From: Wei WANG Support for Realtek PCI-Express driver-based card readers including rts5209 and rts5229. 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 v4: 1. Fulfill power manageme