summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-24mmc: dw_mmc: Handle wp-gpios from device treeDoug Anderson1-0/+34
2013-02-24mmc: dw_mmc: exynos: Remove code for wp-gpiosDoug Anderson1-10/+0
2013-02-24mmc: dw_mmc: Add "disable-wp" device tree propertyDoug Anderson1-1/+40
2013-02-24mmc: mxs-mmc: Fix warning due to incorrect typeFabio Estevam1-1/+1
2013-02-24mmc: mxs-mmc: Add MODULE_ALIAS()Fabio Estevam1-0/+1
2013-02-24mmc: mvsdio: add pinctrl integrationThomas Petazzoni1-0/+6
2013-02-11mmc: mvsdio: implement a Device Tree bindingThomas Petazzoni1-15/+49
2013-02-11mmc: mvsdio: use slot-gpio for card detect gpioThomas Petazzoni1-30/+9
2013-02-11mmc: mvsdio: use slot-gpio infrastructure for write protect gpioThomas Petazzoni1-25/+5
2013-02-11mmc: sdhci-esdhc-imx: remove ESDHC_CD_GPIO handling from IO accessoryShawn Guo1-17/+0
2013-02-11mmc: sdhci: introduce sdhci_update_clock helper to re-enable clockAndy Shevchenko1-14/+13
2013-02-11mmc: sdhci-pxav3: add IRQ wake up supportKevin Liu1-0/+7
2013-02-11mmc: sdhci: add IRQ wake up supportKevin Liu1-18/+42
2013-02-11mmc: sdhci: disable interrupt before free_irqKevin Liu1-0/+3
2013-02-11mmc: add BCM2835 driverStephen Warren3-0/+239
2013-02-11mmc: fix async request mechanism for sequential read scenariosKonstantin Dorfman6-18/+160
2013-02-11mmc: queue: exclude asynchronous transfer for special requestSeungwon Jeon1-0/+10
2013-02-11mmc: sh_mmcif: simplify IRQ processingGuennadi Liakhovetski1-46/+19
2013-02-11mmc: sh_mmcif: report all errorsTeppei Kamijou1-8/+23
2013-02-11mmc: sh_mmcif: fix I/O errorsGuennadi Liakhovetski1-1/+3
2013-02-11mmc: sh_mmcif: reset DMA completion immediately before starting DMAGuennadi Liakhovetski1-2/+6
2013-02-11mmc: sh_mmcif: reset error code for any opcodeGuennadi Liakhovetski1-1/+1
2013-02-11mmc: sh_mmcif: fix a race, causing an Oops on SMPGuennadi Liakhovetski1-3/+36
2013-02-11mmc: sh_mmcif: (cosmetic) simplify boolean return blocksGuennadi Liakhovetski1-7/+2
2013-02-11mmc: sh_mmcif: Terminate DMA transactions when detecting timeout or errorTeppei Kamijou1-14/+17
2013-02-11mmc: sh_mmcif: fix missing and consolidate IO completion timeoutsGuennadi Liakhovetski1-23/+22
2013-02-11mmc: sh_mmcif: Avoid unnecessary mmc_delay() at mmc_card_sleepawake()Teppei Kamijou1-1/+3
2013-02-11mmc: sh_mmcif: Use msecs_to_jiffies() for host->timeoutTeppei Kamijou1-1/+1
2013-02-11mmc: sh_mmcif: Add support for eMMC Dual Data RateTeppei Kamijou1-0/+14
2013-02-11mmc: sh_mmcif: add support for bundled MMCIF IRQsShinya Kuribayashi1-9/+16