| Commit message (Expand) | Author | Age |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2008-04-21 |
|\ |
|
| * | SCSI: convert struct class_device to struct device | Tony Jones | 2008-04-19 |
* | | Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil... | Linus Torvalds | 2008-04-21 |
|\ \ |
|
| * | | drivers: Remove unnecessary inclusions of asm/semaphore.h | Matthew Wilcox | 2008-04-18 |
| |/ |
|
* | | Merge branch 'merge-fixes' into devel | Russell King | 2008-04-19 |
|\| |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2008-04-18 |
| |\ |
|
| | * | [SCSI] libata: use scsi_build_sense_buffer | FUJITA Tomonori | 2008-04-07 |
| * | | libata: fix boot panic with SATAPI devices on non-SFF HBAs | James Bottomley | 2008-04-18 |
| * | | ata-acpi: don't call _GTF for disabled drive | Shaohua Li | 2008-04-17 |
| * | | sata_mv add temporary 3 second init delay for SiliconImage PMs | Mark Lord | 2008-04-17 |
| * | | sata_mv remove redundant edma init code | Mark Lord | 2008-04-17 |
| * | | sata_mv add basic port multiplier support | Mark Lord | 2008-04-17 |
| * | | sata_mv fix SOC flags, enable NCQ on SOC | Mark Lord | 2008-04-17 |
| * | | sata_mv disable hotplug for now | Mark Lord | 2008-04-17 |
| * | | sata_mv cosmetics | Mark Lord | 2008-04-17 |
| * | | sata_mv hardreset rework | Mark Lord | 2008-04-17 |
| * | | [libata] improve Kconfig help text for new PMP, SFF options | Jeff Garzik | 2008-04-17 |
| * | | libata: make EH fail gracefully if no reset method is available | Tejun Heo | 2008-04-17 |
| * | | libata: Be a bit more slack about early devices | Alan Cox | 2008-04-17 |
| * | | libata: cable logic | Alan Cox | 2008-04-17 |
| * | | libata: move link onlineness check out of softreset methods | Tejun Heo | 2008-04-17 |
| * | | libata: kill dead code paths in reset path | Tejun Heo | 2008-04-17 |
| * | | pata_scc: fix build breakage | Stephen Rothwell | 2008-04-17 |
| * | | libata: make PMP support optional | Tejun Heo | 2008-04-17 |
| * | | libata: implement PMP helpers | Tejun Heo | 2008-04-17 |
| * | | libata: separate PMP support code from core code | Tejun Heo | 2008-04-17 |
| * | | libata: make SFF support optional | Tejun Heo | 2008-04-17 |
| * | | libata: don't use ap->ioaddr in non-SFF drivers | Tejun Heo | 2008-04-17 |
| * | | libata: clean up dummy port_ops | Tejun Heo | 2008-04-17 |
| * | | libata: kill ata_noop_dev_select() | Tejun Heo | 2008-04-17 |
| * | | libata: remove check_status from non-SFF drivers | Tejun Heo | 2008-04-17 |
| * | | libata: replace tf_read with qc_fill_rtf for non-SFF drivers | Tejun Heo | 2008-04-17 |
| * | | libata: drop @finish_qc from ata_qc_complete_multiple() | Tejun Heo | 2008-04-17 |
| * | | libata: add qc_fill_rtf port operation | Tejun Heo | 2008-04-17 |
| * | | libata: unify mechanism to request follow-up SRST | Tejun Heo | 2008-04-17 |
| * | | libata: move PMP SCR access failure during reset to ata_eh_reset() | Tejun Heo | 2008-04-17 |
| * | | libata: clear SError after link resume | Tejun Heo | 2008-04-17 |
| * | | libata: implement and use sata_std_hardreset() | Tejun Heo | 2008-04-17 |
| * | | libata: move generic hardreset code from sata_sff_hardreset() to sata_link_ha... | Tejun Heo | 2008-04-17 |
| * | | ahci: use ata_wait_after_reset() instead of ata_sff_wait_ready() | Tejun Heo | 2008-04-17 |
| * | | libata: separate out ata_wait_ready() and implement ata_wait_after_reset() | Tejun Heo | 2008-04-17 |
| * | | libata: restructure SFF post-reset readiness waits | Tejun Heo | 2008-04-17 |
| * | | libata: separate out ata_std_postreset() from ata_sff_postreset() | Tejun Heo | 2008-04-17 |
| * | | libata: separate out ata_std_prereset() from ata_sff_prereset() | Tejun Heo | 2008-04-17 |
| * | | libata: clean up port_ops->sff_irq_clear() | Tejun Heo | 2008-04-17 |
| * | | libata: rename SFF port ops | Tejun Heo | 2008-04-17 |
| * | | libata: rename SFF functions | Tejun Heo | 2008-04-17 |
| * | | sata_mv fix ifctl handling | Mark Lord | 2008-04-17 |
| * | | sata_mv clean up mv_stop_edma usage | Mark Lord | 2008-04-17 |
| * | | sata_mv cosmetic fixes | Mark Lord | 2008-04-17 |