summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | PCI: implement new suspend/resume callbacksRafael J. Wysocki2008-06-101-1/+1
| | * | | | Introduce new top level suspend and hibernation callbacksRafael J. Wysocki2008-06-102-28/+295
| | * | | | Suspend/Resume bug in PCI layer wrt quirksRafael J. Wysocki2008-06-102-1/+15
| | * | | | PCI: drivers/pci/pci.c: add prototypesAdrian Bunk2008-06-101-1/+4
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2008-07-1712-29/+108
| |\ \ \ \ \
| | * | | | | sdio: fix the use of hard coded timeout value.Benzi Zbit2008-07-151-0/+2
| | * | | | | mmc: remove multiwrite capabilityPierre Ossman2008-07-151-6/+5Star
| | * | | | | atmel-mci: Driver for Atmel on-chip MMC controllersHaavard Skinnemoen2008-07-152-1/+14
| | * | | | | mmc: fix sdio_io sparse errorsTomas Winkler2008-07-151-9/+6Star
| | * | | | | MMC: S3C24XX: Add media presence test to request handling.Ben Dooks2008-07-151-0/+1
| | * | | | | MMC: S3C24XX: Add support to invert write protect lineBen Dooks2008-07-151-0/+2
| | * | | | | MMC: S3C24XX: Add platform data for MMC/SD driverBen Dooks2008-07-151-0/+12
| | * | | | | MMC: S3C24XX MMC/SD driver.Thomas Kleffel2008-07-151-3/+17
| | * | | | | mmc,sdio: helper function for transfer paddingPierre Ossman2008-07-152-1/+4
| | * | | | | au1xmmc: remove db1200 board code, rewrite probe.Manuel Lauss2008-07-151-9/+9
| | * | | | | mmc: at91_mci: avoid timeoutsMarc Pignat2008-07-151-0/+4
| | * | | | | mmc: change .get_ro() callback semanticsAnton Vorontsov2008-07-151-0/+12
| | * | | | | mmc_spi: add support for card-detection pollingAnton Vorontsov2008-07-151-0/+9
| | * | | | | mmc: add support for card-detection pollingAnton Vorontsov2008-07-151-0/+11
| | * | | | | include/linux/mmc/mmc.h: remove CVS tagsAdrian Bunk2008-07-151-1/+0Star
| | * | | | | sdhci: support JMicron secondary interfacePierre Ossman2008-07-151-0/+1
| * | | | | | Merge branch 'for_linus' of git://git.infradead.org/~dedekind/ubifs-2.6Linus Torvalds2008-07-171-0/+2
| |\ \ \ \ \ \
| | * | | | | | VFS: export sync_sb_inodesArtem Bityutskiy2008-07-141-0/+2
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-07-161-30/+44
| |\ \ \ \ \ \
| | * | | | | | IDE: Remove unused codeElias Oltmanns2008-07-161-7/+0Star
| | * | | | | | IDE: Fix HDIO_DRIVE_RESET handlingElias Oltmanns2008-07-161-0/+6
| | * | | | | | ide: ->port_init_devs -> ->init_devBartlomiej Zolnierkiewicz2008-07-161-2/+2
| | * | | | | | ide: set hwif->dev in ide_init_port_hw() (take 2)Bartlomiej Zolnierkiewicz2008-07-161-1/+1
| | * | | | | | ide: make ide_hwifs[] staticBartlomiej Zolnierkiewicz2008-07-161-12/+0Star
| | * | | | | | ide: move PIO blacklist to ide-pio-blacklist.cBartlomiej Zolnierkiewicz2008-07-161-0/+2
| | * | | | | | ide: remove no longer used ide_pio_timings[]Bartlomiej Zolnierkiewicz2008-07-161-8/+0Star
| | * | | | | | ide: move ide_pio_cycle_time() to ide-timings.cBartlomiej Zolnierkiewicz2008-07-161-1/+1
| | * | | | | | ide: convert ide-timing.h to ide-timings.c library (take 2)Bartlomiej Zolnierkiewicz2008-07-161-0/+5
| | * | | | | | ide: move some bits from ide-timing.h to <linux/ide.h>Bartlomiej Zolnierkiewicz2008-07-161-0/+28
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'release-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-07-1626-200/+246
| |\ \ \ \ \ \
| | * | | | | | Add the ability to reset the machine using the RESET_REG in ACPI's FADT table.Aaron Durbin2008-07-161-6/+8
| | * | | | | | PNP: convert resource options to single linked listBjorn Helgaas2008-07-161-2/+4
| | * | | | | | PNP: support optional IRQ resourcesBjorn Helgaas2008-07-161-0/+1
| | * | | | | | PNP: make resource option structures private to PNP subsystemBjorn Helgaas2008-07-161-48/+0Star
| | * | | | | | PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEMBjorn Helgaas2008-07-162-3/+4
| | * | | | | | PNP: add pnp_possible_config() -- can a device could be configured this way?Bjorn Helgaas2008-07-161-0/+5
| | * | | | | | PNP: replace pnp_resource_table with dynamically allocated resourcesBjorn Helgaas2008-07-161-7/+13
| | * | | | | | PNP: make pnp_{port,mem,etc}_start(), et al work for invalid resourcesBjorn Helgaas2008-07-161-12/+60
| | * | | | | | ACPI : Create "idle=nomwait" bootparamZhao Yakui2008-07-162-0/+2
| | * | | | | | ACPI: Create "idle=halt" bootparamZhao Yakui2008-07-162-0/+2
| | * | | | | | ACPI: Enhance /sys/firmware/interrupts to allow enable/disable/clear from use...Zhang Rui2008-07-162-6/+0Star
| | * | | | | | ACPICA: Update version to 20080609Bob Moore2008-07-161-1/+1
| | * | | | | | ACPICA: Cleanup debug operand dump mechanismBob Moore2008-07-162-7/+3Star
| | * | | | | | ACPICA: Update disassembler for DMAR table changesBob Moore2008-07-162-0/+5
| | * | | | | | ACPICA: Update DMAR and SRAT table definitionsBob Moore2008-07-161-2/+17