summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mmc: add sdhci-tegra driver for Tegra SoCsOlof Johansson2011-01-095-0/+272
* mmc: sdhci: add quirk for max len ADMA descriptorsOlof Johansson2011-01-091-3/+7
* 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-095-30/+156
* 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-091-2/+14
* 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-095-12/+67
* 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-096-2/+305
* mmc: sdhci: Disable ADMA on some O2Micro SD/MMC parts.Jennifer Li2011-01-091-0/+112
* 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
* mmc: Add support for the Marvell Dove SDHCI controllerMike Rapoport2011-01-095-0/+86
* Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-01-0818-1265/+1327
|\
| * 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-294-61/+344
| |\
| | * 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-021-25/+68
| | * spi/pxa2xx: Consider CE4100's FIFO depthSebastian Andrzej Siewior2010-12-011-2/+0Star
| | * spi/pxa2xx: Add CE4100 supportSebastian Andrzej Siewior2010-12-014-6/+210
| | * arm/pxa2xx: reorgazine SSP and SPI header filesSebastian Andrzej Siewior2010-12-011-3/+1Star
| | * spi/pxa2xx: Use define for SSSR_TFL_MASK instead of plain numbersSebastian Andrzej Siewior2010-12-011-4/+4
| | * spi/pxa2xx: add support for shared IRQ handlerSebastian Andrzej Siewior2010-12-011-1/+14
| | * spi/pxa2xx: register driver properlySebastian Andrzej Siewior2010-11-261-3/+4
| * | Merge branch 'for-grant' of git://arago-project.org/git/projects/linux-davinc...Grant Likely2010-12-292-781/+540Star
| |\ \
| | * | spi: davinci: kconfig: add manufacturer name to prompt stringSekhar Nori2010-11-181-2/+5
| | * | spi: davinci: shorten variable namesSekhar Nori2010-11-181-211/+198Star
| | * | spi: davinci: remove unnecessary private data member 'region_size'Sekhar Nori2010-11-181-7/+6Star
| | * | spi: davinci: add EF Johnson Technologies copyrightBrian Niebuhr2010-11-181-0/+1
| | * | spi: davinci: add additional commentsBrian Niebuhr2010-11-181-0/+7
| | * | spi: davinci: setup the driver ownerBrian Niebuhr2010-11-181-1/+4
| | * | spi: davinci: enable and power-up SPI only when requiredBrian Niebuhr2010-11-181-2/+6
| | * | spi: davinci: remove non-useful "clk_internal" platform dataBrian Niebuhr2010-11-181-8/+1Star
| | * | spi: davinci: let DMA operation be specified on per-device basisBrian Niebuhr2010-11-181-187/+155Star
| | * | spi: davinci: remove usage of additional completion variables for DMABrian Niebuhr2010-11-181-35/+23Star
| | * | spi: davinci: handle DMA completion errors correctlyBrian Niebuhr2010-11-181-27/+36
| | * | spi: davinci: fix EDMA CC errors at end of transfersBrian Niebuhr2010-11-181-3/+25
| | * | spi: davinci: do not allocate DMA channels during SPI device setupSekhar Nori2010-11-181-102/+51Star