fuse: lockd support
[safe/jmp/linux-2.6] / drivers / mmc / core /
2008-07-16 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-07-15 Tomas Winklersdio: sdio_io.c Fix sparse warnings
2008-07-15 Benzi Zbitsdio: fix the use of hard coded timeout value.
2008-07-15 Tomas Winklermmc: fix sdio_io sparse errors
2008-07-15 Pierre Ossmansdio: clean up handling of byte mode transfer size
2008-07-15 Pierre Ossmanmmc,sdio: helper function for transfer padding
2008-07-15 Deepak SaxenaMMC: Trivial comment cleanup
2008-07-15 Anton Vorontsovmmc: change .get_ro() callback semantics
2008-07-15 Anton Vorontsovmmc: add support for card-detection polling
2008-04-18 Adrian Bunkmmc: sdio_ops.c should #include "sdio_ops.h"
2008-04-18 Adrian Bunkmmc: proper prototypes for mmc_attach_*()
2008-04-18 Adrian Bunkmmc: make __mmc_release_bus() static
2008-04-18 Robert P. J. Daymmc: use shorter, equivalent set_current_state()
2008-04-18 Pierre Ossmanmmc: set controller name early
2008-03-23 Pierre Ossmanmmc: use sysfs groups to handle conditional attributes
2007-11-02 Adrian Bunkcleanup asm/scatterlist.h includes
2007-10-27 Pierre Ossmanmmc: use common byte swap macros
2007-10-27 Pierre Ossmanmmc: fix cid and csd byte order
2007-10-17 Florin Malitammc: possible leak in mmc_read_ext_csd
2007-10-14 Al Virouevent environment changes fallout
2007-10-12 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/driver-2.6
2007-10-12 Kay SieversDriver core: change add_uevent_var to use a struct
2007-10-12 Pierre Ossmanmmc: use correct unregister function for led trigger
2007-10-06 Nicolas Pitresdio: make the IRQ thread more resilient in the presenc...
2007-10-06 Nicolas Pitresdio: fix IRQ diagnostic message
2007-09-27 Pierre Ossmansdio: adaptive interrupt polling
2007-09-24 Pierre Ossmanmmc: add led trigger
2007-09-23 David BrownellMMC core learns about SPI
2007-09-23 Pierre Ossmansdio: store vendor strings
2007-09-23 Pierre Ossmanmmc: increase power up delay
2007-09-23 David Vrabelsdio: add sdio_f0_readb() and sdio_f0_writeb()
2007-09-23 Pierre Ossmanmmc: replace BUG_ON with WARN_ON
2007-09-23 Mariusz Kozlowskisdio: kmalloc + memset conversion to kzalloc
2007-09-23 David Vrabelsdio: extend sdio_readsb() and friends to handle any...
2007-09-23 David Vrabelsdio: set the functions' block size
2007-09-23 David Vrabelsdio: add SDIO_FBR_BASE(f) macro
2007-09-23 Pierre Ossmanmmc: fix sdio timeout calculation
2007-09-23 Pierre Ossmanmmc: fix incorrect divisor in debug output
2007-09-23 Pierre Ossmansdio: enable wide bus mode
2007-09-23 Pierre Ossmansdio: change clock speed
2007-09-23 Adrian Bunkmake struct sdio_dev_attrs[] static
2007-09-23 Nicolas Pitresdio: add interface for host side SDIO interrupt reporting
2007-09-23 Pierre Ossmansdio: support IO_RW_EXTENDED
2007-09-23 Nicolas Pitresdio: core support for SDIO function interrupt
2007-09-23 Nicolas Pitresdio: allow for mmc_claim_host to be aborted
2007-09-23 Pierre Ossmansdio: add basic sysfs attributes
2007-09-23 Pierre Ossmansdio: add modalias support
2007-09-23 Pierre Ossmanmmc: whip bus uevent handler into shape
2007-09-23 Pierre Ossmansdio: add device id table and matching
2007-09-23 Nicolas Pitremmc: initialize mmc subsystem with subsys_initcall()
2007-09-23 Pierre Ossmansdio: split up common and function CIS parsing
2007-09-23 Nicolas Pitresdio: link unknown CIS tuples to the sdio_func structure
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