aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | aec62xx: no need to disable UDMA in ->init_hwif method for ATP850UFBartlomiej Zolnierkiewicz2007-10-191-9/+5
| * | serverworks: remove ->init_setupBartlomiej Zolnierkiewicz2007-10-191-31/+14
| * | scc_pata: remove ->init_setupBartlomiej Zolnierkiewicz2007-10-191-2/+2
| * | pdc202xx_old: remove ->init_setupBartlomiej Zolnierkiewicz2007-10-191-32/+25
| * | pdc202xx_new: remove ->init_setupBartlomiej Zolnierkiewicz2007-10-191-59/+49
| * | hpt366: remove ->init_setupBartlomiej Zolnierkiewicz2007-10-191-179/+127
| * | cmd64x: remove ->init_setupBartlomiej Zolnierkiewicz2007-10-191-27/+12
| * | aec62xx: remove ->init_setupBartlomiej Zolnierkiewicz2007-10-191-25/+14
| * | ide: use I/O ops directly part #2 (take 2)Bartlomiej Zolnierkiewicz2007-10-194-37/+34
| * | ide: use pci_dev->revisionBartlomiej Zolnierkiewicz2007-10-194-27/+10
| * | cmd64x: Use dev->revisionAuke Kok2007-10-191-10/+4
| * | amd74xx: Omit PCI_REVISION_ID readAuke Kok2007-10-191-1/+0
| * | ide: add ->mwdma_mask and ->swdma_mask to ide_pci_device_t (take 2)Bartlomiej Zolnierkiewicz2007-10-1931-177/+183
| * | pdc202xx_old: remove broken SWDMA supportBartlomiej Zolnierkiewicz2007-10-191-5/+1
| * | ide: add IDE_HFLAG_NO_LBA48 and IDE_HFLAG_NO_LBA48_DMA host flagsBartlomiej Zolnierkiewicz2007-10-195-9/+10
| * | ide: remove ->init_setup_dma from ide_pci_device_t (take 2)Bartlomiej Zolnierkiewicz2007-10-192-32/+17
| * | ide: add IDE_HFLAG_NO_{DMA,AUTODMA} host flagsBartlomiej Zolnierkiewicz2007-10-1933-86/+26
| * | ide: add IDE_HFLAG_BOOTABLE host flagBartlomiej Zolnierkiewicz2007-10-1933-126/+101
| * | ide: add IDE_HFLAG_NO_ATAPI_DMA host flagBartlomiej Zolnierkiewicz2007-10-1938-57/+38
| * | ide: add DECLARE_GENERIC_PCI_DEV() macro to generic IDE PCI host driverBartlomiej Zolnierkiewicz2007-10-191-84/+29
| * | siimage: bump driver versionBartlomiej Zolnierkiewicz2007-10-191-1/+1
| * | ide: Fix cs5535 driver accessing beyond array boundaryBenjamin Herrenschmidt2007-10-191-1/+1
| * | ide: Fix siimage driver accessing beyond array boundaryBenjamin Herrenschmidt2007-10-191-1/+1
| |/
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-10-1810-78/+1567
|\ \
| * | [libata] kill ata_sg_is_last()Jeff Garzik2007-10-184-30/+27
| * | Update libata driver for bf548 atapi controller against the 2.6.24 tree.Sonic Zhang2007-10-172-47/+37
| * | libata-sff: Correct use of check_status()Alan Cox2007-10-171-1/+1
| * | drivers/ata: add support to Freescale 3.0Gbps SATA ControllerLi Yang2007-10-173-0/+1500
| * | pata_acpi: fix build breakage if !CONFIG_PMTejun Heo2007-10-171-0/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2007-10-1865-3/+3
|\ \
| * | mv watchdog tree under driversWim Van Sebroeck2007-10-1865-3/+3
| |/
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-10-184-3918/+3954
|\ \
| * \ Merge branch 'fixes-davem' of master.kernel.org:/pub/scm/linux/kernel/git/lin...David S. Miller2007-10-172-3/+4
| |\ \
| | * | [PATCH] ssb: fix build failureIngo Molnar2007-10-161-2/+2
| | * | [PATCH] ssb: Fix a null pointer check in mipscore initFelix Fietkau2007-10-161-1/+2
| * | | [BNX2]: Update version to 1.6.8.Michael Chan2007-10-171-2/+2
| * | | [BNX2]: Fix Serdes WoL bug.Michael Chan2007-10-171-9/+19
| * | | [BNX2]: Update 5709 firmware to 3.7.1.Michael Chan2007-10-171-3904/+3929
| | |/ | |/|
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-10-183-3/+25
|\ \ \
| * | | [SPARC/64]: Consolidate of_register_driverStephen Rothwell2007-10-171-0/+21
| * | | [SPARC] Videopix Frame Grabber: Convert device_lock_sem to mutexMatthias Kaehlcke2007-10-172-3/+4
| |/ /
* | | I/OAT: Add completion callback for async_tx interface useShannon Nelson2007-10-181-0/+25
* | | I/OAT: Tighten descriptor setup performanceShannon Nelson2007-10-182-84/+95
* | | I/OAT: clean up error handling and some print messagesShannon Nelson2007-10-184-18/+31
* | | I/OAT: clean up of dca provider start and stopShannon Nelson2007-10-182-8/+7
* | | I/OAT: cleanup pci issuesShannon Nelson2007-10-182-18/+10
* | | IPMI: add 0.9 supportCorey Minyard2007-10-181-13/+2
* | | IPMI: fix hotmod remove lockCorey Minyard2007-10-181-9/+7
* | | IPMI: new NMI handlingCorey Minyard2007-10-181-41/+105
* | | IPMI: add polled interfaceCorey Minyard2007-10-183-47/+73