summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ieee1394: sbp2: use correct size of command descriptor blockStefan Richter2008-05-201-12/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2008-05-205-29/+33
|\
| * HID: remove CVS keywordsAdrian Bunk2008-05-204-8/+0
| * HID: Add iMON LCDs to blacklistDylan R Semler2008-05-201-0/+4
| * HID: add Microchip PICKit 1 and PICkit 2 to blacklistXiaofan Chen2008-05-201-0/+7
| * HID: split Numlock emulation quirk from HID_QUIRK_APPLE_HAS_FN.Diego 'Flameeyes' Petteno2008-05-202-21/+22
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2008-05-195-7/+915
|\ \
| * | at91_mci: minor cleanupMarc Pignat2008-05-171-1/+4
| * | mmc: mmc host test driverPierre Ossman2008-05-143-0/+905
| * | mmc: Fix omap compile by replacing dev_name with dma_dev_nameTony Lindgren2008-05-141-6/+6
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-05-193-3/+9
|\ \ \
| * | | Blackfin SPORTS UART Driver: converting BFIN->BLACKFINMike Frysinger2008-05-171-1/+1
| * | | 8250 Serial Driver: Added support for 8250-class UARTs in HV Sistemas H8606 b...Javier Herrero2008-05-172-2/+8
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2008-05-191-4/+4
|\ \ \
| * | | sh: use the common ascii hex helpersHarvey Harrison2008-05-161-4/+4
* | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-05-1920-380/+451
|\ \ \ \
| * | | | drivers/ata: trim trailing whitespaceJeff Garzik2008-05-192-5/+5
| * | | | Fixups to ATA ACPI hotplugMatthew Garrett2008-05-191-27/+50
| * | | | libata: ignore SIMG4726 config pseudo deviceTejun Heo2008-05-192-8/+8
| * | | | sata_sil24: don't use NCQ if marvell 4140 PMP is attachedTejun Heo2008-05-191-0/+11
| * | | | libata: don't schedule LPM action seperately during probingTejun Heo2008-05-191-2/+1
| * | | | libata: make sure PMP notification is turned off during recoveryTejun Heo2008-05-191-16/+20
| * | | | libata: increase PMP register access timeout to 3sTejun Heo2008-05-191-2/+2
| * | | | libata: ignore recovered PHY errorsTejun Heo2008-05-191-6/+1
| * | | | libata: kill hotplug related race conditionTejun Heo2008-05-192-23/+50
| * | | | libata: move reset freeze/thaw handling into ata_eh_reset()Tejun Heo2008-05-192-32/+18
| * | | | libata: reorganize ata_eh_reset() no reset method pathTejun Heo2008-05-191-50/+52
| * | | | libata: fix sata_link_hardreset() @online out parameter handlingTejun Heo2008-05-191-1/+5
| * | | | sata_promise: other cleanupsMikael Pettersson2008-05-191-16/+7
| * | | | sata_promise: mmio access cleanupsMikael Pettersson2008-05-191-59/+65
| * | | | sata_promise: fix irq clearing bugletsMikael Pettersson2008-05-191-4/+3
| * | | | ata: remove FIT() macroHarvey Harrison2008-05-199-64/+64
| * | | | sata_mv: ensure empty request queue for FBS-NCQ EHMark Lord2008-05-191-2/+14
| * | | | sata_mv: cache main_irq_mask register in hprivMark Lord2008-05-191-5/+7
| * | | | sata_mv: disregard masked irqsMark Lord2008-05-191-4/+5
| * | | | sata_mv: fix pmp drives not foundMark Lord2008-05-191-1/+4
| * | | | sata_mv: consolidate main_irq_mask updatesMark Lord2008-05-191-25/+32
| * | | | sata_mv: don't blindly enable IRQsMark Lord2008-05-191-26/+6
| * | | | sata_mv: async notify for genIIe onlyMark Lord2008-05-191-2/+12
| * | | | sata_mv: group genIIe flagsMark Lord2008-05-191-9/+8
| * | | | sata_mv: fis irq register fixesMark Lord2008-05-191-4/+12
| * | | | sata_mv: always do softresetMark Lord2008-05-191-0/+1
| * | | | avr32/pata: avoid unnecessary memset (updated after comments)Christophe Jaillet2008-05-191-2/+0
| * | | | pata-bf54x: Set ATAPI HSM to control IDE device terminate sequence.Sonic Zhang2008-05-191-1/+4
* | | | | Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-05-191-17/+23
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | s390: KVM guest: fix compile errorHeiko Carstens2008-05-181-17/+23
| |/ / /
* | | | Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2008-05-1922-1403/+513
|\ \ \ \ | |_|/ / |/| | |
| * | | drm/i915: save and restore dsparb and d_state registers.Keith Packard2008-05-072-0/+17
| * | | drm/i915: fix off by one in VGA save/restore of AR & CR regs.Jesse Barnes2008-05-072-6/+6
| * | | drm: disable tasklets not IRQs when taking the drm lock spinlockThomas Hellstrom2008-05-072-25/+17
OpenPOWER on IntegriCloud