| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | mmc: Move "present" marking | Pierre Ossman | 2007-05-01 | 2 | -2/+2 |
* | | mmc: Move OCR bit defines | Pierre Ossman | 2007-05-01 | 9 | -9/+0 |
* | | mmc: add type field to cards | Pierre Ossman | 2007-05-01 | 1 | -1/+2 |
* | | mmc: MMC sector based cards | Pierre Ossman | 2007-05-01 | 2 | -8/+36 |
* | | mmc: use right timing mode constant | Pierre Ossman | 2007-05-01 | 1 | -1/+1 |
* | | tifm: layout fixes, small changes to comments and printfs | Alex Dubov | 2007-05-01 | 1 | -19/+30 |
* | | tifm_sd: implement software scatter-gather | Alex Dubov | 2007-05-01 | 1 | -147/+296 |
* | | tifm_sd: fix resume handler | Alex Dubov | 2007-05-01 | 1 | -16/+19 |
* | | tifm_sd: replace command completion state machine with full checking | Alex Dubov | 2007-05-01 | 1 | -122/+137 |
* | | tifm_sd: merge dma and pio request processing paths | Alex Dubov | 2007-05-01 | 1 | -130/+68 |
* | | tifm_sd: separate command flags, socket flags and register bit masks | Alex Dubov | 2007-05-01 | 1 | -36/+36 |
* | | tifm_sd: remove wait for power off on remove | Alex Dubov | 2007-05-01 | 1 | -15/+10 |
* | | tifm_sd: remove tifm_sd_terminate function | Alex Dubov | 2007-05-01 | 1 | -21/+13 |
* | | tifm: simplify bus match and uevent handlers | Alex Dubov | 2007-05-01 | 1 | -3/+3 |
* | | tifm: hide details of interrupt processing from socket drivers | Alex Dubov | 2007-05-01 | 1 | -15/+28 |
* | | wbsd: remove block crc test | Pierre Ossman | 2007-05-01 | 2 | -34/+3 |
* | | mmc: enforce correct sg list | Pierre Ossman | 2007-05-01 | 1 | -0/+11 |
* | | mmc: cull sg list to match mmc request size | Alex Dubov | 2007-05-01 | 5 | -129/+50 |
* | | uevent: use add_uevent_var() instead of open coding it | Eric Rannaud | 2007-04-27 | 1 | -16/+11 |
|/ |
|
* | [ARM] 4256/1: i.MX/MX1 SDHC fix/workaround of SD card recognition problems | Pavel Pisa | 2007-03-12 | 1 | -1/+12 |
* | sdhci: release irq during suspend | Pierre Ossman | 2007-03-06 | 1 | -0/+12 |
* | sdhci: make isr tolerant of read errors | Mark Lord | 2007-03-06 | 1 | -1/+1 |
* | mmc: require explicit support for high-speed | Pierre Ossman | 2007-03-06 | 2 | -50/+58 |
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2007-02-19 | 1 | -23/+23 |
|\ |
|
| * | [ARM] 4151/1: AT91 / AVR32: Move at91_pdc.h to linux/atmel_pdc.h | Andrew Victor | 2007-02-08 | 1 | -23/+23 |
* | | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 2007-02-14 | 1 | -1/+0 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz... | Linus Torvalds | 2007-02-11 | 3 | -40/+17 |
|\ \ |
|
| * | | tifm_sd: treat "status error" as normal command completion | Alex Dubov | 2007-02-11 | 1 | -7/+4 |
| * | | mmc: wbsd: Remove stray kunmap_atomic() | Pierre Ossman | 2007-02-11 | 1 | -1/+0 |
| * | | mmc: sdhci: Stop asking for mail | Pierre Ossman | 2007-02-09 | 1 | -24/+11 |
| * | | mmc: sdhci: Remove driver version | Pierre Ossman | 2007-02-09 | 1 | -4/+1 |
| * | | mmc: wbsd: Remove driver version | Pierre Ossman | 2007-02-09 | 1 | -4/+1 |
* | | | [PATCH] TIFM should depend on PCI - TIFM_CORE leads to use of pci primitives | Al Viro | 2007-02-09 | 1 | -1/+1 |
|/ / |
|
* | | 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 |