Re: [PATCH 2/3] mmc: Add OF bindings support for mmc host controller capabilities

2011-10-09 Thread Thomas Abraham
On 5 October 2011 21:25, Stephen Warren swar...@nvidia.com wrote: Thomas Abraham wrote at Wednesday, October 05, 2011 8:28 AM: On 5 October 2011 18:59, Rob Herring robherri...@gmail.com wrote: On 10/05/2011 05:13 AM, Thomas Abraham wrote: Device nodes representing sd/mmc controllers in a

Re: [PATCH 1/4] mmc: mmci: Bugfix in pio read for small packets

2011-10-09 Thread Linus Walleij
On Sat, Oct 8, 2011 at 11:10 AM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Fri, Oct 07, 2011 at 03:45:48PM +0200, Ulf Hansson wrote: Well, the patch system says that each one depends on the previous one, and the first one in the series contains the PIO read thing. Do 7108/1

Re: [PATCH 1/5] drivercore: add new error value for deferred probe

2011-10-09 Thread Grant Likely
On Fri, Oct 7, 2011 at 6:12 PM, Greg KH g...@kroah.com wrote: On Fri, Oct 07, 2011 at 07:28:33PM -0400, valdis.kletni...@vt.edu wrote: On Fri, 07 Oct 2011 16:12:45 MDT, Grant Likely said: On Fri, Oct 7, 2011 at 12:43 AM, Greg KH g...@kroah.com wrote: On Fri, Oct 07, 2011 at 10:33:06AM

Re: [PATCH 1/5] drivercore: add new error value for deferred probe

2011-10-09 Thread Greg KH
On Sun, Oct 09, 2011 at 04:59:31PM -0600, Grant Likely wrote: On Fri, Oct 7, 2011 at 6:12 PM, Greg KH g...@kroah.com wrote: On Fri, Oct 07, 2011 at 07:28:33PM -0400, valdis.kletni...@vt.edu wrote: On Fri, 07 Oct 2011 16:12:45 MDT, Grant Likely said: On Fri, Oct 7, 2011 at 12:43 AM, Greg KH

[PATCH] PM: HIBERNATION: add resume_delay kernel param as well as resume_delay

2011-10-09 Thread Barry Song
From: Barry Song baohua.s...@csr.com patch PM: HIBERNATION: add resume_wait param to support MMC-like devices as resume file add resume_wait param. this patch adds resume_delay so that resume_wait/delay has the same model with root_wait/delay. Signed-off-by: Barry Song baohua.s...@csr.com ---