summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: Initial support for MMC power sequencesUlf Hansson2015-01-285-2/+101
* mmc: sdhci-pxav3: Remove checks for optional core clock in error/remove pathJisheng Zhang2015-01-211-4/+2
* mmc: rtsx: check sg_count before long data xferMicky Ching2015-01-211-2/+9
* mmc: rtsx: finish request if no card existMicky Ching2015-01-211-2/+7
* mmc: sdhci: host: fix odd_ptr_err.cocci warningsWu Fengguang2015-01-211-1/+1
* mmc: vub300: remove unreachable return value handlingNicholas Mc Guire2015-01-211-3/+1
* mmc: block: fix format string warningAsaf Vertz2015-01-211-1/+1
* Merge branch 'tmio' into nextUlf Hansson2015-01-205-110/+164
|\
| * mmc: tmio: remove TMIO_MMC_HAVE_CTL_DMA_REG flagKuninori Morimoto2015-01-202-8/+0
| * mmc: sh_mobile_sdhi: enable 32bit DMA accessKuninori Morimoto2015-01-201-9/+33
| * mmc: sh_mobile_sdhi: use .enable_dmaKuninori Morimoto2015-01-201-0/+6
| * mmc: sh_mobile_sdhi: add new macro for mmc_host to sh_mobile_sdhiKuninori Morimoto2015-01-201-2/+4
| * mmc: sh_mobile_sdhi: tidyup mmc_data->bus_shift for latest SoCKuninori Morimoto2015-01-201-1/+4
| * mmc: sh_mobile_sdhi: remove .init/.cleanupKuninori Morimoto2015-01-201-25/+1
| * mmc: tmio: enable SoC specific DMA buswidth settingsKuninori Morimoto2015-01-202-2/+8
| * mmc: tmio: add .enable_dma on tmio_mmc_dmaKuninori Morimoto2015-01-202-0/+5
| * mmc: tmio: tmio_mmc_data has .dma_rx_offsetKuninori Morimoto2015-01-203-3/+2
| * mmc: tmio: tmio_mmc_data has .alignment_shiftKuninori Morimoto2015-01-203-5/+4
| * mmc: tmio: tmio_mmc_host has .bus_shiftKuninori Morimoto2015-01-204-14/+15
| * mmc: tmio: tmio_mmc_host has .multi_io_quirkKuninori Morimoto2015-01-203-4/+5
| * mmc: tmio: tmio_mmc_host has .clk_disableKuninori Morimoto2015-01-203-3/+4
| * mmc: tmio: tmio_mmc_host has .clk_enableKuninori Morimoto2015-01-203-4/+4
| * mmc: tmio: tmio_mmc_host has .write16_hookKuninori Morimoto2015-01-203-3/+5
| * mmc: tmio: tmio_mmc_host has .dmaKuninori Morimoto2015-01-203-15/+24
| * mmc: tmio: add tmio_mmc_host_alloc/free()Kuninori Morimoto2015-01-204-23/+51
* | mmc: sdhci: host: add new f_sdh30Vincent Yang2015-01-203-0/+249
* | mmc: sdhci: add a quirk for single block transactionsVincent Yang2015-01-201-3/+5
* | mmc: sdhci: add a quirk for tuning work aroundVincent Yang2015-01-201-0/+2
* | mmc: sdhci: add a voltage switch callback functionVincent Yang2015-01-202-0/+5
* | mmc: dw_mmc: Power on vqmmc in MMC_POWER_ON, not MMC_POWER_UPDoug Anderson2015-01-191-4/+6
* | mmc: host: sdhci: Added a space before (Mohammad Jamal2015-01-191-1/+1
* | mmc: sdhci-pxav3: fix pm unbalanced issue in -> remove()Jisheng Zhang2015-01-191-1/+3
* | mmc: sdhci-pxav3: fix unbalanced clock issues during probeJisheng Zhang2015-01-191-3/+4
* | mmc: sdhci: Always init buf_ready_intAdrian Hunter2015-01-191-2/+2
* | mmc: core: Move mmc_card_removed() into mmc_start_request()Adrian Hunter2015-01-191-12/+20
* | mmc: core: Simplify by adding mmc_execute_tuning()Adrian Hunter2015-01-195-32/+36
* | mmc: omap_hsmmc: use mmc_of_parse to parse common mmc configuration.NeilBrown2015-01-191-25/+8
* | mmc: omap_hsmmc: use slot-gpio library for gpio support.NeilBrown2015-01-191-54/+13
* | mmc: slot-gpio: Allow host driver to provide isr for card-detect interruptsNeilBrown2015-01-191-1/+17
* | mmc: sdhci-acpi: fix copy'n'paste typos in the commentsAndy Shevchenko2015-01-191-3/+3
* | mmc: sd: add reset bus_ops callbackJohan Rudholm2015-01-191-0/+7
* | mmc: core: refactor the hw_reset routinesJohan Rudholm2015-01-193-34/+51
* | mmc: core: always check status after resetJohan Rudholm2015-01-192-30/+12
* | mmc: Add SDIO function devicetree subnode parsingSascha Hauer2015-01-194-0/+46
* | mmc: sdhci-acpi: Remove redundant runtime PM idle callbackUlf Hansson2015-01-191-6/+1
* | mmc: sdhci: use pipeline mmc requests to improve performanceHaibo Chen2015-01-191-12/+87
* | mmc: sdhci: Remove redundant ADMA page boundary warningsAndrew Gabbasov2015-01-191-4/+0
* | mmc: core: Make tuning block patterns staticUlf Hansson2015-01-192-32/+30
* | mmc: dw_mmc: Convert to mmc_send_tuning()Ulf Hansson2015-01-193-74/+8
* | mmc: mmci: Do pm_runtime_put() after the host has been addedUlf Hansson2015-01-191-1/+1