summaryrefslogtreecommitdiffstats
path: root/drivers/input (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-04mmc: pwrseq: add driver for emmc hardware resetMarek Szyprowski5-1/+131
2015-02-04mmc: moxart: fix probe logicArnd Bergmann1-11/+9
2015-02-03mmc: core: Invoke mmc_pwrseq_post_power_on() prior MMC_POWER_ON stateUlf Hansson1-2/+2
2015-01-30mmc: pwrseq_simple: Add optional reference clock supportJavier Martinez Canillas1-2/+36
2015-01-30mmc: pwrseq: Document optional clock for the simple power sequenceJavier Martinez Canillas1-0/+4
2015-01-30mmc: pwrseq_simple: Extend to support more pinsJavier Martinez Canillas1-15/+40
2015-01-30mmc: pwrseq: Document that simple sequence support more than one GPIOJavier Martinez Canillas1-3/+4
2015-01-30mmc: Add hardware dependencies for sdhci-pxav3 and sdhci-pxav2Jean Delvare1-0/+2
2015-01-29mmc: sdhci-pxav3: Modify clock settings for the SDR50 and DDR50 modesMarcin Wojtas1-8/+50
2015-01-29mmc: sdhci-pxav3: Extend binding with SDIO3 conf reg for the Armada 38xGregory CLEMENT1-4/+11
2015-01-29mmc: sdhci-pxav3: Fix Armada 38x controller's caps according to erratum ERR-7...Marcin Wojtas1-5/+23
2015-01-29mmc: sdhci-pxav3: Fix SDR50 and DDR50 capabilities for the Armada 38x flavorGregory CLEMENT1-0/+17
2015-01-29mmc: sdhci: switch voltage before sdhci_set_ios in runtime resumeJisheng Zhang1-1/+1
2015-01-29mmc: tegra: Write xfer_mode, CMD regs in togetherPavan Kunapuli1-1/+29
2015-01-29mmc: Resolve BKOPS compatability issueAlexey Skidanov4-5/+12
2015-01-29mmc: sdhci-pxav3: fix setting of pdata->clk_delay_cyclesJisheng Zhang1-2/+2
2015-01-28mmc: dw_mmc: rockchip: remove incorrect __exit_p()Dmitry Torokhov1-1/+1
2015-01-28mmc: dw_mmc: exynos: remove incorrect __exit_p()Dmitry Torokhov1-1/+1
2015-01-28mmc: Fix menuconfig alignment of MMC_SDHCI_* optionsJean Delvare1-0/+1
2015-01-28mmc: Enable Ricoh MMC quirk by defaultJean Delvare1-0/+1
2015-01-28mmc: mmci: Get rid of dead code in mmci_dma_setupPramod Gurav1-5/+0
2015-01-28mmc: sdhci-pxav3: fix race between runtime pm and irqJisheng Zhang1-10/+5
2015-01-28mmc: block: Remove unnecessary temporary variableTobias Klauser1-3/+1
2015-01-28mmc: pwrseq_simple: Add support for a reset GPIO pinUlf Hansson1-0/+38
2015-01-28mmc: pwrseq: Initial support for the simple MMC power sequence providerUlf Hansson4-2/+111
2015-01-28mmc: pwrseq: Document DT bindings for the simple MMC power sequenceUlf Hansson2-0/+34
2015-01-28mmc: core: Initial support for MMC power sequencesUlf Hansson6-2/+103
2015-01-21mmc: sdhci-pxav3: Remove checks for optional core clock in error/remove pathJisheng Zhang1-4/+2
2015-01-21mmc: rtsx: check sg_count before long data xferMicky Ching1-2/+9
2015-01-21mmc: rtsx: finish request if no card existMicky Ching1-2/+7
2015-01-21mmc: sdhci: host: fix odd_ptr_err.cocci warningsWu Fengguang1-1/+1
2015-01-21mmc: vub300: remove unreachable return value handlingNicholas Mc Guire1-3/+1
2015-01-21mmc: block: fix format string warningAsaf Vertz1-1/+1
2015-01-20mmc: tmio: remove TMIO_MMC_HAVE_CTL_DMA_REG flagKuninori Morimoto3-13/+0
2015-01-20mmc: sh_mobile_sdhi: enable 32bit DMA accessKuninori Morimoto1-9/+33
2015-01-20mmc: sh_mobile_sdhi: use .enable_dmaKuninori Morimoto1-0/+6
2015-01-20mmc: sh_mobile_sdhi: add new macro for mmc_host to sh_mobile_sdhiKuninori Morimoto1-2/+4
2015-01-20mmc: sh_mobile_sdhi: tidyup mmc_data->bus_shift for latest SoCKuninori Morimoto1-1/+4
2015-01-20mmc: sh_mobile_sdhi: remove .init/.cleanupKuninori Morimoto2-40/+1
2015-01-20mmc: tmio: enable SoC specific DMA buswidth settingsKuninori Morimoto2-2/+8
2015-01-20mmc: tmio: add .enable_dma on tmio_mmc_dmaKuninori Morimoto2-0/+5
2015-01-20mmc: tmio: tmio_mmc_data has .dma_rx_offsetKuninori Morimoto4-3/+3
2015-01-20mmc: tmio: tmio_mmc_data has .alignment_shiftKuninori Morimoto4-5/+5
2015-01-20mmc: tmio: tmio_mmc_host has .bus_shiftKuninori Morimoto5-15/+15
2015-01-20mmc: tmio: tmio_mmc_host has .multi_io_quirkKuninori Morimoto4-7/+5
2015-01-20mmc: tmio: tmio_mmc_host has .clk_disableKuninori Morimoto4-5/+5
2015-01-20mmc: tmio: tmio_mmc_host has .clk_enableKuninori Morimoto4-5/+4
2015-01-20mmc: tmio: tmio_mmc_host has .write16_hookKuninori Morimoto4-6/+5
2015-01-20mmc: tmio: tmio_mmc_host has .dmaKuninori Morimoto4-26/+24
2015-01-20mmc: tmio: add tmio_mmc_host_alloc/free()Kuninori Morimoto5-24/+51