aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
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/gregkh/ttyLinus Torvalds1-11/+2
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-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
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
2013-02-24mmc: core: expose RPMB partition only for CMD23 capable hostsBalaji T K1-1/+1
2013-02-24mmc: goldfish: emulated MMC deviceMike Lockwood3-0/+578
2013-02-24mmc: sdhci-esdhc-imx: support 8bit modeSascha Hauer1-2/+54
2013-02-24mmc: sdhci: rename platform_8bit_width to platform_bus_widthSascha Hauer6-14/+14
2013-02-24mmc: sdhci-esdhc-imx: Auto CMD23 support for usdhcShawn Guo1-1/+9
2013-02-24mmc: sdhci-esdhc-imx: manually reset MIX_CTRL for usdhcShawn Guo1-1/+8
2013-02-24mmc: sdhci-esdhc-imx: separate transfer mode from command write for usdhcShawn Guo1-11/+14
2013-02-24mmc: core: move the cache disabling operation to mmc_suspendMaya Erez2-7/+8
2013-02-24mmc: sdhci-esdhc-imx: Remove unused variablesFabio Estevam1-5/+0
2013-02-24mmc: sdhci-esdhc-imx: name esdhc specific definitions with ESDHC_ prefixShawn Guo1-20/+20
2013-02-24mmc: sdhci-esdhc-imx: remove D3CD check from SDHCI_HOST_CONTROL writeShawn Guo1-4/+2
2013-02-24mmc: sdhci-esdhc-imx: fix host version readShawn Guo1-8/+11
2013-02-24mmc: vt8500: Remove erroneous __exitp in wmt_mci_driverTony Prisk1-1/+1
2013-02-24mmc: dw_mmc: Remove DW_MCI_QUIRK_NO_WRITE_PROTECTDoug Anderson1-7/+1