aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-23mmc: sdhci: print out controller name for register debugPhilip Rakity1-1/+2
2010-10-23mmc: sdhci: add MMC_CAP_8_BIT_DATA in the host capabilitiesGiuseppe Cavallaro1-1/+1
2010-10-23mmc: sdhci: Enable high-speed support for MMC cardsZhangfei Gao1-1/+1
2010-10-23mmc: SDHC 3.0: correct f_min calculation for SD 3.0 specZhangfei Gao2-3/+12
2010-10-23mmc: SDHC 3.0: Base clock frequency change in spec 3.0Zhangfei Gao2-2/+8
2010-10-23mmc: SDHC 3.0: support 10-bit divided clock modeZhangfei Gao2-5/+25
2010-10-23mmc: sdhci: Make consistent use of CONFIG_MMC_DEBUG for "DEBUG"gingGeorge G. Davis1-1/+1
2010-10-23mmc_test: fix display of .5 KiBAdrian Hunter1-2/+2
2010-10-23mmc_test: fix memory allocation segment limitsAdrian Hunter1-6/+6
2010-10-23mmc_test: move files from sysfs to debugfsAndy Shevchenko1-35/+107
2010-10-23mmc_test: collect data and show it via sysfs by demandAndy Shevchenko1-2/+169
2010-10-23mmc_test: change simple_strtol() to strict_strtol()Andy Shevchenko1-2/+3
2010-10-23mmc_test: use API to check card typeAndy Shevchenko1-1/+1
2010-10-23mmc_test: fix performance tests that go over max_blk_countAdrian Hunter1-48/+135
2010-10-23mmc: Convert "mutex" to semaphoreThomas Gleixner1-1/+1
2010-10-23mmc: rename dev_to_mmc_card() to mmc_dev_to_card()Andy Shevchenko3-9/+9
2010-10-23mmc: make mmc_dev_to_card() macro publicAndy Shevchenko3-5/+2
2010-10-23mmc: Use snprintf, not sprintf.JiebingLi1-1/+2
2010-10-23mmc: USB SD Host Controller (USHC) driverDavid Vrabel3-0/+581
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen23-50/+30
2010-10-23mmc: au1xmmc.c: use resource_size()H Hartley Sweeten1-1/+1
2010-10-23mmc: atmel-mci.c: use resource_size()H Hartley Sweeten1-1/+1
2010-10-23mmc: at91_mci.c: use resource_size()H Hartley Sweeten1-4/+4
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-5/+5
2010-10-21Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-20/+64
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-4/+1
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe8-23/+23
2010-10-18Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 'st-ux' and 'unwind' into develRussell King10-43/+87
2010-10-15mmc: sdio: fix SDIO suspend/resume regressionOhad Ben-Cohen1-0/+13
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-11ARM: 6437/2: mmci: add some register defines for ST Micro variantsLinus Walleij1-4/+10
2010-10-08Merge branches 'devel-omap1' and 'devel-omap2plus' into omap-for-linusTony Lindgren1-0/+25
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-5/+5
2010-10-04omap: Keep nwires for omap1 and 2420 MMC controllerTony Lindgren1-1/+1
2010-10-01omap4 hsmmc: Update ocr mask for MMC2 for regulator to usekishore kadiyala1-0/+12
2010-10-01omap4 hsmmc: Register offset handlingkishore kadiyala1-0/+2
2010-10-01OMAP4 ES2: HSMMC soft reset changeMadhusudhan Chikkature1-0/+11
2010-09-29pcmcia: move driver name to struct pcmcia_driverDominik Brodowski1-3/+1
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski1-1/+0
2010-09-27omap: mmc: extended to pass host capabilities from board fileSukumar Ghorai2-17/+3
2010-09-26mmc: sdhci-s3c: fix NULL ptr access in sdhci_s3c_removeMarek Szyprowski1-2/+4
2010-09-26mmc: sdhci-s3c: fix incorrect spinlock usage after mergeMarek Szyprowski1-2/+4
2010-09-23ARM: 6370/1: mmci: use _cansleep GPIO functionsLinus Walleij1-2/+3
2010-09-23ARM: 6309/1: mmci: allow neither ->status nor gpio_cd to be specifiedRabin Vincent1-3/+7
2010-09-23ARM: 6308/1: mmci: support card detection interruptsRabin Vincent2-1/+24
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo1-1/+0
2010-09-09drivers/mmc/host/imxmmc.c: adjust confusing if indentationJulia Lawall1-1/+2
2010-09-09omap hsmmc: fix a racing case between kmmcd and omap_hsmmc_suspendEthan Du1-1/+1