| Commit message (Expand) | Author | Age | Files | Lines |
* | sdhci: don't assign mmc->caps at SDHCI directly | Kyungmin Park | 2010-08-11 | 1 | -1/+1 |
* | sdhci: 8-bit data transfer width support | Kyungmin Park | 2010-08-11 | 2 | -0/+6 |
* | sdhci: remove useless set_clock() check | Kyungmin Park | 2010-08-11 | 1 | -1/+1 |
* | mmc: make sdhci work with ricoh mmc controller | Maxim Levitsky | 2010-08-11 | 3 | -1/+47 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 2010-08-06 | 1 | -1/+0 |
|\ |
|
| * | pcmcia: remove cs_types.h | Dominik Brodowski | 2010-07-30 | 1 | -1/+0 |
* | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-08-06 | 1 | -0/+8 |
|\ \ |
|
| * | | Merge commit 'v2.6.35-rc6' into devicetree/next | Grant Likely | 2010-07-24 | 1 | -0/+20 |
| |\| |
|
| * | | of: refactor of_modalias_node() and remove explicit match table. | Grant Likely | 2010-07-06 | 1 | -0/+8 |
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2010-08-05 | 3 | -0/+1039 |
|\ \ \ |
|
| * | | | MMC: Add support for the controller on JZ4740 SoCs. | Lars-Peter Clausen | 2010-08-05 | 3 | -0/+1039 |
* | | | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2010-08-03 | 3 | -113/+122 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Merge branch 'devel-stable' into devel | Russell King | 2010-07-31 | 1 | -17/+31 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev... | Russell King | 2010-07-29 | 1 | -17/+31 |
| | |\ \ \
| | | |_|/
| | |/| | |
|
| | | * | | mxcmmc: convert to pm_ops and enable/disable clock | Eric Bénard | 2010-07-26 | 1 | -14/+18 |
| | | * | | Merge branch 'imx/for-2.6.36' of git://git.pengutronix.de/git/ukl/linux-2.6 i... | Uwe Kleine-König | 2010-07-26 | 32 | -277/+1690 |
| | | |\ \ |
|
| | | * | | | mxcmmc: add card detect through DAT3 possibility | Eric Bénard | 2010-07-26 | 1 | -3/+13 |
| * | | | | | Merge branch 'misc' into devel | Russell King | 2010-07-31 | 2 | -96/+91 |
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| | * | | | | ARM: 6246/1: mmci: support larger MMCIDATALENGTH register | Rabin Vincent | 2010-07-29 | 1 | -3/+9 |
| | * | | | | ARM: 6245/1: mmci: enable hardware flow control on Ux500 variants | Rabin Vincent | 2010-07-29 | 2 | -4/+6 |
| | * | | | | ARM: 6244/1: mmci: add variant data and default MCICLOCK support | Rabin Vincent | 2010-07-29 | 2 | -1/+32 |
| | * | | | | ARM: 6243/1: mmci: pass power_mode to the translate_vdd callback | Rabin Vincent | 2010-07-29 | 1 | -10/+3 |
| | * | | | | ARM: 6239/1: mmci: let core poll for card detection | Rabin Vincent | 2010-07-27 | 1 | -21/+1 |
| | * | | | | ARM: 6238/1: mmci: fix multi block transfers | Rabin Vincent | 2010-07-27 | 1 | -1/+1 |
| | * | | | | ARM: 6237/1: mmci: use sg_miter API to fix multi-page sg handling | Rabin Vincent | 2010-07-27 | 2 | -56/+39 |
| | | |_|/
| | |/| | |
|
* | / | | | ARM: Fix Versatile/Realview/VExpress MMC card detection sense | Russell King | 2010-07-31 | 1 | -2/+6 |
|/ / / / |
|
* / / / | sdhci-s3c: add missing remove function | Marek Szyprowski | 2010-07-21 | 1 | -0/+20 |
|/ / / |
|
* | | | mmc: msm: fix compile error on MSM7x30 | Daniel Walker | 2010-06-09 | 1 | -1/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2010-06-05 | 1 | -75/+50 |
|\ \ \ |
|
| * | | | sh: prepare MMCIF driver header file | Magnus Damm | 2010-05-31 | 1 | -75/+50 |
| | |/
| |/| |
|
* / | | omap: remove BUG_ON for disabled interrupts | Cory Maccarrone | 2010-06-05 | 1 | -1/+0 |
|/ / |
|
* | | drivers/mmc/host: use ERR_CAST | Julia Lawall | 2010-05-27 | 1 | -1/+1 |
* | | sdhci-spear: ST SPEAr based SDHCI controller glue | Viresh KUMAR | 2010-05-27 | 3 | -0/+311 |
* | | mmc: remove the "state" argument to mmc_suspend_host() | Matt Fleming | 2010-05-27 | 21 | -23/+21 |
* | | mmc: OMAP HS-MMC: convert to dev_pm_ops | Kevin Hilman | 2010-05-27 | 1 | -4/+11 |
* | | omap_hsmmc: improve interrupt synchronisation | Adrian Hunter | 2010-05-27 | 1 | -128/+134 |
* | | sdhci: enable multiblock transfers in sdhci-s3c | Maurus Cuelenaere | 2010-05-27 | 1 | -3/+0 |
* | | mmc: s3c6410: enable ADMA feature in 6410 sdhci controller | Thomas Abraham | 2010-05-27 | 1 | -6/+1 |
* | | mmc: s3c6410: add new quirk in sdhci driver and update ADMA descriptor build | Thomas Abraham | 2010-05-27 | 2 | -5/+17 |
* | | sdhci: build fix: rename SDHCI I/O accessor functions | Matt Fleming | 2010-05-27 | 3 | -30/+30 |
* | | mmc: SDHCI_INT_DATA_MASK typo error | Zhangfei Gao | 2010-05-27 | 1 | -1/+1 |
* | | mmc: atmel-mci: Add support for SDIO interrupts | Anders Grahn | 2010-05-27 | 1 | -4/+38 |
* | | mmc: add support MMCIF for SuperH | Yusuke Goda | 2010-05-27 | 3 | -0/+974 |
* | | mmc: atmel-mci: enable SD high speed support | Nicolas Ferre | 2010-05-27 | 1 | -3/+19 |
* | | davinci: mmc: updates to suspend/resume implementation | Chaithrika U S | 2010-05-27 | 1 | -8/+43 |
* | | davinci: mmc: add a function to control reset state of the controller | Chaithrika U S | 2010-05-27 | 1 | -21/+16 |
* | | sdhci-pltfm: do not print errors in case of an extended iomem size | Anton Vorontsov | 2010-05-27 | 1 | -1/+1 |
* | | sdhci-pltfm: implement platform data passing | Anton Vorontsov | 2010-05-27 | 1 | -4/+20 |
* | | sdhci: implement CAP_CLOCK_BASE_BROKEN quirk | Anton Vorontsov | 2010-05-27 | 2 | -1/+4 |
* | | mmc-omap: add support for 16-bit and 32-bit registers | Marek Belisko | 2010-05-27 | 1 | -29/+33 |