[PATCH 1/2] mmc: dw_mmc: use __devinit_p macro for .remove()

2012-10-03 Thread Andy Shevchenko
Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com --- drivers/mmc/host/dw_mmc-pci.c |2 +- drivers/mmc/host/dw_mmc-pltfm.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/host/dw_mmc-pci.c b/drivers/mmc/host/dw_mmc-pci.c index

[PATCH 2/2] mmc: dw_mmc: use helper macro module_platform_driver()

2012-10-03 Thread Andy Shevchenko
Since v3.2 we have nice macro to define the platform driver's init and exit calls. This patch simplifies the dw_mmc platform driver by using that macro. Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com --- drivers/mmc/host/dw_mmc-pltfm.c | 14 ++ 1 file changed, 2

Re: [PATCH 1/2] mmc: dw_mmc: use __devinit_p macro for .remove()

2012-10-03 Thread Girish K S
its __devexit_p not __devinit_p On 3 October 2012 22:26, Andy Shevchenko andriy.shevche...@linux.intel.com wrote: Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com --- drivers/mmc/host/dw_mmc-pci.c |2 +- drivers/mmc/host/dw_mmc-pltfm.c |2 +- 2 files changed, 2

Re: [PATCH 1/2] mmc: dw_mmc: use __devinit_p macro for .remove()

2012-10-03 Thread Andy Shevchenko
On Wed, 2012-10-03 at 22:41 +0900, Girish K S wrote: its __devexit_p not __devinit_p True. Thanks for catching this typo. -- Andy Shevchenko andriy.shevche...@linux.intel.com Intel Finland Oy -- To unsubscribe from this list: send the line unsubscribe linux-mmc in the body of a message to

[PATCHv2] mmc: dw_mmc: use __devexit_p macro for .remove()

2012-10-03 Thread Andy Shevchenko
Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com --- drivers/mmc/host/dw_mmc-pci.c |2 +- drivers/mmc/host/dw_mmc-pltfm.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/host/dw_mmc-pci.c b/drivers/mmc/host/dw_mmc-pci.c index

Re: [PATCH 2/2] mmc: dw_mmc: use helper macro module_platform_driver()

2012-10-03 Thread Girish K S
Reviewd By:Girish K S girish.shivanaja...@linaro.org On 3 October 2012 22:26, Andy Shevchenko andriy.shevche...@linux.intel.com wrote: Since v3.2 we have nice macro to define the platform driver's init and exit calls. This patch simplifies the dw_mmc platform driver by using that macro.

Re: [PATCHv2] mmc: dw_mmc: use __devexit_p macro for .remove()

2012-10-03 Thread Girish K S
Reviewed By:- Girish K S girish.shivananja...@linaro.org On 3 October 2012 22:45, Andy Shevchenko andriy.shevche...@linux.intel.com wrote: Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com --- drivers/mmc/host/dw_mmc-pci.c |2 +- drivers/mmc/host/dw_mmc-pltfm.c |2 +-

Re: [PATCH] mmc: Fixup broken suspend and eMMC4.5 power off notify

2012-10-03 Thread Chris Ball
Hi Ulf, On Thu, Sep 13 2012, Ulf Hansson wrote: From: Ulf Hansson ulf.hans...@linaro.org This patch fixup the broken suspend sequence for eMMC with sleep support. Additionally it reworks the eMMC4.5 Power Off Notification feature so it fits together with the existing sleep feature. The