aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-18Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds9-79/+90
2007-10-18Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds43-1189/+724
2007-10-19ide: set drive->autotune in ide_pci_setup_ports()Bartlomiej Zolnierkiewicz29-74/+3
2007-10-19triflex: always tune PIOBartlomiej Zolnierkiewicz1-0/+3
2007-10-19opti621: always tune PIOBartlomiej Zolnierkiewicz1-4/+4
2007-10-19cy82c693: always tune PIOBartlomiej Zolnierkiewicz1-5/+5
2007-10-19cs5520: always tune PIOBartlomiej Zolnierkiewicz1-3/+4
2007-10-19alim15x3: always tune PIOBartlomiej Zolnierkiewicz1-5/+5
2007-10-19ide: add IDE_HFLAG_LEGACY_IRQS host flagBartlomiej Zolnierkiewicz6-35/+26
2007-10-19ide: add IDE_HFLAG_SERIALIZE host flagBartlomiej Zolnierkiewicz4-13/+14
2007-10-19ide: add IDE_HFLAG_ERROR_STOPS_FIFO host flagBartlomiej Zolnierkiewicz3-7/+7
2007-10-19piix: add DECLARE_ICH_DEV() macroBartlomiej Zolnierkiewicz1-63/+47
2007-10-19pdc202xx_old: add DECLARE_PDC2026X_DEV() macroBartlomiej Zolnierkiewicz1-41/+19
2007-10-19pdc202xx_new: add DECLARE_PDCNEW_DEV() macroBartlomiej Zolnierkiewicz1-57/+19
2007-10-19aec62xx: no need to disable UDMA in ->init_hwif method for ATP850UFBartlomiej Zolnierkiewicz1-9/+5
2007-10-19serverworks: remove ->init_setupBartlomiej Zolnierkiewicz1-31/+14
2007-10-19scc_pata: remove ->init_setupBartlomiej Zolnierkiewicz1-2/+2
2007-10-19pdc202xx_old: remove ->init_setupBartlomiej Zolnierkiewicz1-32/+25
2007-10-19pdc202xx_new: remove ->init_setupBartlomiej Zolnierkiewicz1-59/+49
2007-10-19hpt366: remove ->init_setupBartlomiej Zolnierkiewicz1-179/+127
2007-10-19cmd64x: remove ->init_setupBartlomiej Zolnierkiewicz1-27/+12
2007-10-19aec62xx: remove ->init_setupBartlomiej Zolnierkiewicz1-25/+14
2007-10-19ide: use I/O ops directly part #2 (take 2)Bartlomiej Zolnierkiewicz4-37/+34
2007-10-19ide: use pci_dev->revisionBartlomiej Zolnierkiewicz4-27/+10
2007-10-19cmd64x: Use dev->revisionAuke Kok1-10/+4
2007-10-19amd74xx: Omit PCI_REVISION_ID readAuke Kok1-1/+0
2007-10-19ide: add ->mwdma_mask and ->swdma_mask to ide_pci_device_t (take 2)Bartlomiej Zolnierkiewicz31-177/+183
2007-10-19pdc202xx_old: remove broken SWDMA supportBartlomiej Zolnierkiewicz1-5/+1
2007-10-19ide: add IDE_HFLAG_NO_LBA48 and IDE_HFLAG_NO_LBA48_DMA host flagsBartlomiej Zolnierkiewicz5-9/+10
2007-10-19ide: remove ->init_setup_dma from ide_pci_device_t (take 2)Bartlomiej Zolnierkiewicz2-32/+17
2007-10-19ide: add IDE_HFLAG_NO_{DMA,AUTODMA} host flagsBartlomiej Zolnierkiewicz33-86/+26
2007-10-19ide: add IDE_HFLAG_BOOTABLE host flagBartlomiej Zolnierkiewicz33-126/+101
2007-10-19ide: add IDE_HFLAG_NO_ATAPI_DMA host flagBartlomiej Zolnierkiewicz38-57/+38
2007-10-19ide: add DECLARE_GENERIC_PCI_DEV() macro to generic IDE PCI host driverBartlomiej Zolnierkiewicz1-84/+29
2007-10-19siimage: bump driver versionBartlomiej Zolnierkiewicz1-1/+1
2007-10-19ide: Fix cs5535 driver accessing beyond array boundaryBenjamin Herrenschmidt1-1/+1
2007-10-19ide: Fix siimage driver accessing beyond array boundaryBenjamin Herrenschmidt1-1/+1
2007-10-18Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds10-78/+1567
2007-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds65-3/+3
2007-10-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-3918/+3954
2007-10-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds3-3/+25
2007-10-18I/OAT: Add completion callback for async_tx interface useShannon Nelson1-0/+25
2007-10-18I/OAT: Tighten descriptor setup performanceShannon Nelson2-84/+95
2007-10-18I/OAT: clean up error handling and some print messagesShannon Nelson4-18/+31
2007-10-18I/OAT: clean up of dca provider start and stopShannon Nelson2-8/+7
2007-10-18I/OAT: cleanup pci issuesShannon Nelson2-18/+10
2007-10-18IPMI: add 0.9 supportCorey Minyard1-13/+2
2007-10-18IPMI: fix hotmod remove lockCorey Minyard1-9/+7
2007-10-18IPMI: new NMI handlingCorey Minyard1-41/+105
2007-10-18IPMI: add polled interfaceCorey Minyard3-47/+73