summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2013-05-02Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-4/+89
2013-05-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-5/+83
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+81
2013-05-02Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+9
2013-04-30mmc: sdhci-s3c: Fix operation on non-single image Samsung platformsMark Brown1-1/+1
2013-04-29mmc: rename random32() to prandom_u32()Akinobu Mita1-2/+2
2013-04-29Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-11/+2
2013-04-19Merge branch 'samsung/exynos-multiplatform' into next/multiplatformArnd Bergmann3-4/+90
2013-04-19mmc: sdhci-s3c: remove platform dependenciesArnd Bergmann3-4/+90
2013-04-14Merge tag 'msm-cleanup-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson1-1/+0
2013-04-04mmc: davinci_mmc: add DT supportManjunathappa, Prakash1-4/+66
2013-04-03ARM: davinci: mmc: derive version information from device nameManjunathappa, Prakash1-1/+17
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-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/ker...Linus Torvalds36-807/+2866
2013-02-24Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus 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
2013-02-24mmc: sh_mobile_sdhi: remove unused .pdata fieldGuennadi Liakhovetski1-4/+0
2013-02-24mmc: tmio-mmc: parse device-tree bindingsGuennadi Liakhovetski2-8/+44
2013-02-24mmc: sh_mmcif: use mmc_of_parse() to parse standard MMC DT bindingsGuennadi Liakhovetski1-1/+2
2013-02-24mmc: provide a standard MMC device-tree binding parser centrallyGuennadi Liakhovetski1-0/+110
2013-02-24mmc: sdhi, tmio: only check flags in tmio-mmc driver properGuennadi Liakhovetski2-2/+4
2013-02-24mmc: sdhci: Fix parameter of sdhci_do_start_signal_voltage_switch()Fabio Estevam1-4/+4
2013-02-24mmc: sdhci: check voltage range only on regulators aware of voltage valueMarek Szyprowski1-1/+5
2013-02-24mmc: bcm2835: set SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLKStephen Warren1-2/+2
2013-02-24mmc: support packed write command for eMMC4.5 devicesSeungwon Jeon4-17/+557
2013-02-24mmc: add packed command feature of eMMC4.5Seungwon Jeon1-0/+28
2013-02-24mmc: rtsx: remove driving adjustmentRoger Tseng1-5/+0
2013-02-24mmc: use regulator_can_change_voltage() instead of regulator_count_voltagesMarek Szyprowski1-1/+1
2013-02-24mmc: sdhci-pxav3: add pm runtime supportKevin Liu1-1/+95
2013-02-24mmc: core: fix indentationJaehoon Chung1-12/+11
2013-02-24mmc: block: don't start new request when the card is removedSeungwon Jeon1-2/+8
2013-02-24mmc: core: fix permanent sleep of mmcqd during card removalSeungwon Jeon1-0/+1
2013-02-24mmc: sdhci: enhance preset value functionKevin Liu3-57/+101
2013-02-24mmc: mmc_spi: Fix return value evaluation of irq_of_parse_and_map()Roland Stigge1-1/+1
2013-02-24mmc: sdhci-pltfm: Add a common clk API implementation of get_timeout_clockLars-Peter Clausen6-46/+18
2013-02-24mmc: sdhci: update signal voltage switch codeKevin Liu1-114/+78
2013-02-24mmc: core: Fixup signal voltage switchJohan Rudholm3-17/+107
2013-02-24mmc: core: Break out start_signal_voltage_switchJohan Rudholm5-21/+31
2013-02-24mmc: core: Add mmc_power_cycleJohan Rudholm2-0/+9
2013-02-24mmc: sd: Simplify by using mmc_host_uhsJohan Rudholm1-4/+2