| Commit message (Expand) | Author | Age | Files | Lines |
* | mmc: dw_mmc: support mmc power control with regulator | Jaehoon Chung | 2011-03-17 | 1 | -0/+2 |
* | mmc: dw_mmc: fix suspend/resume operation | Jaehoon Chung | 2011-03-17 | 1 | -0/+1 |
* | mmc: dw_mmc: add quirks for unreliable card detect, and capabilities | Jaehoon Chung | 2011-03-17 | 1 | -3/+7 |
* | mmc: core: export function mmc_do_release_host() | Ulf Hansson | 2011-03-17 | 1 | -0/+1 |
* | mmc: dw_mmc: modify quirks bit-shift control | Jaehoon Chung | 2011-03-15 | 1 | -5/+3 |
* | mmc: add MMC_QUIRK_BROKEN_CLK_GATING | Pierre Tardy | 2011-03-15 | 1 | -0/+1 |
* | mmc: add per device quirk placeholder | Pierre Tardy | 2011-03-15 | 1 | -0/+2 |
* | mmc: export eMMC4.4 enhanced area details to sysfs | Chuanxiao Dong | 2011-03-15 | 2 | -0/+6 |
* | mmc: sh_mmcif: Convert to __raw_xxx() I/O accessors. | Paul Mundt | 2011-01-14 | 1 | -2/+2 |
* | Merge branch 'sh/sdio' into sh-latest | Paul Mundt | 2011-01-12 | 4 | -0/+244 |
|\ |
|
| * | mmc: dw_mmc: Add Synopsys DesignWare mmc host driver. | Will Newton | 2011-01-08 | 1 | -0/+217 |
| * | mmc: sdhci: add quirk for max len ADMA descriptors | Olof Johansson | 2011-01-08 | 1 | -0/+2 |
| * | mmc: Test bus-width for old MMC devices | Aries Lee | 2011-01-08 | 2 | -0/+3 |
| * | mmc: sdio: don't reinitialize nonremovable powered-resumed cards | Ohad Ben-Cohen | 2011-01-08 | 1 | -0/+5 |
| * | mmc: Add support for JMicron 388 SD/MMC controller | Takashi Iwai | 2011-01-08 | 2 | -0/+7 |
| * | mmc: Aggressive clock gating framework | Linus Walleij | 2011-01-08 | 1 | -0/+10 |
| | | |
| \ | |
*-. \ | Merge branches 'sh/memchunk' and 'common/mmcif' into sh-latest | Paul Mundt | 2011-01-11 | 1 | -33/+58 |
|\ \ \
| | |/
| |/| |
|
| | * | mmc, sh: Remove sh_mmcif_boot_slurp() | Simon Horman | 2010-12-08 | 1 | -23/+11 |
| | * | mmc, sh: Move MMCIF_PROGRESS_* into sh_mmcif.h | Simon Horman | 2010-12-08 | 1 | -0/+3 |
| * | | Merge branch 'rmobile/urgent' into rmobile-latest | Paul Mundt | 2010-12-21 | 1 | -0/+1 |
| |\ \
| |/ /
|/| | |
|
| * | | Merge branch 'common/mmcif' into rmobile/mmcif | Paul Mundt | 2010-11-30 | 1 | -14/+12 |
| |\| |
|
| | * | sh, mmc: Use defines when setting CE_CLK_CTRL | Simon Horman | 2010-11-29 | 1 | -8/+9 |
| | * | mmc, sh: Correct value for reset | Simon Horman | 2010-11-29 | 1 | -6/+3 |
| * | | mmc: sh_mmcif: add DMA support | Guennadi Liakhovetski | 2010-11-25 | 1 | -4/+11 |
| |/ |
|
| * | mmc, sh: Move constants to sh_mmcif.h | Simon Horman | 2010-11-10 | 1 | -5/+34 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb... | Linus Torvalds | 2010-11-27 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | mmc: sdio: fix runtime PM anomalies by introducing MMC_CAP_POWER_OFF_CARD | Ohad Ben-Cohen | 2010-11-19 | 1 | -0/+1 |
* | | mmc: sh_mmcif: Convert extern inline to static inline. | Paul Mundt | 2010-11-04 | 1 | -9/+9 |
|/ |
|
* | mmc: Allow the platform to specify the sh_mmcif get_cd handler | Arnd Hannemann | 2010-10-29 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb... | Linus Torvalds | 2010-10-28 | 6 | -6/+239 |
|\ |
|
| * | mmc: sdhci_pltfm: pass more data on custom init call | Wolfram Sang | 2010-10-23 | 1 | -1/+1 |
| * | mmc: sdhci-pltfm: move .h file into appropriate subdir | Wolfram Sang | 2010-10-23 | 1 | -0/+35 |
| * | mmc: propagate power save/restore ops return value | Ohad Ben-Cohen | 2010-10-23 | 1 | -2/+2 |
| * | mmc: sdhci: split up sdhci.h for sdhci-pltfm users | Giuseppe Cavallaro | 2010-10-23 | 1 | -0/+144 |
| * | mmc: refine DDR support | Adrian Hunter | 2010-10-23 | 1 | -1/+2 |
| * | mmc: Fixes for Dual Data Rate (DDR) support | Adrian Hunter | 2010-10-23 | 2 | -1/+7 |
| * | mmc: MMC 4.4 DDR support | Hanumath Prasad | 2010-10-23 | 4 | -1/+18 |
| * | mmc: Move regulator handling closer to core | Linus Walleij | 2010-10-23 | 1 | -1/+21 |
| * | mmc: Make ID freq configurable | Hein Tibosch | 2010-10-23 | 1 | -0/+1 |
| * | mmc: Add helper function to check if a card is removable | Matt Fleming | 2010-10-23 | 1 | -0/+8 |
| * | mmc: rename dev_to_mmc_card() to mmc_dev_to_card() | Andy Shevchenko | 2010-10-23 | 1 | -1/+1 |
| * | mmc: make mmc_dev_to_card() macro public | Andy Shevchenko | 2010-10-23 | 1 | -0/+2 |
| * | mmc: Remove distinction between hw and phys segments | Martin K. Petersen | 2010-10-23 | 1 | -2/+1 |
* | | Bluetooth: Support SDIO devices that are AMP controllers | David Vrabel | 2010-10-12 | 1 | -0/+1 |
|/ |
|
* | mmc: avoid getting CID on SDIO-only cards | David Vrabel | 2010-09-09 | 1 | -0/+2 |
* | mmc: add erase, secure erase, trim and secure trim operations | Adrian Hunter | 2010-08-12 | 5 | -7/+64 |
* | sdio: allow non-standard SDIO cards | Grazvydas Ignotas | 2010-08-11 | 1 | -0/+2 |
* | mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resume | Maxim Levitsky | 2010-08-11 | 1 | -0/+3 |
* | mmc: implement SD-combo (IO+mem) support | Michal Miroslaw | 2010-08-11 | 1 | -0/+1 |
* | mmc: recognize CSD structure | Kyungmin Park | 2010-08-11 | 2 | -0/+2 |