summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-28mmc: pwrseq_simple: Add support for a reset GPIO pinUlf Hansson
2015-01-28mmc: pwrseq: Initial support for the simple MMC power sequence providerUlf Hansson
2015-01-28mmc: pwrseq: Document DT bindings for the simple MMC power sequenceUlf Hansson
2015-01-28mmc: core: Initial support for MMC power sequencesUlf Hansson
2015-01-21mmc: sdhci-pxav3: Remove checks for optional core clock in error/remove pathJisheng Zhang
2015-01-21mmc: rtsx: check sg_count before long data xferMicky Ching
2015-01-21mmc: rtsx: finish request if no card existMicky Ching
2015-01-21mmc: sdhci: host: fix odd_ptr_err.cocci warningsWu Fengguang
2015-01-21mmc: vub300: remove unreachable return value handlingNicholas Mc Guire
2015-01-21mmc: block: fix format string warningAsaf Vertz
2015-01-20Merge branch 'tmio' into nextUlf Hansson
2015-01-20mmc: tmio: remove TMIO_MMC_HAVE_CTL_DMA_REG flagKuninori Morimoto
2015-01-20mmc: sh_mobile_sdhi: enable 32bit DMA accessKuninori Morimoto
2015-01-20mmc: sh_mobile_sdhi: use .enable_dmaKuninori Morimoto
2015-01-20mmc: sh_mobile_sdhi: add new macro for mmc_host to sh_mobile_sdhiKuninori Morimoto
2015-01-20mmc: sh_mobile_sdhi: tidyup mmc_data->bus_shift for latest SoCKuninori Morimoto
2015-01-20mmc: sh_mobile_sdhi: remove .init/.cleanupKuninori Morimoto
2015-01-20mmc: tmio: enable SoC specific DMA buswidth settingsKuninori Morimoto
2015-01-20mmc: tmio: add .enable_dma on tmio_mmc_dmaKuninori Morimoto
2015-01-20mmc: tmio: tmio_mmc_data has .dma_rx_offsetKuninori Morimoto
2015-01-20mmc: tmio: tmio_mmc_data has .alignment_shiftKuninori Morimoto
2015-01-20mmc: tmio: tmio_mmc_host has .bus_shiftKuninori Morimoto
2015-01-20mmc: tmio: tmio_mmc_host has .multi_io_quirkKuninori Morimoto
2015-01-20mmc: tmio: tmio_mmc_host has .clk_disableKuninori Morimoto
2015-01-20mmc: tmio: tmio_mmc_host has .clk_enableKuninori Morimoto
2015-01-20mmc: tmio: tmio_mmc_host has .write16_hookKuninori Morimoto
2015-01-20mmc: tmio: tmio_mmc_host has .dmaKuninori Morimoto
2015-01-20mmc: tmio: add tmio_mmc_host_alloc/free()Kuninori Morimoto
2015-01-20mmc: sdhci: host: add new f_sdh30Vincent Yang
2015-01-20mmc: sdhci: add a quirk for single block transactionsVincent Yang
2015-01-20mmc: sdhci: add a quirk for tuning work aroundVincent Yang
2015-01-20mmc: sdhci: add a voltage switch callback functionVincent Yang
2015-01-19mmc: dw_mmc: Power on vqmmc in MMC_POWER_ON, not MMC_POWER_UPDoug Anderson
2015-01-19mmc: host: sdhci: Added a space before (Mohammad Jamal
2015-01-19mmc: sdhci-pxav3: fix pm unbalanced issue in -> remove()Jisheng Zhang
2015-01-19mmc: sdhci-pxav3: fix unbalanced clock issues during probeJisheng Zhang
2015-01-19mmc: sdhci: Always init buf_ready_intAdrian Hunter
2015-01-19mmc: core: Move mmc_card_removed() into mmc_start_request()Adrian Hunter
2015-01-19mmc: core: Simplify by adding mmc_execute_tuning()Adrian Hunter
2015-01-19mmc: omap_hsmmc: use mmc_of_parse to parse common mmc configuration.NeilBrown
2015-01-19mmc: omap_hsmmc: use slot-gpio library for gpio support.NeilBrown
2015-01-19mmc: slot-gpio: Allow host driver to provide isr for card-detect interruptsNeilBrown
2015-01-19mmc: sdhci-acpi: fix copy'n'paste typos in the commentsAndy Shevchenko
2015-01-19mmc: sd: add reset bus_ops callbackJohan Rudholm
2015-01-19mmc: core: refactor the hw_reset routinesJohan Rudholm
2015-01-19mmc: core: always check status after resetJohan Rudholm
2015-01-19mmc: Add SDIO function devicetree subnode parsingSascha Hauer
2015-01-19mmc: Add SDIO function subnode DT documentationSascha Hauer
2015-01-19mmc: sdhci-acpi: Remove redundant runtime PM idle callbackUlf Hansson
2015-01-19mmc: sdhci: use pipeline mmc requests to improve performanceHaibo Chen