Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik...
[safe/jmp/linux-2.6] / drivers / mmc /
2007-09-11 Anti Sullinbug in AT91 MCI suspend routines
2007-08-23 Pierre Ossmansdhci: tell which spurious interrupt we got
2007-08-23 Pierre Ossmansdhci: handle data interrupts during command
2007-08-23 David Vrabelmmc: ignore bad max block size in sdhci
2007-08-23 Pierre Ossmansdhci: be more cautious about block count register
2007-08-23 Mariusz Kozlowskidrivers/mmc/core/host.c: kmalloc + memset conversion...
2007-08-23 Mariusz Kozlowskidrivers/mmc/core/bus.c: kmalloc + memset conversion...
2007-08-09 Nicolas Ferremmc: at91_mci: remove whitespace at the end of lines
2007-08-09 Pierre Ossmanmmc: reorganize bounce buffer init
2007-08-09 Gabriel Cwbsd: fix section mismatch warnings
2007-07-26 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-07-26 Adrian Bunkdrivers/mmc/core/: make 3 functions static
2007-07-26 Pierre Ossmanmmc: add missing printk levels
2007-07-26 Pierre Ossmanmmc: remove redundant debug information from sdhci...
2007-07-26 Pierre Ossmanmmc: proper debugging output in core
2007-07-26 Pierre Ossmanmmc: be more verbose about card insertions/removal
2007-07-25 Pierre Ossmanmmc: Don't hold lock when releasing an added card
2007-07-25 Pierre Ossmanmmc: add a might_sleep() to mmc_claim_host()
2007-07-25 Pierre Ossmanmmc: update kerneldoc
2007-07-25 Pierre Ossmanmmc: update header file paths
2007-07-25 Leandro Dorileosdhci: add support to ENE-CB714
2007-07-25 Pierre Ossmanmmc: check error bits before command completion
2007-07-24 Jens Axboe[BLOCK] Get rid of request_queue_t typedef
2007-07-20 Pierre Ossmansdhci: make sure to clear the error interrupt
2007-07-20 Marc Pignatmmc: at91_mci: wakeup on card insertion (or removal)
2007-07-19 Yoann Padioleausome kmalloc/memset ->kzalloc (tree wide)
2007-07-17 Rafael J. WysockiFreezer: make kernel threads nonfreezable by default
2007-07-12 Linus TorvaldsMerge branch 'devel' of /home/rmk/linux-2.6-arm
2007-07-12 Russell King[ARM] pxa: remove MMC register defines from pxa-regs.h
2007-07-09 Nicolas Ferremmc: at91_mci: fix hanging and rework to match flowcharts
2007-07-09 Nicolas Ferremmc: at91_mci typo
2007-07-09 Rolf Eike Beersdhci: Fix "Unexpected interrupt" handling
2007-07-09 Pierre Ossmanmmc: fix silly copy-and-paste error
2007-07-09 Pierre Ossmanmmc: move layer init and workqueue to core file
2007-07-09 Pierre Ossmanmmc: refactor host class handling
2007-07-09 Pierre Ossmanmmc: refactor bus operations
2007-07-09 Milko Krachounovsdhci: add ene controller id
2007-07-09 Pierre Ossmanmmc: bounce requests for simple hosts
2007-06-13 Pierre Ossmanmmc: get back read-only switch function
2007-06-13 Ragner Magalhaesmmc-omap: fix sd response type 6 vs. 1
2007-06-07 Pierre Ossmanmmc: don't call switch on old cards
2007-06-07 Pierre Ossmanmmc: fix broken if clause
2007-06-07 Robert P. J. Dayau1xmmc: Replace C code with call to ARRAY_SIZE() macro.
2007-06-07 Marc Pignatmmc-atmel: remove linux/mmc/protocol.h dependencies
2007-05-24 Pierre Ossmanmmc: clean up unused parts of block driver
2007-05-14 Nicolas Pitrepxamci: fix PXA27x MMC workaround for bad CRC with...
2007-05-14 Pierre Ossmanmmc: use assigned major for block device
2007-05-14 Pierre Ossmansdhci: handle dma boundary interrupts
2007-05-14 Yoichi Yuasammc: au1xmmc command types check from data flags
2007-05-10 Martin Schwidefsky[S390] Kconfig: menus with depends on HAS_IOMEM.
2007-05-09 Andrew Mortonmmc build fix
2007-05-08 Pierre Ossmanmmc: use lock instead of claim in debug check
2007-05-08 Jan Engelhardtmmc: Use menuconfig objects
2007-05-08 Alex Dubovdisable socket power in adapter driver instead of media one
2007-05-06 Linus TorvaldsMerge branch 'for-linus' of /home/rmk/linux-2.6-arm
2007-05-01 Tony Lindgrenmmc-omap: Clean up omap set_ios and make MMC_POWER_ON...
2007-05-01 Tony Lindgrenmmc-omap: Fix omap to use MMC_POWER_ON
2007-05-01 Arnaud Patardmmc-omap: add missing '\n'
2007-05-01 Adrian Bunkmmc: make tifm_sd_set_dma_data() static
2007-05-01 Pierre Ossmanmmc: remove old card states
2007-05-01 Pierre Ossmanmmc: support unsafe resume of cards
2007-05-01 Pierre Ossmanmmc: separate out reading EXT_CSD
2007-05-01 Pierre Ossmanmmc: break apart switch function
2007-05-01 Philip LangdaleMMC: Fix handling of low-voltage cards
2007-05-01 Philip LangdaleMMC: Consolidate voltage definitions
2007-05-01 Pierre Ossmanmmc: add bus handler
2007-05-01 Pierre Ossmanwbsd: check for data opcode earlier
2007-05-01 Pierre Ossmanmmc: Separate out protocol ops
2007-05-01 Pierre Ossmanmmc: Move core functions to subdir
2007-05-01 Pierre Ossmanmmc: deprecate mmc bus topology
2007-05-01 Pierre Ossmanmmc: remove card upon suspend
2007-05-01 Pierre Ossmanmmc: allow suspended block driver to be removed
2007-05-01 Pierre Ossmanmmc: Flush pending detects on host removal
2007-05-01 Pierre Ossmanmmc: Move host and card drivers to subdirs
2007-05-01 Pierre Ossmanmmc: Move queue functions to mmc_block
2007-05-01 Pierre Ossmanmmc: Move "present" marking
2007-05-01 Pierre Ossmanmmc: Move OCR bit defines
2007-05-01 Pierre Ossmanmmc: add type field to cards
2007-05-01 Pierre Ossmanmmc: MMC sector based cards
2007-05-01 Pierre Ossmanmmc: use right timing mode constant
2007-05-01 Alex Dubovtifm: layout fixes, small changes to comments and printfs
2007-05-01 Alex Dubovtifm_sd: implement software scatter-gather
2007-05-01 Alex Dubovtifm_sd: fix resume handler
2007-05-01 Alex Dubovtifm_sd: replace command completion state machine with...
2007-05-01 Alex Dubovtifm_sd: merge dma and pio request processing paths
2007-05-01 Alex Dubovtifm_sd: separate command flags, socket flags and regis...
2007-05-01 Alex Dubovtifm_sd: remove wait for power off on remove
2007-05-01 Alex Dubovtifm_sd: remove tifm_sd_terminate function
2007-05-01 Alex Dubovtifm: simplify bus match and uevent handlers
2007-05-01 Alex Dubovtifm: hide details of interrupt processing from socket...
2007-05-01 Pierre Ossmanwbsd: remove block crc test
2007-05-01 Pierre Ossmanmmc: enforce correct sg list
2007-05-01 Alex Dubovmmc: cull sg list to match mmc request size
2007-04-27 Eric Rannauduevent: use add_uevent_var() instead of open coding it
2007-04-21 Eric Miao[ARM] 4304/1: removes the unnecessary bit number from...
2007-03-12 Pavel Pisa[ARM] 4256/1: i.MX/MX1 SDHC fix/workaround of SD card...
2007-03-06 Pierre Ossmansdhci: release irq during suspend
2007-03-06 Mark Lordsdhci: make isr tolerant of read errors
2007-03-06 Pierre Ossmanmmc: require explicit support for high-speed
2007-02-19 Linus TorvaldsMerge branch 'for-linus' of /home/rmk/linux-2.6-arm
next