Re: [PATCH v7 0/4] Add modules for realtek USB card reader

2014-04-11 Thread Oliver Neukum
On Fri, 2014-04-11 at 11:28 +0100, Lee Jones wrote: > > > From: Roger Tseng > > > > > > This patchset adds modules to support Realtek USB vendor specific class > > > flash > > > card reader: one base module in MFD subsystem and two host modules in > > > both mmc > > > and memstick subsystems. T

Re: [PATCH v7 0/4] Add modules for realtek USB card reader

2014-04-11 Thread Oliver Neukum
On Fri, 2014-04-11 at 14:53 +0800, rogera...@realtek.com wrote: > From: Roger Tseng > > This patchset adds modules to support Realtek USB vendor specific class flash > card reader: one base module in MFD subsystem and two host modules in both mmc > and memstick subsystems. The architecture is sim

Re: [PATCH v5 1/3] mfd: Add realtek USB card reader driver

2014-03-28 Thread Oliver Neukum
On Fri, 2014-03-28 at 11:33 +0800, Roger wrote: > On 03/26/2014 10:36 PM, Oliver Neukum wrote: > > On Tue, 2014-03-25 at 18:44 +0800, rogera...@realtek.com wrote: > >> From: Roger Tseng > >> + if (ret) > >> + goto out_init_fail; > >>

Re: [PATCH v5 1/3] mfd: Add realtek USB card reader driver

2014-03-26 Thread Oliver Neukum
On Tue, 2014-03-25 at 18:44 +0800, rogera...@realtek.com wrote: > From: Roger Tseng > +static int rtsx_usb_bulk_transfer_sglist(struct rtsx_ucr *ucr, > + unsigned int pipe, struct scatterlist *sg, int num_sg, > + unsigned int length, unsigned int *act_len, int timeout) > +

Re: [PATCH 2/3] mmc: Add realtek USB sdmmc host driver

2014-01-10 Thread Oliver Neukum
On Mon, 2013-12-23 at 17:52 +0800, rogera...@realtek.com wrote: > From: Roger Tseng > > Realtek USB SD/MMC host driver provides mmc host support based on the Realtek > USB card reader MFD driver. > > Signed-off-by: Roger Tseng > +#ifdef DEBUG Dynamic debugging would be nice. > +static void s

Re: [PATCH 1/3] mfd: Add realtek USB card reader driver

2014-01-10 Thread Oliver Neukum
On Mon, 2013-12-23 at 17:52 +0800, rogera...@realtek.com wrote: > From: Roger Tseng > > Realtek USB card reader provides a channel to transfer command or data to > flash > memory cards. This driver exports host instances for mmc and memstick > subsystems > and handles basic works. Thank you fo

Re: [PATCH 2/7] mmc: Don't use PF_MEMALLOC

2009-11-17 Thread Oliver Neukum
Am Dienstag, 17. November 2009 11:32:36 schrieb Minchan Kim: > On Tue, Nov 17, 2009 at 7:29 PM, Alan Cox wrote: > > On Tue, 17 Nov 2009 16:17:50 +0900 (JST) > > > > KOSAKI Motohiro wrote: > >> Non MM subsystem must not use PF_MEMALLOC. Memory reclaim need few > >> memory, anyone must not prevent