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

2012-10-04 Thread Ulf Hansson
Hi Chris, On 3 October 2012 23:03, Chris Ball c...@laptop.org wrote: 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

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

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

2012-10-04 Thread Will Newton
On Wed, Oct 3, 2012 at 2:45 PM, 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 insertions(+), 2 deletions(-)

RE: [PATCH 03/12] mmc: dw_mmc: fix building exynos driver as a module

2012-10-04 Thread Seungwon Jeon
Monday, October 01, 2012, Will Newton will.new...@gmail.com wrote: On Fri, Sep 28, 2012 at 10:36 PM, Arnd Bergmann a...@arndb.de wrote: The MODULE_DEVICE_TABLE() entry in the dw_mmc_exynos driver points to the wrong symbol which results in a link error when building as a loadable module.

RE: [PATCH v6 8/9] mmc: dw_mmc: add support for implementation specific callbacks

2012-10-04 Thread Seungwon Jeon
Monday, September 24, Chris Ball c...@laptop.org Hi, On Thu, Sep 20 2012, Thomas Abraham wrote: In non-Exynos platform, host-drv_data has NULL. Yes, sorry, I missed that. Chris, should I fix this and send the updated patch or shall I send a separate fix patch. A separate fix

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

2012-10-04 Thread Girish K S
On 4 October 2012 20:46, Ulf Hansson ulf.hans...@linaro.org wrote: Hi Chris, On 3 October 2012 23:03, Chris Ball c...@laptop.org wrote: 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

[PATCH 09/16] ARM: OMAP: Split plat/mmc.h into local headers and platform_data

2012-10-04 Thread Tony Lindgren
We need to remove this from plat for ARM common zImage support. Cc: Chris Ball c...@laptop.org Cc: Venkatraman S svenk...@ti.com Cc: linux-mmc@vger.kernel.org Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap1/board-h2-mmc.c |5 +--

[PATCH v2] mmc: core: Add support for idle time BKOPS

2012-10-04 Thread Maya Erez
Devices have various maintenance operations need to perform internally. In order to reduce latencies during time critical operations like read and write, it is better to execute maintenance operations in other times - when the host is not being serviced. Such operations are called Background