Re: [PATCH] mmc: core: move suspend/resume to dev_pm_ops and add hibernation support

2012-01-10 Thread Barry Song
2012/1/9 Shubhrajyoti Datta omaplinuxker...@gmail.com: Hi Bin, On Mon, Jan 9, 2012 at 11:52 AM, Barry Song barry.s...@csr.com wrote: From: Bin Shi bin@csr.com This patch moves suspend/resume to dev_pm_ops and add hibernation support. It was tested on CSR SiRFprimaII cortex-a9 platform.

Re: [PATCH] mmc: core: move suspend/resume to dev_pm_ops and add hibernation support

2012-01-10 Thread Shubhrajyoti Datta
Hi Barry, On Wed, Jan 11, 2012 at 8:24 AM, Barry Song 21cn...@gmail.com wrote: 2012/1/9 Shubhrajyoti Datta omaplinuxker...@gmail.com: Hi Bin, On Mon, Jan 9, 2012 at 11:52 AM, Barry Song barry.s...@csr.com wrote: From: Bin Shi bin@csr.com This patch moves suspend/resume to dev_pm_ops

Re: [PATCH] mmc: core: move suspend/resume to dev_pm_ops and add hibernation support

2012-01-09 Thread Shubhrajyoti Datta
Hi Bin, On Mon, Jan 9, 2012 at 11:52 AM, Barry Song barry.s...@csr.com wrote: From: Bin Shi bin@csr.com This patch moves suspend/resume to dev_pm_ops and add hibernation support. It was tested on CSR SiRFprimaII cortex-a9 platform. A sd partition is used as swsusp partition.

[PATCH] mmc: core: move suspend/resume to dev_pm_ops and add hibernation support

2012-01-08 Thread Barry Song
From: Bin Shi bin@csr.com This patch moves suspend/resume to dev_pm_ops and add hibernation support. It was tested on CSR SiRFprimaII cortex-a9 platform. A sd partition is used as swsusp partition. Signed-off-by: Bin Shi bin@csr.com Signed-off-by: Barry Song barry.s...@csr.com ---