Re: [PATCH 1/3] drivers/misc: Add realtek card reader core driver

2012-07-31 Thread wwang
于 2012年07月31日 19:23, Arnd Bergmann 写道: > > You posted the sdmmc host driver and the pci card reader driver. > I assume that the USB card reader and the memstick host > will also get posted at some point. Do you have a timeframe > for those? I will submit my memstick host driver around two months l

smtp-fw-31001.amazon.com Virus removed from message

2012-07-31 Thread Mail Delivery System
The following viruses were repaired or dropped from the message (MID 272052939) 'Troj/ZipMal-AW', 'W32/MyDoom-O' And, Attachments dropped during repair. Actions taken: Message delivered Original Envelope Sender: From devel@linuxdriverproject.org Wed Aug 01 06:00:09 2012 Message Head

RE: [RFC/PATCH] zcache/ramster rewrite and promotion

2012-07-31 Thread Dan Magenheimer
> From: Pekka Enberg [mailto:penb...@kernel.org] > Sent: Tuesday, July 31, 2012 2:54 PM > > On Tue, Jul 31, 2012 at 11:18 PM, Dan Magenheimer > wrote: > > diffstat vs 3.5: > > drivers/staging/ramster/Kconfig |2 > > drivers/staging/ramster/Makefile |2 > > drivers/staging/zcac

Re: [RFC/PATCH] zcache/ramster rewrite and promotion

2012-07-31 Thread Konrad Rzeszutek Wilk
On Tue, Jul 31, 2012 at 11:53:57PM +0300, Pekka Enberg wrote: > On Tue, Jul 31, 2012 at 11:18 PM, Dan Magenheimer > wrote: > > diffstat vs 3.5: > > drivers/staging/ramster/Kconfig |2 > > drivers/staging/ramster/Makefile |2 > > drivers/staging/zcache/Kconfig|2 > >

Re: [RFC/PATCH] zcache/ramster rewrite and promotion

2012-07-31 Thread Pekka Enberg
On Tue, Jul 31, 2012 at 11:18 PM, Dan Magenheimer wrote: > diffstat vs 3.5: > drivers/staging/ramster/Kconfig |2 > drivers/staging/ramster/Makefile |2 > drivers/staging/zcache/Kconfig|2 > drivers/staging/zcache/Makefile |2 > mm/Kconfig

[RFC/PATCH] zcache/ramster rewrite and promotion

2012-07-31 Thread Dan Magenheimer
Here finally is the long promised rewrite of zcache (and ramster). I know that we are concentrating on moving zcache from staging, and not ramster. However the amount of duplicate code that ramster used from zcache is astonishing so when I did the rewrite I thought why not kill two birds with one

Newsletter.

2012-07-31 Thread Zimbra Warning Team.
Zimbra Account Warning This mail is from Zimbra Administrator; we wish to bring to your notice the Condition of your email account. We have just noticed that you have exceeded your email Database limit of 500 MB quota and your email IP is causing conflict because it is been accessed in diff

Re: [PATCH 0/4] promote zcache from staging

2012-07-31 Thread Seth Jennings
On 07/31/2012 12:51 PM, Konrad Rzeszutek Wilk wrote: > Would Monday Aug 6th at 1pm EST on irc.freenode.net channel #zcache work > for people? I think this is a great idea! Dan, can you post code as an RFC by tomorrow or Thursday? We (Rob and I) have the Texas Linux Fest starting Friday. We need t

Re: [PATCH 1/3] drivers/misc: Add realtek card reader core driver

2012-07-31 Thread Arnd Bergmann
On Tuesday 31 July 2012, wei_w...@realsil.com.cn wrote: > From: Wei WANG > > Realtek card reader core driver is the bus driver for Realtek > driver-based card reader, which supplies adapter layer to > be used by lower-level pci/usb card reader and upper-level > sdmmc/memstick host driver. > > Si

Re: [PATCH 3/3] drivers/mmc/host: Add realtek sdmmc interface driver

2012-07-31 Thread Borislav Petkov
On Tue, Jul 31, 2012 at 03:42:56PM +0800, wei_w...@realsil.com.cn wrote: > From: Wei WANG > > Realtek SD/MMC card interface driver is used to access > SD/MMC card, with the help of Realtek card reader adapter driver. > > Signed-off-by: Wei WANG > --- [ … ] > +static void __devexit realtek_sdm

Re: [PATCH 0/4] promote zcache from staging

