Age | Commit message (Expand) | Author | Files | Lines |
2006-03-29 | [MMC] Pass -DDEBUG on compiler command line if MMC_DEBUG selected | Russell King | 8 | -58/+32 |
2006-03-29 | [MMC] Add OMAP MMC host driver | Carlos Aguiar | 4 | -0/+1298 |
2006-03-25 | [PATCH] Remove MODULE_PARM | Rusty Russell | 1 | -1/+1 |
2006-03-24 | [PATCH] mmc: Secure Digital Host Controller Interface driver | Pierre Ossman | 4 | -0/+1462 |
2006-03-20 | [PATCH] handle errors returned by platform_get_irq*() | David Vrabel | 1 | -1/+1 |
2006-03-04 | [MMC] au1xmmc: Fix a compilation warning ('status' is not used) | Martin Michlmayr | 1 | -1/+0 |
2006-03-04 | [MMC] au1xmmc: Fix linking error because mmc_rsp_type doesn't exist | Martin Michlmayr | 1 | -1/+1 |
2006-03-04 | [MMC] au1xmmc: Fix compilation error by using platform_driver | Martin Michlmayr | 1 | -10/+11 |
2006-02-16 | [MMC] mmci: allow small data transfers | Russell King | 1 | -0/+7 |
2006-02-08 | [MMC] Remove extra character in AU1XXX MMC Kconfig entry | Jordan Crouse | 1 | -1/+1 |
2006-02-02 | [MMC] Add MMC command type flags | Russell King | 6 | -63/+60 |
2006-01-14 | Merge master.kernel.org:/home/rmk/linux-2.6-mmc | Linus Torvalds | 1 | -2/+3 |
2006-01-13 | [MMC] mmc_blk_probe() warning fix | Andrew Morton | 1 | -2/+3 |
2006-01-13 | [PATCH] Add mmc_bus_type probe and remove methods | Russell King | 1 | -14/+12 |
2006-01-12 | [MMC+MFD] Convert mmc to mutexes | Arjan van de Ven | 1 | -5/+6 |
2006-01-09 | Merge master.kernel.org:/home/rmk/linux-2.6-mmc | Linus Torvalds | 3 | -264/+278 |
2006-01-09 | [MMC] Add DATA_MULTI flag | Russell King | 1 | -1/+7 |
2006-01-08 | [PATCH] Add block_device_operations.getgeo block device method | Christoph Hellwig | 1 | -19/+6 |
2006-01-08 | [MMC] Lindent wbsd driver | Pierre Ossman | 1 | -252/+185 |
2006-01-08 | [MMC] Support MMC version 4 cards | Pierre Ossman | 1 | -0/+1 |
2006-01-08 | [MMC] wbsd pnp suspend | Pierre Ossman | 1 | -16/+90 |
2006-01-07 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -10/+3 |
2006-01-07 | Merge master.kernel.org:/home/rmk/linux-2.6-mmc | Linus Torvalds | 5 | -75/+158 |
2006-01-07 | [ARM] Move asm/hardware/clock.h to linux/clk.h | Russell King | 1 | -1/+1 |
2006-01-07 | Merge with Linus' kernel. | Russell King | 2 | -4/+4 |
2006-01-07 | [ARM] Move AMBA include files to include/linux/amba/ | Russell King | 1 | -1/+1 |
2006-01-06 | [BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn() | Tejun Heo | 1 | -2/+2 |
2006-01-05 | [MMC] mmci: kunmap_atomic() unmaps virtual address, not page | Evgeniy Polyakov | 2 | -3/+3 |
2006-01-04 | [PATCH] driver core: replace "hotplug" by "uevent" | Kay Sievers | 1 | -2/+2 |
2006-01-04 | [MMC] mmci: add data cache coherency | Russell King | 1 | -0/+15 |
2006-01-03 | [MMC] wbsd: convert to the new platfrom device interface | Dmitry Torokhov | 1 | -4/+14 |
2006-01-03 | [MMC] wbsd: make use of ARRAY_SIZE() macro | Dmitry Torokhov | 1 | -6/+3 |
2006-01-03 | [MMC] Improve MMC card block size selection | Russell King | 2 | -62/+123 |
2006-01-03 | [ARM] Remove clk_use()/clk_unuse() | Russell King | 1 | -8/+1 |
2005-12-22 | [MMC] Set correct capacity for 1024-byte block cards | Russell King | 1 | -5/+9 |
2005-12-14 | [MMC] Explain the internals of mmc_power_up() | Russell King | 1 | -1/+9 |
2005-12-05 | [MMC] Proper check of SCR error code | Pierre Ossman | 1 | -2/+3 |
2005-11-28 | [MMC] Fix protocol errors | Pierre Ossman | 1 | -1/+1 |
2005-11-12 | [MMC] mmci doesn't need asm/irq.h | Russell King | 1 | -1/+0 |
2005-11-11 | Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel | Linus Torvalds | 2 | -34/+35 |
2005-11-09 | [MMC] wbsd version 1.5 | Pierre Ossman | 1 | -1/+1 |
2005-11-09 | [MMC] Add MODULE_AUTHOR to wbsd | Pierre Ossman | 1 | -0/+1 |
2005-11-09 | [MMC] Use __devexit_p in wbsd | Pierre Ossman | 1 | -2/+2 |
2005-11-09 | [DRIVER MODEL] Convert platform drivers to use struct platform_driver | Russell King | 2 | -34/+35 |
2005-11-07 | Merge master.kernel.org:/home/rmk/linux-2.6-mmc | Linus Torvalds | 1 | -1/+1 |
2005-11-07 | [ARM] 3120/1: Fix MMC/SD card driver resume deadlock | Uli Luckas | 1 | -1/+1 |
2005-11-07 | [PATCH] kfree cleanup: misc remaining drivers | Jesper Juhl | 1 | -2/+1 |
2005-11-05 | [MMC] Use controller id instead of driver name for printks | Pierre Ossman | 1 | -5/+6 |
2005-11-05 | [MMC] Fix chip config in wbsd | Pierre Ossman | 1 | -2/+2 |
2005-11-04 | [MMC] Response to write commands is R1 nor R1b | Russell King | 1 | -1/+0 |