aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
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
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-21Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-9/+5
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-24/+19
2013-02-20Merge branches 'fixes' and 'mmci' into for-linusRussell King2-126/+183
2013-02-14mfd: rtsx: Fix issue that booting OS with SD card insertedWei WANG1-0/+18
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
2013-02-11mmc: sh_mmcif: ensure run-time suspend call is processed before suspendTeppei Kamijou1-1/+1
2013-02-11mmc: sh_mmcif: force to fail CMD52 immediatelyTeppei Kamijou1-0/+1
2013-02-11mmc: sdhci-esdhc-imx: use slot-gpio helpers for CD and WPShawn Guo1-40/+16
2013-02-11mmc: remove unncessary mmc_gpio_free_cd() call from slot-gpio usersShawn Guo3-19/+0
2013-02-11mmc: slot-gpio: use devm_* managed functions to ease usersShawn Guo1-6/+51
2013-02-11mmc: sdhci: query card presence from cd-gpio before asking SDHCIShawn Guo1-13/+16
2013-02-11mmc: sdio: print correct UHS mode during card detectionSubhash Jadavani1-0/+5
2013-02-11mmc: sdio: Fix SDIO 3.0 UHS-I initialization sequenceSujit Reddy Thumma1-11/+11
2013-02-11mmc: sdio: fix resume failure due to lack of CMD52 resetSubhash Jadavani1-2/+4
2013-02-08drivers/misc/cb710: add missing GENERIC_HARDIRQS dependencyHeiko Carstens1-1/+1
2013-01-28Merge tag 'mfd-for-linus-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-25/+5
2013-01-28ARM: 7630/1: mmc: mmci: Fixup and cleanup code for DMA handlingUlf Hansson1-82/+105
2013-01-28ARM: 7631/1: mmc: mmci: Add new VE MMCI variantPawel Moll2-0/+15
2013-01-27mmc: rtsx: Call MFD hook to switch output voltageWei WANG1-25/+5
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman1-62/+30
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman1-62/+30
2013-01-25mmc: Convert to devm_ioremap_resource()Thierry Reding3-10/+10
2013-01-23Merge tag 'mvebu_fixes_for_v3.8-rc5' of git://git.infradead.org/users/jcooper...Olof Johansson1-62/+30
2013-01-23ARM: 7623/1: mmc: mmci: Fixup clock gating when freq is 0 for ST-variantsUlf Hansson1-0/+13
2013-01-23ARM: 7622/1: mmc: mmci: Gate the clock in runtime suspend to save powerUlf Hansson1-0/+29
2013-01-23mmc: mvsdio: use devm_ API to simplify/correct error paths.Andrew Lunn1-62/+30
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-0/+1
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-10/+4
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-2/+3
2013-01-11drivers/mmc/host: remove depends on CONFIG_EXPERIMENTALKees Cook1-12/+8
2013-01-11drivers/mmc/core: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+1
2013-01-08ARM: 7620/1: mmc: mmci: Convert to use mmc_regulator_get_supplyUlf Hansson2-44/+11
2013-01-08ARM: 7618/1: mmc: mmci: Support MMC_PM_KEEP_POWERUlf Hansson1-0/+4
2013-01-08ARM: 7617/1: mmc: mmci: Support for DDR modeUlf Hansson1-0/+6
2013-01-03Drivers: mmc: remove __dev* attributes.Greg Kroah-Hartman4-7/+7
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2-2/+4
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-12-12Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+29
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-13/+28
2012-12-12Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-21/+49
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-13/+11
2012-12-11Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-0/+1357
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds31-112/+110
2012-12-11Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-0/+325
2012-12-11Merge branches 'cache-l2x0', 'fixes', 'hdrs', 'misc', 'mmci', 'vic' and 'warn...Russell King16-115/+189
2012-12-11ARM: 7596/1: mmci: replace readsl/writesl with ioread32_rep/iowrite32_repDavide Ciminaghi1-4/+4
2012-12-10mmc: sdhci-acpi: enable runtime-pm for device HID INT33C6Adrian Hunter1-0/+8
2012-12-07mmc: sdhci: implement the .card_event() methodGuennadi Liakhovetski1-21/+27
2012-12-07mmc: extend the slot-gpio card-detection to use host's .card_event() methodGuennadi Liakhovetski1-1/+7
2012-12-07mmc: sdhci-s3c: Fix compilation warningSachin Kamat1-0/+2
2012-12-06mmc: sdhci-pci: Enable SDHCI_CAN_DO_HISPD for Ricoh SDHCI controllerMadhvapathi Sriram1-0/+1
2012-12-06mmc: sdhci-dove: allow GPIOs to be used for card detection on DoveRussell King1-6/+67
2012-12-06mmc: sdhci-dove: use two-stage initialization for sdhci-pltfmRussell King1-7/+17
2012-12-06mmc: sdhci-dove: use devm_clk_get()Russell King1-7/+4
2012-12-06mmc: eSDHC: Recover from ADMA errorsHaijun Zhang3-2/+56
2012-12-06mmc: dw_mmc: remove duplicated buswidth codeJaehoon Chung1-6/+3
2012-12-06mmc: dw_mmc: relocate where dw_mci_setup_bus() is called fromJaehoon Chung1-3/+3
2012-12-06mmc: Limit MMC speed to 52MHz if not HS200Al Cooper1-0/+2
2012-12-06mmc: dw_mmc: use devres functions in dw_mmcSeungwon Jeon1-29/+14
2012-12-06mmc: sh_mmcif: remove unneeded clock connection IDGuennadi Liakhovetski1-4/+2
2012-12-06mmc: sh_mobile_sdhi: remove unneeded clock connection IDGuennadi Liakhovetski1-4/+2
2012-12-06mmc: sh_mobile_sdhi: fix clock frequency printingGuennadi Liakhovetski1-1/+1
2012-12-06mmc: Remove redundant null check before kfree in bus.cSachin Kamat1-2/+1
2012-12-06mmc: Remove redundant null check before kfree in sdio_bus.cSachin Kamat1-2/+1
2012-12-06mmc: sdhci-imx-esdhc: use more devm_* functionsShawn Guo1-38/+18
2012-12-06mmc: dt: add no-1-8-v device tree flagDaniel Drake1-0/+3
2012-12-06mmc: sdhci: add quirk for lack of 1.8v supportDaniel Drake1-0/+4
2012-12-06mmc: sdio: Add empty bus-level suspend/resume callbacksRafael J. Wysocki1-0/+14
2012-12-06mmc: vub300: add missing usb_put_devMarina Makienko1-0/+1
2012-12-06mmc: sdhci-spear: Don't call clk_{un}prepare() in suspend/resumeViresh Kumar1-2/+2
2012-12-06mmc: sdhci-spear: Initialize sdhci clk to 50 MHzVipul Kumar Samar1-0/+5
2012-12-06mmc: host: sdhci-s3c: Add support for pinctrlTomasz Figa1-2/+10
2012-12-06mmc: host: sdhci-s3c: Use devm_gpio_request to request GPIOsTomasz Figa1-31/+9
2012-12-06mmc: sdhci-of-esdhc: support commands with busy response expecting TCJerry Huang1-0/+3
2012-12-06mmc: sdhci-s3c: Use NULL instead of 0 for pointersTushar Behera1-2/+2
2012-12-06mmc: omap_hsmmc: Cleanup bitmap definitions of Interrupt RegisterVenkatraman S1-24/+32
2012-12-06mmc: omap_hsmmc: Convert critical failure reports to dev_errVenkatraman S1-6/+6
2012-12-06mmc: omap_hsmmc: Introduce omap_hsmmc_prepare/completeFelipe Balbi1-20/+24
2012-12-06mmc: omap_hsmmc: Enable HSPE bit for high speed cardsHebbar, Gururaja1-1/+29
2012-12-06mmc: omap_hsmmc: Update error code for response_busy cmdBalaji T K1-2/+2
2012-12-06mmc: omap_hsmmc: No reset of cmd state machine for DCRCBalaji T K1-1/+1
2012-12-06mmc: omap_hsmmc: Fix Oops in case of data errorsBalaji T K1-6/+12
2012-12-06mmc: dw_mmc: Add sdio power bindingsAbhilash Kesavan1-3/+17
2012-12-06mmc: sdhci-pltfm: Support optional pm propertiesAbhilash Kesavan1-0/+6
2012-12-06mmc: sdhci-pxav3: add quirks2Kevin Liu1-0/+2
2012-12-06mmc: sdhci: Use regulator min/max voltage range according to specKevin Liu1-10/+8
2012-12-06mmc: SD/MMC Host Controller for Wondermedia WM8505/WM8650Tony Prisk3-0/+1041
2012-12-06mmc: card: Add RPMB support in IOCTL interfaceLoic Pallardy1-0/+64
2012-12-06mmc: core: Add mmc_set_blockcount featureLoic Pallardy1-0/+14
2012-12-06mmc: core: Extend sysfs to ext_csd parameters for RPMB supportLoic Pallardy1-0/+4
2012-12-06mmc: card: Do not scan RPMB partitionsLoic Pallardy1-0/+2
2012-12-06mmc: core: Expose access to RPMB partitionLoic Pallardy1-0/+11
2012-12-06mmc: sdhci-pxav3: Add base clock quirkKevin Liu1-1/+10
2012-12-06mmc: Standardise capability typeLee Jones1-1/+1
2012-12-06mmc: mxs-mmc: Remove platform dataFabio Estevam1-21/+10
2012-12-06mmc: sdio: Use multiple scatter/gather listKyoungil Kim2-11/+31
2012-12-06mmc: core: Fix some driver hangs when dealing with broken devicesTrey Ramsay3-1/+43
2012-12-06mmc: dw_mmc: fix more const pointer warningsArnd Bergmann1-5/+5
2012-12-06mmc: at91-mci: remove obsolete driverLudovic Desroches4-1356/+1
2012-12-06mmc: omap_hsmmc: remove warning message for debounce clockBalaji T K1-1/+0
2012-12-06mmc: omap_hsmmc: add DT property for max bus frequencyDaniel Mack1-1/+4
2012-12-06mmc: omap_hsmmc: claim pinctrl at probe timeDaniel Mack1-0/+7
2012-12-06mmc: mxcmmc: fix SD cards not being detected sometimes.Javier Martin1-1/+1
2012-12-06mmc: dw_mmc: use helper macro module_platform_driver()Andy Shevchenko1-12/+2
2012-12-06mmc: dw_mmc: use __devexit_p macro for .remove()Andy Shevchenko2-2/+2
2012-12-06mmc: queue: amend buffer swap for non-blocking transferSeungwon Jeon1-7/+10
2012-12-06mmc: core: debugfs: Add signal_voltage to ios dumpJohan Rudholm1-0/+16
2012-12-06mmc: sdhci: Balance vmmc regulator_enable(), and always enable vqmmcKevin Liu1-7/+8
2012-12-06mmc: sh-mmcif: avoid oops on spurious interrupts (second try)Guennadi Liakhovetski1-2/+2
2012-12-06Revert misapplied "mmc: sh-mmcif: avoid oops on spurious interrupts"Chris Ball1-4/+0
2012-12-06mmc: sdhci-s3c: fix missing clock for gpio card-detectHeiko Stübner1-0/+7
2012-12-03treewide: Fix typos in various KconfigMasanari Iida1-1/+1
2012-11-28mmc: remove use of __devexitBill Pemberton27-31/+31
2012-11-28mmc: remove use of __devinitconstBill Pemberton1-1/+1
2012-11-28mmc: remove use of __devinitdataBill Pemberton3-3/+3
2012-11-28mmc: remove use of __devinitBill Pemberton29-54/+52
2012-11-28mmc: remove use of __devexit_pBill Pemberton23-24/+24
2012-11-23mmc: sdhci-acpi: add SDHCI ACPI driverAdrian Hunter3-0/+317
2012-11-21mmc: rtsx: Explicitely include slab.h in rtsx_pci_sdmmc.cWei WANG1-0/+1
2012-11-21mmc: rtsx: Configure SD_CFG2 register in sd_rw_multiWei WANG1-0/+1
2012-11-20mmc: rtsx: Remove a duplicate command in sd_rw_multiWei WANG1-2/+0
2012-11-16Merge 3.7-rc6 into char-misc-nextGreg Kroah-Hartman14-94/+140
2012-11-15drivers/mmc: Add realtek pcie sdmmc host driverWei WANG3-0/+1357
2012-11-15MMC: sdio, use kref from tty_portJiri Slaby1-12/+11