summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | pci-acpi: formatting cleanups for _OSCKenji Kaneshige2008-06-101-2/+3
| * | pci-acpi: remove unused variable in __pci_osc_support_setKenji Kaneshige2008-06-101-11/+4
| * | pci-acpi: add flag to indicate query had been doneKenji Kaneshige2008-06-101-1/+3
| * | pci-acpi: use local buffer for _OSCKenji Kaneshige2008-06-101-34/+39
| * | pci-acpi: remove duplicate code for _OSCKenji Kaneshige2008-06-101-110/+55
| * | PCI: Disable PME during PCI scanZhao Yakui2008-06-101-0/+44
| * | Suspend/Resume bug in PCI layer wrt quirksRafael J. Wysocki2008-06-102-38/+86
| * | PCI: Replace deprecated __initcall with device_initcall.Robert P. J. Day2008-06-101-1/+1
| * | PCI: make {pciehp,shpchp}_slot_with_bus staticAdrian Bunk2008-06-102-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2008-07-1629-1286/+5896
|\ \ \
| * | | sdio_uart: Fix SDIO break control to now return success or an errorDavid Howells2008-07-151-3/+6
| * | | mmc: host driver for Ricoh Bay1ControllersSascha Sommer2008-07-153-0/+587
| * | | sdio: sdio_io.c Fix sparse warningsTomas Winkler2008-07-151-5/+4
| * | | sdio: fix the use of hard coded timeout value.Benzi Zbit2008-07-152-5/+7
| * | | mmc: OLPC: update vdd/powerup quirk commentAndres Salomon2008-07-151-1/+1
| * | | mmc: fix spares errors of sdhci.cTomas Winkler2008-07-151-4/+4
| * | | mmc: remove multiwrite capabilityPierre Ossman2008-07-158-38/+25
| * | | wbsd: fix bad dma_addr_t conversionPierre Ossman2008-07-151-2/+2
| * | | atmel-mci: Driver for Atmel on-chip MMC controllersHaavard Skinnemoen2008-07-154-0/+1083
| * | | mmc: fix sdio_io sparse errorsTomas Winkler2008-07-151-26/+16
| * | | mmc: wbsd.c fix shadowing of 'dma' variableTomas Winkler2008-07-151-15/+15
| * | | MMC: S3C24XX: Refuse incorrectly aligned transfersBen Dooks2008-07-151-0/+11
| * | | MMC: S3C24XX: Update error debugging.Ben Dooks2008-07-151-2/+10
| * | | MMC: S3C24XX: Add media presence test to request handling.Ben Dooks2008-07-151-1/+18
| * | | MMC: S3C24XX: Fix use of msecs where jiffies are neededBen Dooks2008-07-151-1/+1
| * | | MMC: S3C24XX: Add MODULE_ALIAS() entries for the platform devicesBen Dooks2008-07-151-0/+3
| * | | MMC: S3C24XX: Fix s3c2410_dma_request() return code check.Ben Dooks2008-07-151-1/+1
| * | | MMC: S3C24XX: Allow card-detect on non-IRQ capable pinBen Dooks2008-07-151-11/+17
| * | | MMC: S3C24XX: Ensure host->mrq->data is validBen Dooks2008-07-151-1/+2
| * | | MMC: S3C24XX: Add support to invert write protect lineBen Dooks2008-07-151-2/+9
| * | | MMC: S3C24XX: Add platform data for MMC/SD driverBen Dooks2008-07-152-3/+42
| * | | MMC: Fix S3C24XX IRQ enable during PIO transfersRoman Moracik2008-07-151-3/+4
| * | | Fix the request finalisation by ensuring the controllerThomas Kleffel2008-07-151-2/+2
| * | | MMC: DMA free fix for S3C24XX SD/MMC driverHarald Welte2008-07-151-0/+1
| * | | MMC: S3C24XX MMC/SD driver write fixesHarald Welte2008-07-151-3/+13
| * | | MMC: S3C24XX MMC/SD driver.Thomas Kleffel2008-07-154-1/+1424
| * | | sdhci: graceful handling of bad addressesPierre Ossman2008-07-151-20/+57
| * | | mmc_test: cleanupPierre Ossman2008-07-151-190/+364
| * | | mmc_block: wait for card even on failuresPierre Ossman2008-07-151-4/+9
| * | | sdhci: scatter-gather (ADMA) supportPierre Ossman2008-07-153-44/+407
| * | | sdhci-pci: don't penalize newer jmicron chipsPierre Ossman2008-07-151-4/+6
| * | | mmc_test: only bind to supported cardsPierre Ossman2008-07-151-1/+4
| * | | sdio: clean up handling of byte mode transfer sizePierre Ossman2008-07-151-11/+18
| * | | mmc,sdio: helper function for transfer paddingPierre Ossman2008-07-153-15/+133
| * | | au1xmmc: remove custom carddetect poll implementation.Manuel Lauss2008-07-151-61/+18
| * | | au1xmmc: abort requests early if no card is present.Manuel Lauss2008-07-151-0/+7
| * | | au1xmmc: codingstyle tidying.Manuel Lauss2008-07-152-189/+141
| * | | au1xmmc: SDIO IRQ support.Manuel Lauss2008-07-151-1/+15
| * | | au1xmmc: enable 4 bit transfer modeManuel Lauss2008-07-151-5/+17
| * | | au1xmmc: remove db1200 board code, rewrite probe.Manuel Lauss2008-07-152-237/+345