mmc: s3c6410: add new quirk in sdhci driver and update ADMA descriptor build
[safe/jmp/linux-2.6] / drivers / mmc / host / sdhci.c
2010-05-27 Thomas Abrahammmc: s3c6410: add new quirk in sdhci driver and update...
2010-05-27 Anton Vorontsovsdhci: implement CAP_CLOCK_BASE_BROKEN quirk
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-06 Nicolas Pitresdio: sdhci support for suspend mode PM features
2010-03-06 Ben Dookssdhci: improve sdhci sdhci_set_adma_desc() code
2010-03-06 Ben Dookssdhci: add adma descriptor set call
2009-09-23 Chris Ballsdhci: increase timeout for internal clock stabilization.
2009-09-23 Richard Röjforssdhci: support for ADMA only hosts
2009-09-23 Anton Vorontsovsdhci-of: fix high-speed cards recognition
2009-09-23 Anton Vorontsovsdhci: be more strict with get_min_clock() usage
2009-07-31 Sebastian Andrzej... sdhci: use SG_MITER_TO_SG/SG_MITER_FROM_SG
2009-07-30 Anton Vorontsovsdhci: get rid of "frequency too high" flood when using...
2009-06-21 Pierre Ossmansdhci: remove needless double parenthesis
2009-06-21 Harald Weltesdhci: Specific quirk vor VIA SDHCI controller in VX855ES
2009-06-21 Anton Vorontsovsdhci: Add support for hosts that are only capable...
2009-06-21 Ben Dookssdhci: Add SDHCI_QUIRK_NO_MULTIBLOCK quirk
2009-06-21 Ben Dookssdhci: Add better ADMA error reporting
2009-06-13 Ben Dookssdhci: Print ADMA status and pointer on debug
2009-06-13 Pierre Ossmansdhci: avoid changing voltage needlessly
2009-04-08 Pierre OssmanNew mail address for Pierre Ossman
2009-03-24 Anton Vorontsovsdhci: Add quirk for forcing maximum block size to...
2009-03-24 Anton Vorontsovsdhci: Add quirk for controllers that need IRQ re-init...
2009-03-24 Anton Vorontsovsdhci: Add quirk for controllers that need small delays...
2009-03-24 Anton Vorontsovsdhci: Add set_clock callback and a quirk for nonstanda...
2009-03-24 Ben Dookssdhci: Add get_{max,timeout}_clock callbacks
2009-03-24 Anton Vorontsovsdhci: Add support for hosts reporting inverted write...
2009-03-24 Anton Vorontsovsdhci: Add support for card-detection polling
2009-03-24 Anton Vorontsovsdhci: Enable only relevant (DMA/PIO) interrupts during...
2009-03-24 Anton Vorontsovsdhci: Split card-detection IRQs management from sdhci_...
2009-03-24 Anton Vorontsovsdhci: Add support for bus-specific IO memory accessors
2009-03-02 Ben Dookssdhci: Add quirk for controllers with no end-of-busy IRQ
2009-02-18 Helmut Schaasdhci: fix led naming
2009-02-18 Pierre OssmanRevert "sdhci: force high speed capability on some...
2008-12-31 Pierre Ossmansdhci: handle built-in sdhci with modular leds class
2008-12-31 Éric Pielsdhci: activate led support also when module
2008-11-08 Kay Sieversmmc: struct device - replace bus_id with dev_name(...
2008-10-12 Steven Noonansdhci: 'scratch' may be used uninitialized
2008-10-12 Pierre Ossmansdhci: force high speed capability on some controllers
2008-10-12 Pierre Ossmansdhci: reduce card detection delay
2008-10-12 Pierre Ossmansdhci: let the controller wait for busy state to end
2008-08-01 Pierre Ossmansdhci: check correct return value
2008-08-01 Pierre Ossmansdhci: disable DMA for req, not completely
2008-08-01 Pierre Ossmansdhci: handle bug in JMB38x for sizes < 4 bytes
2008-07-26 FUJITA Tomonoridma-mapping: add the device argument to dma_mapping_error()
2008-07-23 Pierre Ossmansdhci: highmem capable PIO routines
2008-07-23 Pierre Ossmansdhci: fix bad warning from commit c8b3e02
2008-07-23 Pierre Ossmansdhci: add warnings for bad buffers in ADMA path
2008-07-15 Andres Salomonmmc: OLPC: update vdd/powerup quirk comment
2008-07-15 Tomas Winklermmc: fix spares errors of sdhci.c
2008-07-15 Pierre Ossmansdhci: graceful handling of bad addresses
2008-07-15 Pierre Ossmansdhci: scatter-gather (ADMA) support
2008-07-15 Pierre Ossmansdhci: handle hot-remove
2008-07-15 Pierre Ossmansdhci: make workaround for timeout bug more general
2008-07-15 Pierre Ossmansdhci: move pci stuff to separate module
2008-07-15 Pierre Ossmansdhci: don't check block count for progress
2008-07-04 Pierre Ossmanmmc: don't use DMA on newer ENE controllers
2008-07-04 Andres Salomonolpc: sdhci: add quirk for the Marvell CaFe's interrupt...
2008-07-04 Andres Salomonolpc: sdhci: add quirk for the Marvell CaFe's vdd/power...
2008-04-18 Pierre Ossmansdhci: improve no card, no reset quirk
2008-04-18 Pierre Ossmansdhci: allow led to be controlled freely
2008-04-18 Pierre Ossmansdhci: remove custom controller name
2008-02-08 Feng Tangsdhci: add num index for multi controllers case
2007-12-12 Pierre Ossmansdhci: support JMicron JMB38x chips
2007-12-12 Pierre Ossmansdhci: use PIO when DMA can't satisfy the request
2007-12-12 Pierre Ossmansdhci: don't warn about sdhci 2.0 controllers
2007-12-12 Pierre Ossmansdhci: describe quirks
2007-11-10 Rolf Eike BeerAdd missing "\n" to log message
2007-10-24 Jens Axboemmc: sg fallout
2007-10-23 Ralf Baechle[PATCH] Fix breakage after SG cleanups
2007-10-22 Jens Axboe[SG] Update drivers to use sg helpers
2007-10-03 Pierre Ossmansdhci: remove old dma module params
2007-10-03 Feng Tangsdhci: add SDHCI_QUIRK_BROKEN_DMA quirk
2007-10-03 Feng Tangsdhci: remove DMA capability check from controller...
2007-10-03 Nicolas Pitresdhci: fix a typo
2007-09-23 Pierre Ossmansdhci: sdio interrupt support
2007-09-23 Pierre Ossmanmmc: remove BYTEBLOCK capability
2007-09-23 Pierre Ossmanmmc: remove custom error codes
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-07-26 Pierre Ossmanmmc: remove redundant debug information from sdhci...
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-20 Pierre Ossmansdhci: make sure to clear the error interrupt
2007-07-09 Rolf Eike Beersdhci: Fix "Unexpected interrupt" handling
2007-07-09 Milko Krachounovsdhci: add ene controller id
2007-05-14 Pierre Ossmansdhci: handle dma boundary interrupts
2007-05-01 Philip LangdaleMMC: Fix handling of low-voltage cards
2007-05-01 Philip LangdaleMMC: Consolidate voltage definitions
2007-05-01 Pierre Ossmanmmc: Move host and card drivers to subdirs