aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-08mmc: Accept EXT_CSD rev 1.3 since it is backwards compatible with 1.2Jarkko Lavinen1-1/+1
2009-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds5-0/+109
2009-03-31MMC: regulator utilitiesDavid Brownell1-0/+100
2009-03-24mmc_spi: allow higher timeouts for SPI modeWolfgang Muees1-0/+15
2009-03-24mmc: During unsafe resume, select the right volatge for the cardBalaji Rao1-0/+1
2009-03-24sdio: check that addresses are within the address spacePierre Ossman1-0/+8
2009-03-24sdio: handle null tuplesPierre Ossman1-0/+4
2009-03-24sdio: handle cis end marker in link fieldPierre Ossman1-0/+4
2009-03-24mmc: Add Extended CSD register to debugfsAdrian Hunter1-0/+67
2009-03-24mmc: add MODALIAS linkage for MMC/SD devicesAndy Whitcroft1-0/+8
2009-03-24mmc: delayed_work was never cancelledJorg Schummer1-0/+2
2009-03-08mmc: fix data timeout for SEND_EXT_CSDAdrian Hunter1-6/+9
2008-12-31mmc: warn about voltage mismatchesDavid Brownell1-0/+2
2008-12-31mmc: Add mmc_vddrange_to_ocrmask() helper functionAnton Vorontsov1-0/+75
2008-12-31mmc: Add 8-bit bus width supportJarkko Lavinen1-4/+14
2008-11-08mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers3-7/+4
2008-11-08mmc: increase SD write timeout for crappy cardsPierre Ossman1-1/+5
2008-10-12MMC: CSD and CID timeout valuesMatthew Fleming1-2/+6
2008-10-12sdio: high-speed supportPierre Ossman1-3/+49
2008-10-12sdio: give sdio irq thread a host specific namePierre Ossman1-1/+2
2008-10-12sdio: make sleep on error interruptablePierre Ossman1-4/+9
2008-08-01mmc: properly iterate over sg list in debug checkPierre Ossman1-2/+3
2008-07-27mmc: Add per-card debugfs supportHaavard Skinnemoen3-0/+72
2008-07-27mmc: Export internal host state through debugfsHaavard Skinnemoen4-0/+177
2008-07-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds5-47/+175
2008-07-15sdio: sdio_io.c Fix sparse warningsTomas Winkler1-5/+4
2008-07-15sdio: fix the use of hard coded timeout value.Benzi Zbit2-5/+7
2008-07-15mmc: fix sdio_io sparse errorsTomas Winkler1-26/+16
2008-07-15sdio: clean up handling of byte mode transfer sizePierre Ossman1-11/+18
2008-07-15mmc,sdio: helper function for transfer paddingPierre Ossman2-2/+126
2008-07-15MMC: Trivial comment cleanupDeepak Saxena2-2/+2
2008-07-15mmc: change .get_ro() callback semanticsAnton Vorontsov1-2/+2
2008-07-15mmc: add support for card-detection pollingAnton Vorontsov1-3/+9
2008-04-18mmc: sdio_ops.c should #include "sdio_ops.h"Adrian Bunk1-0/+1
2008-04-18mmc: proper prototypes for mmc_attach_*()Adrian Bunk2-4/+4
2008-04-18mmc: make __mmc_release_bus() staticAdrian Bunk1-1/+1
2008-04-18mmc: use shorter, equivalent set_current_state()Robert P. J. Day1-2/+2
2008-04-18mmc: set controller name earlyPierre Ossman1-17/+22
2008-03-22mmc: use sysfs groups to handle conditional attributesPierre Ossman9-198/+96
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk4-4/+0
2007-10-27mmc: use common byte swap macrosPierre Ossman1-2/+2
2007-10-27mmc: fix cid and csd byte orderPierre Ossman1-2/+20
2007-10-17mmc: possible leak in mmc_read_ext_csdFlorin Malita1-1/+2
2007-10-14uevent environment changes falloutAl Viro1-11/+4
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-14/+7
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-14/+7
2007-10-12mmc: use correct unregister function for led triggerPierre Ossman1-1/+1
2007-10-06sdio: make the IRQ thread more resilient in the presence of bad statesNicolas Pitre1-2/+8
2007-10-06sdio: fix IRQ diagnostic messageNicolas Pitre1-1/+1
2007-09-27sdio: adaptive interrupt pollingPierre Ossman1-5/+23