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

2011-10-10 Thread Borislav Petkov
On Sun, Oct 09, 2011 at 10:44:12PM -0700, Barry Song wrote: 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

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

2011-10-10 Thread Barry Song
2011/10/10 Borislav Petkov b...@alien8.de: On Sun, Oct 09, 2011 at 10:44:12PM -0700, Barry Song wrote: 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

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

2011-10-10 Thread Borislav Petkov
On Mon, Oct 10, 2011 at 02:34:45PM +0800, Barry Song wrote: diff --git a/kernel/power/hibernate.c b/kernel/power/hibernate.c index b3da53c..f73a00e 100644 --- a/kernel/power/hibernate.c +++ b/kernel/power/hibernate.c @@ -33,6 +33,7 @@  static int nocompress = 0;  static int noresume

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

2011-10-10 Thread Ulf Hansson
Linus Walleij wrote: 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

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

2011-10-10 Thread Pavel Machek
On Sun 2011-10-09 22:44:12, Barry Song wrote: 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.

Re: [PATCH 2/5] drivercore: Add driver probe deferral mechanism

2011-10-10 Thread Andrei Warkentin
Hi, - Original Message - From: Greg KH g...@kroah.com To: Josh Triplett j...@joshtriplett.org Cc: G, Manjunath Kondaiah manj...@ti.com, linux-arm-ker...@lists.infradead.org, Grant Likely grant.lik...@secretlab.ca, linux-o...@vger.kernel.org, linux-mmc@vger.kernel.org,

Re: [PATCH] leds-class: change back LEDS_CLASS to tristate instead of bool

2011-10-10 Thread Anton Vorontsov
On Tue, Sep 27, 2011 at 04:50:32PM +0800, Bryan Wu wrote: LEDS_CLASS is required by leds and trigger drivers, but we can build it as module. So change this option back as tristate and treak the help message as well. LEDS_TRIGGERS depends on LEDS_CLASSS, which should be tristate. So set it

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

2011-10-10 Thread Rafael J. Wysocki
On Monday, October 10, 2011, Pavel Machek wrote: On Sun 2011-10-09 22:44:12, Barry Song wrote: 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

Re: [PATCH 1/2] mmc: core: move -request() call from atomic context

2011-10-10 Thread Chris Ball
Hi, On Wed, Oct 05 2011, Ulf Hansson wrote: Adrian Hunter wrote: mmc_request_done() is sometimes called from interrupt or other atomic context. Mostly all mmc_request_done() does is complete(), however it contains code to retry on error, which uses -request(). As the error path is

Re: [PATCH 2/2] mmc: sdhci-pci: add runtime pm support

2011-10-10 Thread Chris Ball
Hi, On Mon, Oct 03 2011, Adrian Hunter wrote: Ths patch allows runtime PM for sdhci-pci, runtime suspending after inactivity of 50ms and ensuring runtime resume before SDHC registers are accessed. During runtime suspend, interrupts are masked. The host controller state is restored at

Re: [PATCH V6 RESEND 2/2] mmc: core: Add Poweroff Notify handling eMMC 4.5

2011-10-10 Thread Chris Ball
Hi Girish, On Fri, Sep 16 2011, Girish K S wrote: This patch adds the power off notification handling during suspend and system poweroff. For suspend mode short timeout is used, whereas for the normal poweroff long timeout is used. Signed-off-by: Girish K S girish.shivananja...@linaro.org

cjb away 21 Oct - 3 Nov

2011-10-10 Thread Chris Ball
Hi, I'll be in Prague from 22 Oct - 28 Oct, and then on vacation for a week after that. I expect I'll send the 3.2 merge window pull request while I'm there. I'd be very happy to meet up with any other KS + LinuxCon/ELC-E attendees who are in town; just drop me a mail. Thanks, - Chris. --

Re: [PATCH 3/3] ARM: SAMSUNG: Add lookup of sdhci-s3c clocks using generic names

2011-10-10 Thread Rajeshwari Birje
Hi Heiko, Thank you for your comments, Will work on the same and post the modified patches. Regards, Rajeshwari Shinde. On Wed, Oct 5, 2011 at 1:00 PM, Heiko Stübner he...@sntech.de wrote: Am Mittwoch, 5. Oktober 2011, 07:31:09 schrieb Rajeshwari Shinde: Add support for lookup of sdhci-s3c

Re: [PATCH V6 RESEND 2/2] mmc: core: Add Poweroff Notify handling eMMC 4.5

2011-10-10 Thread Girish K S
On 11 October 2011 04:39, Chris Ball c...@laptop.org wrote: Hi Girish, On Fri, Sep 16 2011, Girish K S wrote: This patch adds the power off notification handling during suspend and system poweroff. For suspend mode short timeout is used, whereas for the normal poweroff long timeout is used.

[PATCH] mmc: sdhci-s3c: fix wrong error-control

2011-10-10 Thread Jaehoon Chung
If sc-clk_bus[ptr] is NULL, happen NULL pointer error. Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/mmc/host/sdhci-s3c.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git

[PATCH RESEND V3] mmc: core: HS200 mode support for eMMC 4.5

2011-10-10 Thread Girish K S
This patch adds the support of the HS200 bus speed for eMMC 4.5 devices. The eMMC 4.5 devices have support for 200MHz bus speed. The mmc core and host modules have been touched to add support for this module. It is necessary to know the card type in the sdhci.c file to add support for eMMC tuning

Re: [PATCH V4] mmc: core: HS200 mode support for eMMC 4.5

2011-10-10 Thread Girish K S
On 4 October 2011 19:51, Girish K S girish.shivananja...@linaro.org wrote: This patch adds the support of the HS200 bus speed for eMMC 4.5 devices. The eMMC 4.5 devices have support for 200MHz bus speed. The mmc core and host modules have been touched to add support for this module. It is