| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | mmc: at91_mci: show timeouts | Marc Pignat | 2008-07-15 | 1 | -2/+33 |
| * | mmc: at91_mci: support for block size not modulo 4 | Marc Pignat | 2008-07-15 | 1 | -5/+10 |
| * | MMC: Trivial comment cleanup | Deepak Saxena | 2008-07-15 | 2 | -2/+2 |
| * | mmc: change .get_ro() callback semantics | Anton Vorontsov | 2008-07-15 | 6 | -23/+28 |
| * | mmc_spi: add support for card-detection polling | Anton Vorontsov | 2008-07-15 | 1 | -2/+17 |
| * | mmc: add support for card-detection polling | Anton Vorontsov | 2008-07-15 | 1 | -3/+9 |
| * | sdhci-pci: unaligned data with ricoh controllers | Pierre Ossman | 2008-07-15 | 1 | -0/+1 |
| * | mmc_test: add test case control | Pierre Ossman | 2008-07-15 | 1 | -2/+8 |
| * | sdhci: handle hot-remove | Pierre Ossman | 2008-07-15 | 3 | -14/+58 |
| * | sdhci: support JMicron secondary interface | Pierre Ossman | 2008-07-15 | 1 | -2/+125 |
| * | sdhci: toggle JMicron PMOS setting | Pierre Ossman | 2008-07-15 | 1 | -0/+67 |
| * | sdhci: make workaround for timeout bug more general | Pierre Ossman | 2008-07-15 | 3 | -23/+33 |
| * | sdhci: more complex quirks handling | Pierre Ossman | 2008-07-15 | 1 | -43/+86 |
| * | sdhci: remove forced dma quirks | Pierre Ossman | 2008-07-15 | 1 | -20/+2 |
| * | sdhci: move pci stuff to separate module | Pierre Ossman | 2008-07-15 | 5 | -436/+651 |
| * | sdhci: don't check block count for progress | Pierre Ossman | 2008-07-15 | 1 | -14/+9 |
|/ |
|
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2008-07-14 | 1 | -3/+20 |
|\ |
|
| * | Merge branch 'imx' into devel | Russell King | 2008-07-10 | 1 | -1/+18 |
| |\ |
|
| | * | IMX: introduce clock API | Sascha Hauer | 2008-07-05 | 1 | -1/+18 |
| * | | [ARM] 5122/1: imx_dma_request_by_prio simpilfication | Paulius Zaleckas | 2008-07-03 | 1 | -2/+2 |
| |/ |
|
* | | pxamci: fix byte aligned DMA transfers | Philipp Zabel | 2008-07-06 | 1 | -0/+13 |
* | | mmc: don't use DMA on newer ENE controllers | Pierre Ossman | 2008-07-04 | 1 | -2/+4 |
* | | olpc: sdhci: add quirk for the Marvell CaFe's interrupt timeout | Andres Salomon | 2008-07-04 | 1 | -1/+11 |
* | | olpc: sdhci: add quirk for the Marvell CaFe's vdd/powerup issue | Andres Salomon | 2008-07-04 | 1 | -0/+18 |
|/ |
|
* | mmc: wbsd: initialize tasklets before requesting interrupt | Chuck Ebbert | 2008-06-12 | 1 | -11/+10 |
* | mmc: Fix crash in mmc_block on 64-bit | Ben Collins | 2008-06-05 | 1 | -1/+1 |
* | missing dependencies on HAS_DMA | Al Viro | 2008-05-21 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz... | Linus Torvalds | 2008-05-19 | 5 | -7/+915 |
|\ |
|
| * | at91_mci: minor cleanup | Marc Pignat | 2008-05-17 | 1 | -1/+4 |
| * | mmc: mmc host test driver | Pierre Ossman | 2008-05-14 | 3 | -0/+905 |
| * | mmc: Fix omap compile by replacing dev_name with dma_dev_name | Tony Lindgren | 2008-05-14 | 1 | -6/+6 |
* | | mmc: make one-bit signed bitfields unsigned | Harvey Harrison | 2008-05-13 | 1 | -1/+1 |
* | | [ARM] 5024/1: Fix some minor clk issues in the MMCI PL18x driver | Linus Walleij | 2008-05-04 | 1 | -1/+13 |
|/ |
|
* | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2008-04-29 | 1 | -1/+3 |
|\ |
|
| * | [ARM] 5022/1: Race in ARM MMCI PL18x driver, V2 | Linus Walleij | 2008-04-28 | 1 | -1/+3 |
* | | mmc: use get/put_unaligned_* helpers | Harvey Harrison | 2008-04-29 | 1 | -1/+1 |
|/ |
|
* | mmc: sdio_ops.c should #include "sdio_ops.h" | Adrian Bunk | 2008-04-18 | 1 | -0/+1 |
* | mmc: proper prototypes for mmc_attach_*() | Adrian Bunk | 2008-04-18 | 2 | -4/+4 |
* | mmc: make __mmc_release_bus() static | Adrian Bunk | 2008-04-18 | 1 | -1/+1 |
* | sdhci: improve no card, no reset quirk | Pierre Ossman | 2008-04-18 | 1 | -2/+10 |
* | MMC: OMAP: Do not busy wait for end of command for ever | Jarkko Lavinen | 2008-04-18 | 1 | -1/+7 |
* | MMC: OMAP: Start new commands from work queue instead of irq | Jarkko Lavinen | 2008-04-18 | 1 | -6/+42 |
* | MMC: OMAP: Lazy clock shutdown | Jarkko Lavinen | 2008-04-18 | 1 | -14/+75 |
* | MMC: OMAP: Move failing command abortion to workqueue | Jarkko Lavinen | 2008-04-18 | 1 | -33/+49 |
* | MMC: OMAP: Use tasklet instead of workqueue for cover switch notification | Jarkko Lavinen | 2008-04-18 | 1 | -27/+40 |
* | MMC: OMAP: Check the get_cover_state function pointer if not set | Kyungmin Park | 2008-04-18 | 1 | -1/+4 |
* | MMC: OMAP: Using setup_timer instead of init_timer | Carlos Eduardo Aguiar | 2008-04-18 | 1 | -10/+4 |
* | MMC: OMAP: Abort stuck commands | Jarkko Lavinen | 2008-04-18 | 1 | -10/+83 |
* | MMC: OMAP: General cleanup for MMC multislot support | Juha Yrjola | 2008-04-18 | 1 | -17/+29 |
* | MMC: OMAP: Power functions modified to MMC multislot support | Juha Yrjola | 2008-04-18 | 1 | -51/+37 |