Re: [PATCH] mmc: block: Remove unnecessary temporary variable

2015-01-22 Thread Ulf Hansson
On 21 January 2015 at 15:56, Tobias Klauser wrote: > Directly return the result of mmc_blk_alloc_req() instead of assigning > and returning the variable md. > > Signed-off-by: Tobias Klauser Thanks! Applied for next. Kind regards Uffe > --- > drivers/mmc/card/block.c | 4 +--- > 1 file change

Re: [PATCH V4 0/4] mmc: core: Add support for MMC power sequences

2015-01-22 Thread Ulf Hansson
On 19 January 2015 at 10:13, Ulf Hansson wrote: > Changes in v4: > - Fixed call to kfree() in patch3 and patch4. > > Changes in v3: > Fixed comments from Mark Rutland: > - Document binding in one patch to get the big picture. > - Keep code and DT document consistent

Re: [RFC PATCH 1/1] mmc: dw_mmc: Add runtime pm to dw_mmc

2015-01-22 Thread Ulf Hansson
On 21 January 2015 at 17:43, Karol Wrona wrote: > This patch adds runtime pm handling to dw_mmc and enables it for > dw_mmc-exynos. > It mainly uses mci_request/mci_request_end for mmc host state information. > > Signed-off-by: Karol Wrona > --- > drivers/mmc/host/dw_mmc-exynos.c | 69 >