Re: [PATCH 2/2] mmc: core: Support packed command for eMMC4.5 device

2011-11-11 Thread S, Venkatraman
On Fri, Nov 11, 2011 at 12:56 PM, Seungwon Jeon tgih@samsung.com wrote: Maya Erez wrote: On Thu, Nov 10, 2011 Maya Erez wrote: S, Venkatraman svenk...@ti.com wrote: On Thu, Nov 3, 2011 at 7:23 AM, Seungwon Jeon tgih@samsung.com wrote: +static u8 mmc_blk_chk_packable(struct

Re: [PATCH V2 1/5] ARM: exynos4: Add support for AFTR mode cpuidle state

2011-11-11 Thread Lorenzo Pieralisi
Hi Amit, On Fri, Nov 11, 2011 at 06:29:33AM +, Amit Daniel Kachhap wrote: This patch adds support for AFTR(ARM OFF TOP RUNNING) mode in cpuidle driver for EXYNOS4210. L2 cache keeps their data in this mode. This patch adds the code to the latest interfaces to save/restore CPU state

Re: [PATCH V2 1/5] ARM: exynos4: Add support for AFTR mode cpuidle state

2011-11-11 Thread Amit Kachhap
On 11 November 2011 15:47, Lorenzo Pieralisi lorenzo.pieral...@arm.com wrote: Hi Amit, On Fri, Nov 11, 2011 at 06:29:33AM +, Amit Daniel Kachhap wrote: This patch adds support for AFTR(ARM OFF TOP RUNNING) mode in cpuidle driver for EXYNOS4210. L2 cache keeps their data in this mode.

Re: [PATCH 4/4] ARM: exynos4: remove useless code to save/restore L2 and GIC state

2011-11-11 Thread Sylwester Nawrocki
On 11/11/2011 07:28 AM, Amit Kachhap wrote: On 4 November 2011 23:03, Sylwester Nawrockis.nawro...@samsung.com wrote: On 11/04/2011 06:03 PM, amit.kach...@linaro.org wrote: From: Amit Daniel Kachhapamit.kach...@linaro.org Following the merge of CPU PM notifiers and L2 resume code, this patch

Re: [PATCH] mmc: core: Fix setting power notify state variable for non eMMC

2011-11-11 Thread Ulf Hansson
Girish K S wrote: This patch skips the setting of the power notify state variable for non eMMC 4.5 devices. Also fixes the problem of omap_hsmmc noisy/broken for suspend resume reported by kevin Hilman. cc: Chris Ball c...@laptop.org Signed-off-by: Girish K S girish.shivananja...@linaro.org ---

Re: [PATCH] ARM: OMAP: Introduce local common.h files

2011-11-11 Thread Russell King - ARM Linux
On Thu, Nov 10, 2011 at 03:33:47PM -0800, Tony Lindgren wrote: * Russell King - ARM Linux li...@arm.linux.org.uk [10 13:54]: Thanks, merged that into the series. The updated OMAP patch updated is below, which has been moved to part 2. Lastly, the final patch of part 2 has been updated

Re: [PATCH] ARM: OMAP: Introduce local common.h files

2011-11-11 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [11 07:42]: On Thu, Nov 10, 2011 at 03:33:47PM -0800, Tony Lindgren wrote: * Russell King - ARM Linux li...@arm.linux.org.uk [10 13:54]: Thanks, merged that into the series. The updated OMAP patch updated is below, which has been

Re: [PATCH 2/2] mmc: core: Support packed command for eMMC4.5 device

2011-11-11 Thread merez
On Fri, Nov 11, 2011 at 12:56 PM, Seungwon Jeon tgih@samsung.com wrote: Maya Erez wrote: On Thu, Nov 10, 2011 Maya Erez wrote: S, Venkatraman svenk...@ti.com wrote: On Thu, Nov 3, 2011 at 7:23 AM, Seungwon Jeon tgih@samsung.com wrote: +static u8 mmc_blk_chk_packable(struct

Re: [PATCH] mmc: core: Fix setting power notify state variable for non eMMC

2011-11-11 Thread Chris Ball
Hi, On Fri, Nov 11 2011, Ulf Hansson wrote: Girish K S wrote: This patch skips the setting of the power notify state variable for non eMMC 4.5 devices. Also fixes the problem of omap_hsmmc noisy/broken for suspend resume reported by kevin Hilman. cc: Chris Ball c...@laptop.org

[PATCH] ARM: SAMSUNG: Save/restore GPIO drive strength across suspend/resume

2011-11-11 Thread Inderpal Singh
GPIO driver strength settings are not preserved across suspend/resume for s5pc100, s5pv210 and Exynos platforms which has been the cause of mmc/sd card read/write failures after resume. Fix this by saving and restoring the GPIO driver strength register settings across suspend/resume.