Age | Commit message (Expand) | Author | Files | Lines |
2006-12-02 | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/drzeu... | Linus Torvalds | 15 | -226/+509 |
2006-12-02 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 3 | -15/+15 |
2006-12-02 | Driver core: convert mmc code to use struct device | Greg Kroah-Hartman | 3 | -15/+15 |
2006-12-01 | mmc: correct request error handling | Pierre Ossman | 1 | -4/+3 |
2006-12-01 | mmc: Flush block queue when removing card | Pierre Ossman | 2 | -5/+25 |
2006-12-01 | mmc: sdhci high speed support | Pierre Ossman | 2 | -0/+17 |
2006-12-01 | mmc: Support for high speed SD cards | Pierre Ossman | 1 | -4/+118 |
2006-12-01 | mmc: Fix mmc_delay() function | Pierre Ossman | 1 | -3/+3 |
2006-12-01 | mmc: Add support for mmc v4 wide-bus modes | Philip Langdale | 1 | -14/+37 |
2006-12-01 | [PATCH] mmc: Add support for mmc v4 high speed mode | Philip Langdale | 1 | -2/+119 |
2006-12-01 | trivial change for mmc/Kconfig: MMC_PXA does not mean only PXA255 | Marcin Juszkiewicz | 1 | -1/+1 |
2006-12-01 | Make general code cleanups | Juha Yrjola juha.yrjola | 1 | -12/+4 |
2006-12-01 | Add MMC_CAP_{MULTIWRITE,BYTEBLOCK} flags | Tony Lindgren tony | 1 | -1/+1 |
2006-12-01 | Platform device error handling cleanup | Juha Yrjola juha.yrjola | 1 | -41/+59 |
2006-12-01 | Move register definitions away from the header file | Juha Yrjola juha.yrjola | 2 | -56/+51 |
2006-12-01 | Change OMAP_MMC_{READ,WRITE} macros to use the host pointer | Juha Yrjola juha.yrjola | 2 | -47/+47 |
2006-12-01 | Replace base with virt_base and phys_base | Juha Yrjola juha.yrjola | 1 | -7/+9 |
2006-12-01 | mmc: constify mmc_host_ops vectors | David Brownell | 8 | -8/+8 |
2006-12-01 | mmc: remove kernel_thread() | Christoph Hellwig | 2 | -29/+15 |
2006-11-30 | BUG_ON conversion for drivers/mmc/omap.c | Eric Sesterhenn | 1 | -2/+1 |
2006-11-09 | MMC: Do not set unsupported bits in OCR response | Timo Teras | 1 | -1/+1 |
2006-11-09 | MMC: Poll card status after rescanning cards | Timo Teras | 1 | -1/+16 |
2006-10-25 | [PATCH] missing includes of io.h | Al Viro | 1 | -0/+1 |
2006-10-11 | [PATCH] passing pointer to setup_timer() should be via unsigned long | Al Viro | 1 | -1/+1 |
2006-10-10 | [PATCH] tifm __iomem annotations, NULL noise removal | Al Viro | 1 | -7/+7 |
2006-10-06 | [PATCH] mmc: multi sector write transfers | Pierre Ossman | 1 | -9/+95 |
2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 8 | -14/+14 |
2006-10-04 | [PATCH] mmc: properly use the new multi block-write error handling | Pierre Ossman | 1 | -7/+17 |
2006-10-04 | [PATCH] mmc: use own work queue | Pierre Ossman | 3 | -4/+41 |
2006-10-04 | [PATCH] mmc: avoid some resets without card | Pierre Ossman | 1 | -4/+13 |
2006-10-04 | [PATCH] mmc: fix MMIO vs memory races in sdhci | Pierre Ossman | 1 | -0/+8 |
2006-10-04 | [PATCH] mmc: driver for TI FlashMedia card reader - Kconfig/Makefile | Alex Dubov | 2 | -0/+17 |
2006-10-04 | [PATCH] mmc: driver for TI FlashMedia card reader - source | Alex Dubov | 1 | -0/+933 |
2006-10-01 | [PATCH] mmc (mainly): add "or later" clause to licence statement. | Pierre Ossman | 4 | -8/+12 |
2006-09-30 | [PATCH] BLOCK: Make it possible to disable the block layer [try #6] | David Howells | 2 | -2/+3 |
2006-09-30 | [PATCH] Split struct request ->flags into two parts | Jens Axboe | 1 | -3/+3 |
2006-09-29 | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -2/+2 |
2006-09-29 | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-mmc | Linus Torvalds | 8 | -37/+57 |
2006-09-28 | [ARM] 3865/1: AT91RM9200 header updates | Andrew Victor | 1 | -2/+2 |
2006-09-26 | [PATCH] Alchemy: Delete unused pt_regs * argument from au1xxx_dbdma_chan_alloc | Ralf Baechle | 1 | -1/+1 |
2006-09-24 | [MMC] Don't check READY_FOR_DATA when reading | Russell King | 1 | -18/+20 |
2006-09-24 | [MMC] MMC_CAP_BYTEBLOCK flag for non-log2 block sizes capable hosts | Russell King | 5 | -6/+8 |
2006-09-16 | [MMC] Add multi block-write capability | Russell King | 4 | -9/+23 |
2006-09-16 | [MMC] Remove data->blksz_bits member | Russell King | 2 | -2/+0 |
2006-09-16 | [MMC] Convert mmci to use data->blksz rather than data->blksz_bits | Russell King | 1 | -4/+8 |
2006-09-07 | [MMC] Always use a sector size of 512 bytes | Pierre Ossman | 1 | -45/+4 |
2006-09-07 | [MMC] Cleanup 385e3227d4d83ab13d7767c4bb3593b0256bf246 | Russell King | 2 | -48/+51 |
2006-09-07 | [ARM] 3751/1: i.MX/MX1 SD/MMC use 512 bytes request for SCR read | Pavel Pisa | 1 | -34/+35 |
2006-09-07 | [MMC] Fix SD timeout calculation | Pierre Ossman | 2 | -10/+49 |
2006-08-07 | [MMC] Another stray 'io' reference | Pierre Ossman | 1 | -1/+2 |