vsprintf: reduce code size by avoiding extra check
[safe/jmp/linux-2.6] / drivers / mmc / core /
2007-09-23 Nicolas Pitresdio: initial CIS parsing code
2007-09-23 Pierre Ossmansdio: basic parsing of FBR
2007-09-23 Pierre Ossmansdio: read and decode interesting parts of the CCCR
2007-09-23 Pierre Ossmanmmc: enable/disable functions for SDIO
2007-09-23 Pierre Ossmanmmc: add basic SDIO I/O operations
2007-09-23 Pierre Ossmanmmc: add SDIO driver handling
2007-09-23 Pierre Ossmanmmc: basic SDIO device model
2007-09-23 Pierre Ossmanmmc: implement SDIO IO_RW_DIRECT operation
2007-09-23 Pierre Ossmanmmc: detect SDIO cards
2007-09-23 Pierre Ossmanmmc: add missing printk levels
2007-09-23 Pierre Ossmanmmc: mmc_set_data_timeout() parameter write is redundant
2007-09-23 Pierre Ossmanmmc: read ext_csd version number
2007-09-23 Pierre Ossmanmmc: improve error code feedback
2007-09-23 Pierre Ossmanmmc: remove custom error codes
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-07-26 Adrian Bunkdrivers/mmc/core/: make 3 functions static
2007-07-26 Pierre Ossmanmmc: add missing printk levels
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-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-06-13 Pierre Ossmanmmc: get back read-only switch function
2007-06-07 Pierre Ossmanmmc: don't call switch on old cards
2007-06-07 Pierre Ossmanmmc: fix broken if clause
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-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 Pierre Ossmanmmc: add bus handler
2007-05-01 Pierre Ossmanmmc: Separate out protocol ops
2007-05-01 Pierre Ossmanmmc: Move core functions to subdir