Age | Commit message (Expand) | Author | Files | Lines |
2011-08-13 | mmc: remove unused "ddr" parameter in struct mmc_ios | Jaehoon Chung | 1 | -2/+0 |
2011-07-21 | mmc: core: Set non-default Drive Strength via platform hook | Philip Rakity | 1 | -0/+1 |
2011-07-21 | mmc: core: add non-blocking mmc request function | Per Forlin | 2 | -1/+26 |
2011-07-21 | mmc: dw_mmc: fix stop when fallen back to PIO | James Hogan | 1 | -0/+2 |
2011-07-21 | mmc: queue: let host controllers specify maximum discard timeout | Adrian Hunter | 2 | -0/+2 |
2011-07-21 | mmc: dw_mmc: handle unaligned buffers and sizes | James Hogan | 1 | -0/+10 |
2011-07-21 | mmc: dw_mmc: don't hard code fifo depth, fix usage | James Hogan | 1 | -0/+8 |
2011-07-21 | mmc: dw_mmc: convert card tasklet to workqueue | James Hogan | 1 | -1/+1 |
2011-07-21 | mmc: sdhi: Add write16_hook | Simon Horman | 1 | -0/+1 |
2011-07-21 | mmc: tmio: name 0xd8 as CTL_DMA_ENABLE | Simon Horman | 1 | -0/+1 |
2011-07-21 | mmc: block: allow get_card_status() to return error status | Russell King - ARM Linux | 1 | -0/+10 |
2011-07-21 | mmc: Standardize header file inclusion checks. | Robert P. J. Day | 17 | -46/+41 |
2011-07-21 | mmc: sdhci: merge two sdhci-pltfm.h into one | Shawn Guo | 1 | -29/+0 |
2011-07-21 | mmc: sdhci: make sdhci-pltfm device drivers self registered | Shawn Guo | 1 | -6/+0 |
2011-07-13 | mmc: core: Bus width testing needs to handle suspend/resume | Philip Rakity | 1 | -0/+13 |
2011-05-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb... | Linus Torvalds | 9 | -4/+340 |
2011-05-26 | mmc: sdhci: Auto-CMD23 support. | Andrei Warkentin | 1 | -0/+1 |
2011-05-26 | mmc: core: Block CMD23 support for UHS104/SDXC cards. | Andrei Warkentin | 2 | -1/+4 |
2011-05-26 | mmc: sdhci: Implement MMC_CAP_CMD23 for SDHCI. | Andrei Warkentin | 1 | -0/+1 |
2011-05-26 | mmc: core: Use CMD23 for multiblock transfers when we can. | Andrei Warkentin | 4 | -0/+14 |
2011-05-25 | mmc: quirks: Add/remove quirks conditional support. | Andrei Warkentin | 1 | -4/+36 |
2011-05-25 | mmc: core: add support for eMMC Dual Data Rate | Philip Rakity | 1 | -0/+1 |
2011-05-25 | mmc: sdhi: allow powering down controller with no card inserted | Guennadi Liakhovetski | 1 | -0/+4 |
2011-05-25 | mmc: sdio: optimized SDIO IRQ handling for single irq | Stefan Nilsson XK | 1 | -0/+1 |
2011-05-25 | mmc: sdhci: add support for retuning mode 1 | Arindam Nath | 1 | -0/+6 |
2011-05-25 | mmc: sdhci: add support for programmable clock mode | Arindam Nath | 1 | -0/+1 |
2011-05-25 | mmc: sdhci: enable preset value after uhs initialization | Arindam Nath | 1 | -0/+1 |
2011-05-25 | mmc: sd: add support for tuning during uhs initialization | Arindam Nath | 3 | -0/+6 |
2011-05-25 | mmc: sd: report correct speed and capacity of uhs cards | Arindam Nath | 1 | -0/+7 |
2011-05-25 | mmc: sd: set current limit for uhs cards | Arindam Nath | 2 | -0/+13 |
2011-05-25 | mmc: sd: add support for uhs bus speed mode selection | Arindam Nath | 2 | -0/+24 |
2011-05-25 | mmc: sd: add support for driver type selection | Arindam Nath | 2 | -0/+14 |
2011-05-25 | mmc: sd: query function modes for uhs cards | Arindam Nath | 1 | -0/+4 |
2011-05-25 | mmc: sd: add support for signal voltage switch procedure | Arindam Nath | 2 | -0/+22 |
2011-05-25 | mmc: core: Add mmc CMD+ACMD passthrough ioctl | John Calixto | 3 | -0/+56 |
2011-05-25 | mmc: sdhci: Fix read-only detection with JMicron 388 chip | Takashi Iwai | 1 | -0/+2 |
2011-05-25 | mmc: quirks: Fix erase/trim for certain SanDisk cards. | Andrei Warkentin | 1 | -0/+1 |
2011-05-25 | mmc: MMC boot partitions support. | Andrei Warkentin | 2 | -2/+10 |
2011-05-25 | mmc: core: Allow setting CMD timeout for CMD6 (SWITCH). | Andrei Warkentin | 1 | -0/+1 |
2011-05-25 | mmc: core: Rename erase_timeout to cmd_timeout_ms. | Andrei Warkentin | 1 | -1/+1 |
2011-05-25 | mmc: quirks: fix truncation warnings | Randy Dunlap | 1 | -1/+1 |
2011-05-25 | mmc: quirks: Extends card quirks with MMC/SD quirks matching the CID. | Andrei Warkentin | 1 | -1/+90 |
2011-05-25 | mmc: add MMC_QUIRK_DISABLE_CD | Ohad Ben-Cohen | 1 | -0/+6 |
2011-05-25 | mmc: add MMC_QUIRK_NONSTD_FUNC_IF | Ohad Ben-Cohen | 1 | -0/+6 |
2011-05-25 | mmc: do not switch to 1-bit mode if not required | Ohad Ben-Cohen | 1 | -0/+4 |
2011-05-25 | mmc: mmc_card_keep_power cleanups | Ohad Ben-Cohen | 1 | -1/+1 |
2011-05-25 | mmc: Reliable write support. | Andrei Warkentin | 2 | -0/+6 |
2011-05-25 | mmc: Ensure linux starts in eMMC user partition | Philip Rakity | 2 | -0/+2 |
2011-05-16 | Revert "mmc: fix a race between card-detect rescan and clock-gate work instan... | Chris Ball | 1 | -0/+1 |
2011-04-28 | mmc: fix a race between card-detect rescan and clock-gate work instances | Guennadi Liakhovetski | 1 | -1/+0 |