On 14 October 2014 13:45, Ulf Hansson <ulf.hansson@xxxxxxxxxx> wrote: > This patchset cleanup and modernize how to set up PM callbacks for the > mmc_driver in the mmc core. There shouldn't be any functional changes. > > > Ulf Hansson (7): > mmc: core: Remove superfluous ifdefs for SDIO bus' PM callbacks > mmc: core: Don't export the to_sdio_driver macro > mmc: core: Convert the mmc_driver to use the modern PM ops > mmc: core: Convert mmc_driver to device_driver > mmc: msm_sdcc: Use platform_set|get_drvdata > mmc: block: Use dev_set|get_drvdata() > mmc: core: Remove unused mmc_list_to_card() macro > > drivers/mmc/card/block.c | 55 ++++++++++++++++++++++--------------------- > drivers/mmc/card/mmc_test.c | 18 ++++++++------ > drivers/mmc/core/bus.c | 55 ++++++++++--------------------------------- > drivers/mmc/core/sdio_bus.c | 14 +++-------- > drivers/mmc/host/msm_sdcc.c | 6 ++--- > include/linux/mmc/card.h | 20 ++-------------- > include/linux/mmc/sdio_func.h | 2 -- > 7 files changed, 59 insertions(+), 111 deletions(-) > > -- > 1.9.1 I haven't got any complaints about this patchset, thus I decided to apply it for next. Kind regards Uffe -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html