summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | mmc: dw_mmc: setpower on MMC_POWER_{UP,OFF}James Hogan2013-03-221-8/+8
| * | | | mmc: sdhci: Don't ignore regulator_enable() return valueChris Ball2013-03-221-1/+6
| * | | | mmc: wmt-sdmmc: Use resource_size()Alexandru Gheorghiu2013-03-221-1/+1
| * | | | mmc: wmt-sdmmc: remove unused variable in wmt_complete_data_request()Wei Yongjun2013-03-221-2/+0Star
| * | | | mmc: sdhci-pltfm: Fix timeout on t4240's sdhci controllerChunhe Lan2013-03-221-0/+1
| * | | | mmc: rtsx_pci_sdmmc: Don't execute power up sequence repeatedlyWei WANG2013-03-221-0/+10
| * | | | mmc: sdhci-s3c: let device core setup the default pin configurationThomas Abraham2013-03-221-63/+8Star
| * | | | mmc: mvsdio: use module_platform_driver_probe()Jingoo Han2013-03-221-12/+1Star
| * | | | mmc: davinci_mmc: use module_platform_driver_probe()Jingoo Han2013-03-221-12/+1Star
| * | | | mmc: sdio: bind acpi with sdio function deviceAaron Lu2013-03-222-1/+20
| * | | | mmc: sdhci: add get_cd() implementationKevin Liu2013-03-221-0/+32
| * | | | mmc: core: enhance card removal judgement for slow removalKevin Liu2013-03-221-0/+13
| * | | | mmc: core: Add in support to expose PRV for v4 MMCsBernie Thompson2013-03-221-0/+3
| * | | | mmc: davinci_mmc: allow driver to work without DMA resourceManjunathappa, Prakash2013-03-221-4/+6
| * | | | mmc: dw_mmc: fixed a wrong UHS_REG 16 bit clearHyeonsu Kim2013-03-221-2/+2
| * | | | mmc: dw_mmc: empty FIFO after data transfer over interrupt in pio modeKyoungil Kim2013-03-221-4/+6
| * | | | mmc: dw_mmc: return the result of mmc_add_host()Jaehoon Chung2013-03-221-1/+3
| * | | | mmc: sdhci-s3c: Use devm_clk_get()Jingoo Han2013-03-221-15/+2Star
| * | | | mmc: omap_hsmmc: support deferred probing for GPIOsJan Luebbe2013-03-221-2/+12
| * | | | mmc: tegra: use mmc_of_parse to get the support of standard MMC DT bindingsJoseph Lo2013-03-191-82/+10Star
| * | | | Merge tag 'tegra-for-3.10-fixes-for-mmc' of git://git.kernel.org/pub/scm/linu...Chris Ball2013-03-192-7/+8
| |\| | |
| * | | | mmc: dw_mmc: Make dw_mci_exynos_probe staticSachin Kamat2013-03-121-1/+1
| * | | | mmc: sdhci-tegra: add basic support for Tegra114Rhyland Klein2013-03-071-0/+14
| * | | | mmc: sdhci-tegra: cleanup ifdefsRhyland Klein2013-03-071-8/+0Star
* | | | | Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-05-023-4/+89
|\ \ \ \ \
| * | | | | mmc: sdhci-s3c: Fix operation on non-single image Samsung platformsMark Brown2013-04-301-1/+1
| * | | | | Merge branch 'samsung/exynos-multiplatform' into next/multiplatformArnd Bergmann2013-04-193-4/+90
| |\ \ \ \ \
| | * | | | | mmc: sdhci-s3c: remove platform dependenciesArnd Bergmann2013-04-193-4/+90
| | | |/ / / | | |/| | |
| * / | | | ARM: cns3xxx: make mach header files localArnd Bergmann2013-03-141-1/+0Star
| |/ / / /
* | | | | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-05-021-5/+83
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | mmc: davinci_mmc: add DT supportManjunathappa, Prakash2013-04-041-4/+66
| * | | | ARM: davinci: mmc: derive version information from device nameManjunathappa, Prakash2013-04-031-1/+17
| |/ / /
* | | | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-022-3/+81
|\ \ \ \
| * \ \ \ Merge tag 'msm-cleanup-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2013-04-151-1/+0Star
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | mmc: msm_sdcc: Remove unnecessary includeStephen Boyd2013-03-051-1/+0Star
| | |/ /
| * / / mmc: s3cmci: moved mach/regs-sdi.h into s3cmci device driverKukjin Kim2013-03-051-2/+81
| |/ /
* | | Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-05-021-0/+9
|\ \ \
| * | | mmc: mmci: Move ios_handler functionality into the driverLee Jones2013-03-011-0/+9
| |/ /
* | | mmc: rename random32() to prandom_u32()Akinobu Mita2013-04-301-2/+2
* | | Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-291-11/+2Star
|\ \ \
| * | | TTY: add tty_port_tty_hangup helperJiri Slaby2013-03-191-11/+2Star
| |/ /
* / / drivers/mmc: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten2013-03-151-19/+1Star
|/ /
* | mmc: convert to idr_alloc()Tejun Heo2013-02-281-5/+6
* | lib/scatterlist: use page iterator in the mapping iteratorImre Deak2013-02-281-2/+2
|/
* Merge tag 'mmc-updates-for-3.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-2636-807/+2866
|\
| * mmc: tegra: assume CONFIG_OF, remove platform dataStephen Warren2013-02-241-74/+45Star
| * mmc: add DT bindings for more MMC capability flagsGuennadi Liakhovetski2013-02-241-0/+13
| * mmc: tmio: add support for the VccQ regulatorGuennadi Liakhovetski2013-02-241-10/+46
| * mmc: sh_mobile_sdhi: use managed resource allocationsGuennadi Liakhovetski2013-02-241-43/+14Star
| * mmc: sh_mobile_sdhi: remove unused .pdata fieldGuennadi Liakhovetski2013-02-241-4/+0Star