summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [libata irq-pio] s/assert/WARN_ON/Jeff Garzik2006-02-111-7/+7
* Merge branch 'upstream'Jeff Garzik2006-02-1112-175/+185
|\
| * [PATCH] libata: convert assert(xxx)'s in low-level drivers to WARN_ON(!xxx)'sTejun Heo2006-02-114-29/+29
| * [PATCH] libata: convert assert(X)'s in libata core layer to WARN_ON(!X)'sTejun Heo2006-02-112-30/+30
| * [PATCH] ahci: convert to new reset mechanismTejun Heo2006-02-111-17/+29
| * [PATCH] ahci: make ahci_fill_cmd_slot() take *pp instead of *apTejun Heo2006-02-111-3/+2
| * [PATCH] libata: inline ata_qc_complete()Tejun Heo2006-02-112-22/+2
| * Merge branch 'master'Jeff Garzik2006-02-113-23/+23
| |\
| | * Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2006-02-101-14/+0
| | |\
| | | * [SERIAL] Remove incorrect code from ioc4 serial driverRussell King2006-02-101-14/+0
| | * | [PATCH] tty buffering stall fixPaul Fulghum2006-02-101-8/+22
| | * | [PATCH] wrong firmware location in IPW2100 Kconfig entryJesper Juhl2006-02-101-1/+1
| | |/
| * | [PATCH] sata_sil24: add hardresetTejun Heo2006-02-101-1/+10
| * | [PATCH] sata_sil24: convert to new reset mechanismTejun Heo2006-02-101-28/+28
| * | [PATCH] sata_sil: convert to new reset mechanismTejun Heo2006-02-101-5/+4
| * | [PATCH] libata: kill SError clearing in sata_std_hardreset().Tejun Heo2006-02-101-6/+0
| * | [PATCH] libata: make new reset act identical to ->phy_reset register-wiseTejun Heo2006-02-101-17/+34
* | | Merge branch 'upstream'Jeff Garzik2006-02-1018-83/+111
|\ \ \ | |/ /
| * | [PATCH] ahci: separate out ahci_fill_cmd_slot()Tejun Heo2006-02-101-21/+23
| * | [PATCH] libata: kill NULL qc handling from ->eng_timeout callbacksTejun Heo2006-02-107-48/+9
| * | [PATCH] libata: use ata_scsi_timed_out()Tejun Heo2006-02-1015-0/+15
| * | [PATCH] libata: implement ata_scsi_timed_out()Tejun Heo2006-02-102-0/+42
| * | [PATCH] libata: add ATA_QCFLAG_EH_SCHEDULEDTejun Heo2006-02-103-14/+22
* | | Merge branch 'upstream'Jeff Garzik2006-02-093-674/+724
|\ \ \ | |/ /
| * | [libata] Move PCI IDE BMDMA-related code to new file libata-bmdma.c.Jeff Garzik2006-02-093-674/+724
* | | [libata] build fix after merging some pre-packet_task-removal codeJeff Garzik2006-02-091-3/+2
* | | Merge branch 'upstream'Jeff Garzik2006-02-091-2/+8
|\ \ \ | |/ /
| * | Merge branch 'upstream-fixes'Jeff Garzik2006-02-091-2/+8
| |\ \ | | |/
| | * Merge branch 'upstream-fixes'Jeff Garzik2006-02-09689-17282/+25317
| | |\
| | * | [libata sata_sil] implement 'slow_down' module parameterJeff Garzik2006-01-271-2/+8
* | | | Merge branch 'upstream'Jeff Garzik2006-02-09692-17340/+26009
|\ \ \ \ | |/ / /
| * | | [PATCH] libata: implement ata_std_probeinit()Tejun Heo2006-02-091-1/+15
| * | | [PATCH] libata: add probeinit component operation to ata_drive_probe_reset()Tejun Heo2006-02-091-2/+7
| * | | [libata scsi] build fix for ATA_FLAG_IN_EH changeJeff Garzik2006-02-091-1/+3
| * | | [PATCH] libata: separate out sata_phy_resume() from sata_std_hardreset()Tejun Heo2006-02-091-11/+21
| * | | [PATCH] libata: fix ata_std_probe_reset() SATA detectionTejun Heo2006-02-091-1/+1
| * | | [PATCH] libata: EH / pio tasks synchronizationTejun Heo2006-02-091-3/+53
| * | | [PATCH] libata: implement ATA_FLAG_IN_EH port flagTejun Heo2006-02-091-0/+9
| * | | Merge branch 'upstream-fixes'Jeff Garzik2006-02-09282-4451/+8086
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'master'Jeff Garzik2006-02-09282-4451/+8086
| | |\ \
| | | * \ Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds2006-02-081-1/+1
| | | |\ \
| | | | * | [MMC] Remove extra character in AU1XXX MMC Kconfig entryJordan Crouse2006-02-081-1/+1
| | | * | | Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2006-02-0820-58/+58
| | | |\ \ \
| | | | * | | [SERIAL] 8250_pci: add new PCI serial card supportYoichi Yuasa2006-02-081-0/+4
| | | | * | | [SERIAL] ip22zilog: Whitespace cleanup.Ralf Baechle2006-02-082-4/+5
| | | | * | | [SERIAL] PPC32 CPM_UART: update to utilize the new TTY flip APIVitaly Bordug2006-02-081-9/+4
| | | | * | | [SERIAL] Fix compile error in 8250_au1x00.cJordan Crouse2006-02-081-1/+0
| | | | * | | [SERIAL] 8250 serial console update uart_8250_port ierKumar Gala2006-02-081-0/+1
| | | | * | | [SERIAL] uart_port flags member should use UPF_*Russell King2006-02-052-6/+6
| | | | * | | [SERIAL] uart_port iotype member should use UPIO_*Russell King2006-02-0515-38/+38
OpenPOWER on IntegriCloud