| Commit message (Expand) | Author | Age | Files | Lines |
* | mmc: tifm: replace kmap with page_address | Pierre Ossman | 2007-02-04 | 1 | -11/+4 |
* | mmc: sdhci: fix voltage ocr | Pierre Ossman | 2007-02-04 | 1 | -2/+2 |
* | mmc: sdhci: replace kmap with page_address | Pierre Ossman | 2007-02-04 | 2 | -19/+6 |
* | mmc: wbsd: replace kmap with page_address | Pierre Ossman | 2007-02-04 | 2 | -31/+10 |
* | mmc: handle pci_enable_device() return value in sdhci | Pierre Ossman | 2007-02-04 | 1 | -1/+3 |
* | mmc: Proper unclaim in mmc_block | Pierre Ossman | 2007-02-04 | 1 | -1/+2 |
* | mmc: Graceful fallback for fancy features | Pierre Ossman | 2007-02-04 | 1 | -9/+7 |
* | mmc: Handle wbsd's stupid command list | Pierre Ossman | 2007-02-04 | 1 | -1/+40 |
* | mmc: Allow host drivers to specify max block count | Pierre Ossman | 2007-02-04 | 12 | -21/+53 |
* | mmc: Allow host drivers to specify a max block size | Pierre Ossman | 2007-02-04 | 11 | -12/+43 |
* | tifm_sd: add suspend and resume functionality | Alex Dubov | 2007-02-04 | 1 | -1/+38 |
* | Remove unused return value from signal_irq callback | Alex Dubov | 2007-02-04 | 1 | -3/+2 |
* | tifm_sd: prettify | Alex Dubov | 2007-02-04 | 1 | -48/+50 |
* | tifm_sd: restructure initialization, removal and command handling | Alex Dubov | 2007-02-04 | 1 | -95/+110 |
* | tifm_sd: fix hardware timeout setup | Alex Dubov | 2007-02-04 | 1 | -8/+7 |
* | tifm_sd: Switch software timeout handler from work_struct to timer | Alex Dubov | 2007-02-04 | 1 | -21/+13 |
* | tifm_sd: use kmap_atomic instead of kmap for PIO data buffer | Alex Dubov | 2007-02-04 | 1 | -27/+25 |
* | tifm_sd: alter order of the states in the command handler | Alex Dubov | 2007-02-04 | 1 | -20/+37 |
* | mmc: Add support for SDHC cards | Philip Langdale | 2007-02-04 | 2 | -29/+119 |
* | mmc: Power quirk for ENE controllers | Darren Salt | 2007-02-04 | 1 | -3/+19 |
* | mmc: let host be parent of cards | Pierre Ossman | 2007-02-04 | 1 | -1/+1 |
* | mmc: replace host->card_busy | Pierre Ossman | 2007-02-04 | 1 | -8/+8 |
* | mmc: au1xmmc: return errors for unknown response types | Manuel Lauss | 2007-02-04 | 1 | -0/+6 |
* | mmc: au1xmmc: implement proper ro switch detection | Manuel Lauss | 2007-02-04 | 1 | -1/+3 |
* | mmc: Correct definition of R6 | Philip Langdale | 2007-01-15 | 4 | -11/+2 |
* | omap: Update MMC response types | Carlos Eduardo Aguiar | 2007-01-15 | 1 | -5/+11 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz... | Linus Torvalds | 2007-01-10 | 2 | -9/+8 |
|\ |
|
| * | MMC: at91 mmc linkage updates | David Brownell | 2007-01-04 | 1 | -6/+5 |
| * | ARM: OMAP: fix MMC workqueue changes | Kyungmin Park | 2007-01-04 | 1 | -3/+3 |
* | | [ARM] Fix potential MMCI bug | Russell King | 2007-01-08 | 1 | -0/+4 |
|/ |
|
* | AT91 MMC update for 2.6.19 | Andrew Victor | 2006-12-11 | 1 | -17/+24 |
* | mmc: Change SDHCI iomem error to a warning | Pierre Ossman | 2006-12-11 | 1 | -2/+2 |
* | mmc: fix "prev->state: 2 != TASK_RUNNING??" problem on SD/MMC card removal | Vitaly Wool | 2006-12-11 | 1 | -1/+3 |
* | AT91 MMC 5 : Minor cleanups | Andrew Victor | 2006-12-11 | 1 | -9/+9 |
* | AT91 MMC 4 : Interrupt handler cleanup | Andrew Victor | 2006-12-11 | 1 | -45/+43 |
* | AT91 MMC 3 : Move global mci_clk variable | Andrew Victor | 2006-12-11 | 1 | -11/+11 |
* | AT91 MMC 2 : Use platform resources | Andrew Victor | 2006-12-11 | 1 | -7/+34 |
* | AT91 MMC 1: Pass host structure. | Andrew Victor | 2006-12-11 | 1 | -89/+81 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz... | Linus Torvalds | 2006-12-08 | 2 | -3/+3 |
|\ |
|
| * | mmc: fix au1xmmc build error | Yoichi Yuasa | 2006-12-05 | 1 | -1/+1 |
| * | mmc: pxamci compilation fix | Sascha Hauer | 2006-12-05 | 1 | -2/+2 |
* | | [PATCH] LOG2: Implement a general integer log2 facility in the kernel | David Howells | 2006-12-08 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2006-12-07 | 3 | -7/+7 |
|\ \ |
|
| * | | [ARM] 3963/1: AT91: Update configuration files | Andrew Victor | 2006-12-01 | 2 | -5/+5 |
| * | | [ARM] 3954/1: AT91: Update drivers for new headers | Andrew Victor | 2006-11-30 | 1 | -2/+2 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-05 | 16 | -243/+525 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/drzeu... | Linus Torvalds | 2006-12-02 | 15 | -226/+509 |
| |\ \ |
|
| | * | | mmc: correct request error handling | Pierre Ossman | 2006-12-01 | 1 | -4/+3 |
| | * | | mmc: Flush block queue when removing card | Pierre Ossman | 2006-12-01 | 2 | -5/+25 |
| | * | | mmc: sdhci high speed support | Pierre Ossman | 2006-12-01 | 2 | -0/+17 |