summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2007-10-1251-847/+917
|\
| * ide: use only ->set_pio_mode method for programming PIO modes (take 2)Bartlomiej Zolnierkiewicz2007-10-1119-136/+29
| * sis5513: don't change UDMA settings when programming PIOBartlomiej Zolnierkiewicz2007-10-111-7/+4
| * it8213/piix/slc90e66: don't change DMA settings when programming PIOBartlomiej Zolnierkiewicz2007-10-113-30/+20
| * alim15x3: PIO mode setup fixesBartlomiej Zolnierkiewicz2007-10-111-3/+12
| * siimage: fix ->set_pio_mode method to select PIO data transferBartlomiej Zolnierkiewicz2007-10-111-3/+17
| * cs5520: don't enable VDMA in ->speedprocBartlomiej Zolnierkiewicz2007-10-111-9/+4
| * sc1200: remove redundant warning message from sc1200_tune_chipset()Bartlomiej Zolnierkiewicz2007-10-111-3/+1
| * ide-pmac: PIO mode setup fixes (take 3)Bartlomiej Zolnierkiewicz2007-10-111-5/+10
| * icside: fix ->speedproc to return on unsupported modes (take 5)Bartlomiej Zolnierkiewicz2007-10-111-13/+8
| * sgiioc4: use ide_tune_dma()Bartlomiej Zolnierkiewicz2007-10-111-43/+43
| * amd74xx/via82cxxx: use ide_tune_dma()Bartlomiej Zolnierkiewicz2007-10-112-22/+8
| * ide: add ide_set{_max}_pio() (take 4)Bartlomiej Zolnierkiewicz2007-10-1144-323/+303
| * ide: Kconfig face-liftBartlomiej Zolnierkiewicz2007-10-111-50/+52
| * ide: move ide_rate_filter() calls to the upper layer (take 2)Bartlomiej Zolnierkiewicz2007-10-1131-121/+58
| * sis5513: add ->udma_filter method for chipset_family >= ATA_133Bartlomiej Zolnierkiewicz2007-10-111-4/+18
| * ide: mode limiting fixes for user requested speed changesBartlomiej Zolnierkiewicz2007-10-114-41/+30
| * ide: add missing ide_rate_filter() calls to ->speedproc()-sBartlomiej Zolnierkiewicz2007-10-116-10/+11
| * ide: call udma_filter() before resorting to the UltraDMA maskSergei Shtylyov2007-10-111-3/+4
| * ide: make jmicron match vendor and device classTejun Heo2007-10-111-40/+25
| * pdc202xx_new: switch to using pci_get_slot() (take 2)Sergei Shtylyov2007-10-111-26/+34
| * ide: hook ACPI _PSx method to IDE power on/offShaohua Li2007-10-113-3/+57
| * ide: Platform IDE driverAnton Vorontsov2007-10-113-0/+192
| * hpt366: MWDMA filter for SATA cards (take 2)Sergei Shtylyov2007-10-113-4/+29
| * atiixp: SB700 contains more than one IDE channelShane Huang2007-10-111-1/+1
* | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-ledsLinus Torvalds2007-10-125-47/+252
|\ \
| * | leds: Update Cobalt Qube series front LED supportYoichi Yuasa2007-10-111-18/+77
| * | leds: Add Cobalt Raq series LEDs supportYoichi Yuasa2007-10-113-0/+146
| * | leds: Rename leds-cobalt driverYoichi Yuasa2007-10-113-4/+4
| |/
* | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds2007-10-128-34/+477
|\ \
| * | backlight: Convert corgi backlight driver into a more generic driverRichard Purdie2007-10-112-17/+16
| * | backlight: Add Samsung LTV350QV LCD driverHaavard Skinnemoen2007-10-114-0/+439
| * | backlight: Fix cr_bllcd allocations and error pathsJesper Juhl2007-10-111-15/+20
| * | backlight/leds: Make two structs staticAdrian Bunk2007-10-112-2/+2
| |/
* | Merge branch 'dmi-const' of git://git.kernel.org/pub/scm/linux/kernel/git/jga...Linus Torvalds2007-10-1225-62/+68
|\ \
| * | drivers/firmware: const-ify DMI API and internalsJeff Garzik2007-10-1025-62/+68
| |/
* | Merge branch 'block-2.6.24' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-10-1241-656/+776
|\ \
| * | Sysace: Don't enable IRQ until after interrupt handler is registeredGrant Likely2007-10-101-5/+5
| * | Sysace: sparse fixesGrant Likely2007-10-101-5/+5
| * | Sysace: Minor coding convention fixupGrant Likely2007-10-101-3/+6
| * | drivers/block/umem: use DRIVER_NAME where appropriateJeff Garzik2007-10-101-4/+4
| * | drivers/block/umem: trim trailing whitespaceJeff Garzik2007-10-102-18/+18
| * | drivers/block/umem: minor cleanupsJeff Garzik2007-10-101-30/+29
| * | drivers/block/umem: use dev_printk()Jeff Garzik2007-10-101-49/+62
| * | drivers/block/umem: move private include away from include/linuxJeff Garzik2007-10-102-1/+134
| * | Sysace: Labels in C code should not be indented.Grant Likely2007-10-101-10/+10
| * | Sysace: Add of_platform_bus bindingGrant Likely2007-10-101-0/+89
| * | Sysace: Move IRQ handler registration to occur after FSM is initializedGrant Likely2007-10-101-11/+10
| * | Sysace: minor rework and cleanup changesGrant Likely2007-10-101-3/+9
| * | Sysace: Move structure allocation from bus binding into common codeGrant Likely2007-10-101-38/+61