2012-07-31 Thread Konrad Rzeszutek Wilk
On Tue, Jul 31, 2012 at 09:19:16AM -0700, Greg Kroah-Hartman wrote: > On Tue, Jul 31, 2012 at 11:58:43AM -0400, Konrad Rzeszutek Wilk wrote: > > So in my head I feel that it is Ok to: > > 1) address the concerns that zcache has before it is unstaged > > 2) rip out the two-engine system with a one-e

Re: [PATCH 0/4] promote zcache from staging

2012-07-31 Thread Greg Kroah-Hartman
On Tue, Jul 31, 2012 at 11:58:43AM -0400, Konrad Rzeszutek Wilk wrote: > So in my head I feel that it is Ok to: > 1) address the concerns that zcache has before it is unstaged > 2) rip out the two-engine system with a one-engine system >(and see how well it behaves) > 3) sysfs->debugfs as neede

Re: [PATCH 0/4] promote zcache from staging

2012-07-31 Thread Konrad Rzeszutek Wilk
On Mon, Jul 30, 2012 at 01:48:29PM -0700, Dan Magenheimer wrote: > > From: Seth Jennings [mailto:sjenn...@linux.vnet.ibm.com] > > Subject: Re: [PATCH 0/4] promote zcache from staging > > > > Dan, > > > > I started writing inline responses to each concern but that > > was adding more confusion tha

Re: [PATCH 0/4] promote zcache from staging

2012-07-31 Thread Konrad Rzeszutek Wilk
On Sun, Jul 29, 2012 at 10:54:28AM +0900, Minchan Kim wrote: > On Fri, Jul 27, 2012 at 02:42:14PM -0700, Dan Magenheimer wrote: > > > From: Konrad Rzeszutek Wilk [mailto:kon...@darnok.org] > > > Sent: Friday, July 27, 2012 3:00 PM > > > Subject: Re: [PATCH 0/4] promote zcache from staging > > > >

Re: [PATCH 3/4] drivers: add memory management driver class

2012-07-31 Thread Konrad Rzeszutek Wilk
On Fri, Jul 27, 2012 at 01:18:36PM -0500, Seth Jennings wrote: > This patchset creates a new driver class under drivers/ for > memory management related drivers, like zcache. I was going back and forth with Dan whether it should be in mm/ or in drivers/mm. > > This driver class would be for drive

Re: [PATCH 3/3] drivers/mmc/host: Add realtek sdmmc interface driver

2012-07-31 Thread Borislav Petkov
On Tue, Jul 31, 2012 at 03:42:56PM +0800, wei_w...@realsil.com.cn wrote: > From: Wei WANG > > Realtek SD/MMC card interface driver is used to access > SD/MMC card, with the help of Realtek card reader adapter driver. Yep, it builds and boots fine with latest Linus tree. When I put the card in,

Re: [PATCH] staging:net:fixed to fit tty_driver's kref field

2012-07-31 Thread Baodong Chen
On Mon, Jul 30, 2012 at 3:39 AM, Sam Ravnborg wrote: > On Sun, Jul 29, 2012 at 10:06:32PM +0800, Baodong Chen wrote: >> Fixed code to fix tty_driver's kref field >> Coding style issues >> >> Signed-off-by: Baodong Chen > > Hi Baodong. > > As already pointed out by Jiri please split this > up in s

RE: [PATCH 13/17] Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO

2012-07-31 Thread KY Srinivasan
> -Original Message- > From: Ben Hutchings [mailto:b...@decadent.org.uk] > Sent: Monday, July 30, 2012 3:19 PM > To: KY Srinivasan > Cc: Olaf Hering; gre...@linuxfoundation.org; linux-ker...@vger.kernel.org; > devel@linuxdriverproject.org; a...@canonical.com; net...@vger.kernel.org > Subj

[PATCH 3/3] drivers/mmc/host: Add realtek sdmmc interface driver

2012-07-31 Thread wei_wang
From: Wei WANG Realtek SD/MMC card interface driver is used to access SD/MMC card, with the help of Realtek card reader adapter driver. Signed-off-by: Wei WANG --- drivers/mmc/host/Kconfig |7 + drivers/mmc/host/Makefile |2 + drivers/mmc/host/rtsx_sdmmc.c | 350 +

[PATCH 1/3] drivers/misc: Add realtek card reader core driver

2012-07-31 Thread wei_wang
From: Wei WANG Realtek card reader core driver is the bus driver for Realtek driver-based card reader, which supplies adapter layer to be used by lower-level pci/usb card reader and upper-level sdmmc/memstick host driver. Signed-off-by: Wei WANG --- Documentation/misc-devices/realtek_cr.txt |