Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
[safe/jmp/linux-2.6] / drivers / mmc / core / core.c
2010-05-27 Matt Flemingmmc: remove the "state" argument to mmc_suspend_host()
2010-03-12 Albert Herranzsdio: recognize io card without powercycle
2010-03-06 Nicolas Pitresdio: introduce API for special power management features
2009-12-15 Ben Hutchingsmmc: add module parameter to set whether cards are...
2009-09-23 Nicolas Pitremmc: propagate error codes back from bus drivers' suspe...
2009-09-23 Denis Karpovmmc: power off once at removal
2009-09-23 Jarkko Lavinenmmc: add mmc card sleep and awake support
2009-09-23 Adrian Huntermmc: add ability to save power by powering off cards
2009-09-23 Adrian Huntermmc: allow host claim / release nesting
2009-09-23 Adrian Huntermmc: add 'enable' and 'disable' methods to mmc host
2009-09-23 Balaji Raommc: in mmc_power_up(), use previously selected ocr...
2009-06-13 Sascha HauerMMC core: limit minimum initialization frequency to...
2009-06-13 Jorg Schummermmc: mmc_rescan detects card change in one run
2009-05-03 José M. Fernándezmmc: increase power up delay
2009-04-05 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-03-31 David BrownellMMC: regulator utilities
2009-03-24 Wolfgang Mueesmmc_spi: allow higher timeouts for SPI mode
2009-03-24 Balaji Raommc: During unsafe resume, select the right volatge...
2009-03-24 Jorg Schummermmc: delayed_work was never cancelled
2008-12-31 David Brownellmmc: warn about voltage mismatches
2008-12-31 Anton Vorontsovmmc: Add mmc_vddrange_to_ocrmask() helper function
2008-11-08 Pierre Ossmanmmc: increase SD write timeout for crappy cards
2008-08-01 Pierre Ossmanmmc: properly iterate over sg list in debug check
2008-07-15 Pierre Ossmanmmc,sdio: helper function for transfer padding
2008-07-15 Anton Vorontsovmmc: add support for card-detection polling
2008-04-18 Adrian Bunkmmc: proper prototypes for mmc_attach_*()
2008-04-18 Adrian Bunkmmc: make __mmc_release_bus() static
2007-11-02 Adrian Bunkcleanup asm/scatterlist.h includes
2007-09-24 Pierre Ossmanmmc: add led trigger
2007-09-23 David BrownellMMC core learns about SPI
2007-09-23 Pierre Ossmanmmc: increase power up delay
2007-09-23 Pierre Ossmanmmc: replace BUG_ON with WARN_ON
2007-09-23 Pierre Ossmanmmc: fix sdio timeout calculation
2007-09-23 Pierre Ossmanmmc: fix incorrect divisor in debug output
2007-09-23 Nicolas Pitresdio: allow for mmc_claim_host to be aborted
2007-09-23 Nicolas Pitremmc: initialize mmc subsystem with subsys_initcall()
2007-09-23 Pierre Ossmanmmc: basic SDIO device model
2007-09-23 Pierre Ossmanmmc: detect SDIO cards
2007-09-23 Pierre Ossmanmmc: mmc_set_data_timeout() parameter write is redundant
2007-09-23 Pierre Ossmanmmc: remove custom error codes
2007-07-26 Adrian Bunkdrivers/mmc/core/: make 3 functions static
2007-07-26 Pierre Ossmanmmc: proper debugging output in core
2007-07-25 Pierre Ossmanmmc: add a might_sleep() to mmc_claim_host()
2007-07-25 Pierre Ossmanmmc: update kerneldoc
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-05-09 Andrew Mortonmmc build fix
2007-05-08 Pierre Ossmanmmc: use lock instead of claim in debug check
2007-05-01 Pierre Ossmanmmc: support unsafe resume of cards
2007-05-01 Pierre Ossmanmmc: add bus handler
2007-05-01 Pierre Ossmanmmc: Separate out protocol ops
2007-05-01 Pierre Ossmanmmc: Move core functions to subdir