summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci: add quirk for max len ADMA descriptorsOlof Johansson2011-01-092-3/+9
* mmc: check for > 1 clk_requests when disabling gatingLinus Walleij2011-01-091-1/+2
* mmc: sdhci-s3c: Support controllers with no internal clock dividerJeongbae Seo2011-01-091-0/+62
* mmc: sdhci-s3c: Support additional host capabilitiesJeongbae Seo2011-01-091-0/+4
* mmc: sdhci: Enable bus-width test for JMicron controllersTakashi Iwai2011-01-091-0/+2
* mmc: Test bus-width for old MMC devicesAries Lee2011-01-097-30/+159
* mmc: fix detection of memory part of SD-combo card with broken SDIOMichal Miroslaw2011-01-091-0/+5
* mmc: sdio: don't reinitialize nonremovable powered-resumed cardsOhad Ben-Cohen2011-01-092-2/+19
* mmc: sdio: don't power up cards on system suspendOhad Ben-Cohen2011-01-092-32/+13Star
* mmc: skip detection of nonremovable cards on rescanOhad Ben-Cohen2011-01-091-2/+6
* mmc: Add support for JMicron 388 SD/MMC controllerTakashi Iwai2011-01-098-12/+76
* mmc: davinci_mmc: Remove unnecessary semicolonJoe Perches2011-01-091-1/+1
* mmc: sdhci: print SD Command and CAPABILITY_1 when dumping registersPhilip Rakity2011-01-092-2/+5
* mmc: Aggressive clock gating frameworkLinus Walleij2011-01-097-2/+315
* mmc: sdhci: Disable ADMA on some O2Micro SD/MMC parts.Jennifer Li2011-01-092-0/+117
* mmc: mxcmmc: remove a unnecessary release_resource() callAxel Lin2011-01-091-1/+0Star
* mmc: mxcmmc: update the regulator support code to the latest APIAlberto Panizzo2011-01-091-8/+12
* mmc: mxcmmc: Allow binding a regulator to manage the MMC card voltageAlberto Panizzo2011-01-091-6/+42
* ARM: dove: Switch SDHCI devices over to "sdhci-dove" driverMike Rapoport2011-01-091-2/+2
* mmc: Add support for the Marvell Dove SDHCI controllerMike Rapoport2011-01-095-0/+86
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-01-0817-400/+701
|\
| * hfsplus: %L-to-%ll, macro correction, and remove unneeded bracesAnton Salikhmetov2010-12-163-14/+14
| * hfsplus: spaces/indentation clean-upAnton Salikhmetov2010-12-164-14/+14
| * hfsplus: C99 comments clean-upAnton Salikhmetov2010-12-163-13/+16
| * hfsplus: over 80 character lines clean-upAnton Salikhmetov2010-12-1616-123/+260
| * hfsplus: fix an artifact in ioctl flag checkingAnton Salikhmetov2010-12-161-1/+1
| * hfsplus: flush disk caches in sync and fsyncChristoph Hellwig2010-11-234-0/+21
| * hfsplus: optimize fsyncChristoph Hellwig2010-11-236-32/+78
| * hfsplus: split up inode flagsChristoph Hellwig2010-11-234-19/+29
| * hfsplus: write up fsync for directoriesChristoph Hellwig2010-11-233-1/+3
| * hfsplus: simplify fsyncChristoph Hellwig2010-11-231-21/+20Star
| * hfsplus: avoid useless work in hfsplus_sync_fsChristoph Hellwig2010-11-231-0/+3
| * hfsplus: make sure sync writes out all metadataChristoph Hellwig2010-11-231-1/+19
| * hfsplus: use raw bio access for partition tablesChristoph Hellwig2010-11-232-70/+71
| * hfsplus: use raw bio access for the volume headersChristoph Hellwig2010-11-233-88/+131
| * hfsplus: always use hfsplus_sync_fs to write the volume headerChristoph Hellwig2010-11-231-6/+3Star
| * hfsplus: silence a few debug printksChristoph Hellwig2010-11-234-5/+3Star
| * hfsplus: fix option parsing during remountChristoph Hellwig2010-11-073-5/+30
* | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-01-0845-1365/+1596
|\ \
| * | spi/omap: Fix DMA API usage in OMAP MCSPI driverRussell King - ARM Linux2011-01-071-8/+3Star
| * | spi/imx: correct the test on platform_get_irq() return valueRichard Genoud2011-01-071-1/+1
| * | spi/topcliff: Typo fix threhold to thresholdJustin P. Mattock2011-01-011-2/+2
| * | spi/dw_spi Typo change diable to disable.Justin P. Mattock2010-12-311-1/+1
| * | spi/fsl_espi: change the read behaviour of the SPIRFMingkai Hu2010-12-301-3/+16
| * | Merge branch 'spi' of git://git.linutronix.de/users/bigeasy/soda into spi/nextGrant Likely2010-12-2927-138/+547
| |\ \
| | * | spi/pxa2xx: pass of_node to spi device and set a parent deviceSebastian Andrzej Siewior2010-12-021-0/+4
| | * | spi/pxa2xx: Modify RX-Tresh instead of busy-loop for the remaining RX bytes.Sebastian Andrzej Siewior2010-12-021-17/+39
| | * | spi/pxa2xx: Add chipselect support for SodavilleSebastian Andrzej Siewior2010-12-022-25/+70
| | * | spi/pxa2xx: Consider CE4100's FIFO depthSebastian Andrzej Siewior2010-12-012-8/+26
| | * | spi/pxa2xx: Add CE4100 supportSebastian Andrzej Siewior2010-12-015-7/+314