| Commit message (Expand) | Author | Age | Files | Lines |
* | tree-wide: fix comment/printk typos | Uwe Kleine-König | 2010-11-01 | 4 | -5/+5 |
* | mfd: Adding twl6030 mmc card detect support for MMC1 | kishore kadiyala | 2010-10-29 | 1 | -2/+2 |
* | mmc: Allow 2 byte requests in 4-bit mode for tmio_mmc | Yusuke Goda | 2010-10-29 | 1 | -5/+12 |
* | mmc: Allow the platform to specify the sh_mmcif get_cd handler | Arnd Hannemann | 2010-10-29 | 1 | -0/+12 |
* | mmc: Allow the tmio_mmc mfd driver to specify get_cd handler | Arnd Hannemann | 2010-10-29 | 1 | -0/+13 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb... | Linus Torvalds | 2010-10-28 | 51 | -558/+2285 |
|\ |
|
| * | mmc: add new sdhci-pxa driver for Marvell SoCs | Zhangfei Gao | 2010-10-25 | 3 | -0/+266 |
| * | mmc: make number of mmcblk minors configurable | Olof Johansson | 2010-10-25 | 2 | -12/+48 |
| * | mmc_spi: Recover from CRC errors for r/w operation over SPI. | Sonic Zhang | 2010-10-23 | 1 | -0/+21 |
| * | mmc: sdhci-pltfm: add -pltfm driver for imx35/51 | Wolfram Sang | 2010-10-23 | 5 | -0/+158 |
| * | mmc: sdhci-of-esdhc: factor out common stuff | Wolfram Sang | 2010-10-23 | 2 | -62/+91 |
| * | mmc: sdhci_pltfm: pass more data on custom init call | Wolfram Sang | 2010-10-23 | 1 | -3/+5 |
| * | mmc: sdhci: introduce get_ro private write-protect hook | Wolfram Sang | 2010-10-23 | 2 | -6/+10 |
| * | mmc: sdhci-pltfm: move .h file into appropriate subdir | Wolfram Sang | 2010-10-23 | 3 | -3/+3 |
| * | mmc: sdhci-pltfm: Add structure for host-specific data | Wolfram Sang | 2010-10-23 | 2 | -3/+14 |
| * | mmc: fix cb710 kconfig dependency warning | Randy Dunlap | 2010-10-23 | 1 | -0/+1 |
| * | mmc: cb710: remove debugging printk (info duplicated from mmc-core) | Michał Mirosław | 2010-10-23 | 1 | -2/+0 |
| * | mmc: cb710: clear irq handler on init() error path | Michał Mirosław | 2010-10-23 | 1 | -0/+1 |
| * | mmc: cb710: remove unnecessary msleep() | Michał Mirosław | 2010-10-23 | 1 | -1/+0 |
| * | mmc: cb710: implement get_cd() callback | Michał Mirosław | 2010-10-23 | 1 | -20/+13 |
| * | mmc: cb710: partially demystify clock selection | Michał Mirosław | 2010-10-23 | 1 | -7/+12 |
| * | mmc: add a file to debugfs for changing host clock at runtime | Andy Shevchenko | 2010-10-23 | 1 | -2/+33 |
| * | mmc: sdhci: allow for eMMC 74 clock generation by controller | Philip Rakity | 2010-10-23 | 2 | -0/+5 |
| * | mmc: sdhci: highspeed: check for mmc as well as sd cards | Philip Rakity | 2010-10-23 | 1 | -2/+3 |
| * | mmc: sdhci: Add Moorestown device support | Alan Cox | 2010-10-23 | 1 | -0/+39 |
| * | mmc: sdhci: Intel Medfield support | Xiaochen Shen | 2010-10-23 | 1 | -0/+48 |
| * | mmc: sdhci: Allow the probe handler to override slots | Alan Cox | 2010-10-23 | 1 | -0/+2 |
| * | mmc: sdio: support suspend/resume while runtime suspended | Ohad Ben-Cohen | 2010-10-23 | 1 | -0/+29 |
| * | mmc: sdio: ensure mmc_sdio_detect is powered | Ohad Ben-Cohen | 2010-10-23 | 1 | -0/+9 |
| * | mmc: sdio: enable runtime PM for SDIO functions | Ohad Ben-Cohen | 2010-10-23 | 2 | -3/+40 |
| * | mmc: sdio: enable runtime PM for SDIO cards | Ohad Ben-Cohen | 2010-10-23 | 1 | -0/+13 |
| * | mmc: sdio: use the generic runtime PM handlers | Ohad Ben-Cohen | 2010-10-23 | 1 | -0/+20 |
| * | mmc: add runtime PM handlers | Ohad Ben-Cohen | 2010-10-23 | 1 | -0/+37 |
| * | mmc: sdio: add power_restore support | Ohad Ben-Cohen | 2010-10-23 | 1 | -0/+18 |
| * | mmc: propagate power save/restore ops return value | Ohad Ben-Cohen | 2010-10-23 | 4 | -12/+28 |
| * | mmc: sdio: fully reconfigure oldcard on resume | Ohad Ben-Cohen | 2010-10-23 | 1 | -9/+0 |
| * | mmc: sdhci: split up sdhci.h for sdhci-pltfm users | Giuseppe Cavallaro | 2010-10-23 | 1 | -131/+7 |
| * | mmc: sdhci: fix "pwr may be used uninitialized" warning | Giuseppe Cavallaro | 2010-10-23 | 1 | -4/+2 |
| * | mmc: sdhci-pltfm: add suspend/resume functions | Giuseppe Cavallaro | 2010-10-23 | 1 | -0/+21 |
| * | mmc: name mmc queue thread by host index | Ethan Du | 2010-10-23 | 1 | -1/+3 |
| * | mmc: refine DDR support | Adrian Hunter | 2010-10-23 | 3 | -7/+9 |
| * | mmc: Fixes for Dual Data Rate (DDR) support | Adrian Hunter | 2010-10-23 | 6 | -41/+46 |
| * | mmc: MMC 4.4 DDR support | Hanumath Prasad | 2010-10-23 | 2 | -5/+42 |
| * | mmc: Move regulator handling closer to core | Linus Walleij | 2010-10-23 | 4 | -36/+80 |
| * | mmc: sdhci: mmc_rescan: reduce verbosity | Eric Bénard | 2010-10-23 | 1 | -1/+2 |
| * | mmc: Make ID freq configurable | Hein Tibosch | 2010-10-23 | 1 | -45/+57 |
| * | mmc: sdhci: disable MMC_CAP_NEEDS_POLL in nonremovable case | Jaehoon Chung | 2010-10-23 | 1 | -1/+2 |
| * | mmc: Add helper function to check if a card is removable | Matt Fleming | 2010-10-23 | 4 | -3/+3 |
| * | mmc: Makefile: Fix EXTRA_CFLAGS assignment | matt mooney | 2010-10-23 | 4 | -15/+1 |
| * | mmc: sdhci: print out controller name for register debug | Philip Rakity | 2010-10-23 | 1 | -1/+2 |