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

2012-10-23 Thread Chris Ball
Hi, On Thu, Oct 04 2012, Will Newton wrote: On Wed, Oct 3, 2012 at 2:26 PM, 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: [PATCH 2/2] mmc: dw_mmc: use helper macro module_platform_driver()

2012-10-04 Thread Will Newton
On Wed, Oct 3, 2012 at 2:26 PM, 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. Signed-off-by: Andy Shevchenko

[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 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.