summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
| |/
* | 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-141-1/+0
| |\ \
| | * | mmc: msm_sdcc: Remove unnecessary includeStephen Boyd2013-03-051-1/+0
| | |/
| * / 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-291-2/+2
* | Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-291-11/+2
|\ \
| * | TTY: add tty_port_tty_hangup helperJiri Slaby2013-03-181-11/+2
| |/
* / drivers/mmc: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten2013-03-151-19/+1
|/
* mmc: convert to idr_alloc()Tejun Heo2013-02-271-5/+6
* lib/scatterlist: use page iterator in the mapping iteratorImre Deak2013-02-271-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/+45
| * 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/+14
| * mmc: sh_mobile_sdhi: remove unused .pdata fieldGuennadi Liakhovetski2013-02-241-4/+0
| * mmc: tmio-mmc: parse device-tree bindingsGuennadi Liakhovetski2013-02-242-8/+44
| * mmc: sh_mmcif: use mmc_of_parse() to parse standard MMC DT bindingsGuennadi Liakhovetski2013-02-241-1/+2
| * mmc: provide a standard MMC device-tree binding parser centrallyGuennadi Liakhovetski2013-02-241-0/+110
| * mmc: sdhi, tmio: only check flags in tmio-mmc driver properGuennadi Liakhovetski2013-02-242-2/+4
| * mmc: sdhci: Fix parameter of sdhci_do_start_signal_voltage_switch()Fabio Estevam2013-02-241-4/+4
| * mmc: sdhci: check voltage range only on regulators aware of voltage valueMarek Szyprowski2013-02-241-1/+5
| * mmc: bcm2835: set SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLKStephen Warren2013-02-241-2/+2
| * mmc: support packed write command for eMMC4.5 devicesSeungwon Jeon2013-02-244-17/+557
| * mmc: add packed command feature of eMMC4.5Seungwon Jeon2013-02-241-0/+28
| * mmc: rtsx: remove driving adjustmentRoger Tseng2013-02-241-5/+0
| * mmc: use regulator_can_change_voltage() instead of regulator_count_voltagesMarek Szyprowski2013-02-241-1/+1
| * mmc: sdhci-pxav3: add pm runtime supportKevin Liu2013-02-241-1/+95
| * mmc: core: fix indentationJaehoon Chung2013-02-241-12/+11
| * mmc: block: don't start new request when the card is removedSeungwon Jeon2013-02-241-2/+8
| * mmc: core: fix permanent sleep of mmcqd during card removalSeungwon Jeon2013-02-241-0/+1
| * mmc: sdhci: enhance preset value functionKevin Liu2013-02-243-57/+101
| * mmc: mmc_spi: Fix return value evaluation of irq_of_parse_and_map()Roland Stigge2013-02-241-1/+1
| * mmc: sdhci-pltfm: Add a common clk API implementation of get_timeout_clockLars-Peter Clausen2013-02-246-46/+18
| * mmc: sdhci: update signal voltage switch codeKevin Liu2013-02-241-114/+78
| * mmc: core: Fixup signal voltage switchJohan Rudholm2013-02-243-17/+107
| * mmc: core: Break out start_signal_voltage_switchJohan Rudholm2013-02-245-21/+31
| * mmc: core: Add mmc_power_cycleJohan Rudholm2013-02-242-0/+9
| * mmc: sd: Simplify by using mmc_host_uhsJohan Rudholm2013-02-241-4/+2
| * mmc: core: expose RPMB partition only for CMD23 capable hostsBalaji T K2013-02-241-1/+1