aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-22mmc: core: wait while adding MMC host to ensure root mounts successfullySergey Yanovich1-0/+1
2013-03-22mmc: sdhci: Constify sdhci_ops structs where possibleLars-Peter Clausen12-12/+12
2013-03-22mmc: sdhci-pltfm: Constify the ops field of sdhci_pltfm_data structLars-Peter Clausen1-1/+1
2013-03-22mmc: sdhci_pltfm: Constify sdhci_pltfm_dataLars-Peter Clausen9-14/+14
2013-03-22mmc: at91/avr32/atmel-mci: fix DMA-channel leak on module unloadJohan Hovold2-12/+0
2013-03-22mmc: dw_mmc: Add MSHC compatible for Exynos4412Dongjin Kim1-5/+7
2013-03-22mmc: dw_mmc: exynos: Remove unnecessary use of of_match_ptr()Sachin Kamat1-1/+1
2013-03-22mmc: android-goldfish: use resource_size()Silviu-Mihai Popescu1-1/+1
2013-03-22mmc: dw_mmc: Handle unaligned data submission correctlyMarkos Chandras1-9/+24
2013-03-22mmc: dw_mmc: Avoid adding the number of transmitted bytes twiceMarkos Chandras1-8/+4
2013-03-22mmc: dw_mmc: Don't loop when handling an interruptMarkos Chandras1-7/+4
2013-03-22mmc: dw_mmc: move host->data_offset init earlierJames Hogan1-12/+12
2013-03-22mmc: dw_mmc: setpower on MMC_POWER_{UP,OFF}James Hogan1-8/+8
2013-03-22mmc: sdhci: Don't ignore regulator_enable() return valueChris Ball1-1/+6
2013-03-22mmc: wmt-sdmmc: Use resource_size()Alexandru Gheorghiu1-1/+1
2013-03-22mmc: wmt-sdmmc: remove unused variable in wmt_complete_data_request()Wei Yongjun1-2/+0
2013-03-22mmc: sdhci-pltfm: Fix timeout on t4240's sdhci controllerChunhe Lan1-0/+1
2013-03-22mmc: rtsx_pci_sdmmc: Don't execute power up sequence repeatedlyWei WANG1-0/+10
2013-03-22mmc: sdhci-s3c: let device core setup the default pin configurationThomas Abraham1-63/+8
2013-03-22mmc: mvsdio: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-03-22mmc: davinci_mmc: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-03-22mmc: sdio: bind acpi with sdio function deviceAaron Lu2-1/+20
2013-03-22mmc: sdhci: add get_cd() implementationKevin Liu1-0/+32
2013-03-22mmc: core: enhance card removal judgement for slow removalKevin Liu1-0/+13
2013-03-22mmc: core: Add in support to expose PRV for v4 MMCsBernie Thompson1-0/+3
2013-03-22mmc: davinci_mmc: allow driver to work without DMA resourceManjunathappa, Prakash1-4/+6
2013-03-22mmc: dw_mmc: fixed a wrong UHS_REG 16 bit clearHyeonsu Kim1-2/+2
2013-03-22mmc: dw_mmc: empty FIFO after data transfer over interrupt in pio modeKyoungil Kim1-4/+6
2013-03-22mmc: dw_mmc: return the result of mmc_add_host()Jaehoon Chung1-1/+3
2013-03-22mmc: sdhci-s3c: Use devm_clk_get()Jingoo Han1-15/+2
2013-03-22mmc: omap_hsmmc: support deferred probing for GPIOsJan Luebbe1-2/+12
2013-03-19mmc: tegra: use mmc_of_parse to get the support of standard MMC DT bindingsJoseph Lo1-82/+10
2013-03-19Merge tag 'tegra-for-3.10-fixes-for-mmc' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into mmc-nextChris Ball2-7/+8
2013-03-18TTY: add tty_port_tty_hangup helperJiri Slaby1-11/+2
2013-03-15drivers/mmc: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten1-19/+1
2013-03-14ARM: cns3xxx: make mach header files localArnd Bergmann1-1/+0
2013-03-12mmc: dw_mmc: Make dw_mci_exynos_probe staticSachin Kamat1-1/+1
2013-03-06mmc: sdhci-tegra: add basic support for Tegra114Rhyland Klein1-0/+14
2013-03-06mmc: sdhci-tegra: cleanup ifdefsRhyland Klein1-8/+0
2013-03-05mmc: msm_sdcc: Remove unnecessary includeStephen Boyd1-1/+0
2013-03-05mmc: s3cmci: moved mach/regs-sdi.h into s3cmci device driverKukjin Kim1-2/+81
2013-03-01mmc: mmci: Move ios_handler functionality into the driverLee Jones1-0/+9
2013-02-27mmc: convert to idr_alloc()Tejun Heo1-5/+6
2013-02-27lib/scatterlist: use page iterator in the mapping iteratorImre Deak1-2/+2
2013-02-26Merge tag 'mmc-updates-for-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds36-807/+2866
2013-02-24Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-0/+18
2013-02-24mmc: tegra: assume CONFIG_OF, remove platform dataStephen Warren1-74/+45
2013-02-24mmc: add DT bindings for more MMC capability flagsGuennadi Liakhovetski1-0/+13
2013-02-24mmc: tmio: add support for the VccQ regulatorGuennadi Liakhovetski1-10/+46
2013-02-24mmc: sh_mobile_sdhi: use managed resource allocationsGuennadi Liakhovetski1-43/+14