summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * ide: factor out devices init from ide_init_port_data()Bartlomiej Zolnierkiewicz2008-04-181-6/+17
| * ide: factor out code unregistering devices from ide_unregister()Bartlomiej Zolnierkiewicz2008-04-181-11/+19
| * ide: remove IDE devices from /proc/ide/ before unregistering themBartlomiej Zolnierkiewicz2008-04-183-14/+6
| * ide: factor out cable detection from ide_init_port()Bartlomiej Zolnierkiewicz2008-04-181-0/+4
| * ide-acpi: add missing drive->acpidata zeroingBartlomiej Zolnierkiewicz2008-04-181-0/+2
| * ide: use ide_find_port() instead of ide_deprecated_find_port()Bartlomiej Zolnierkiewicz2008-04-186-31/+5
| * ide: fix ide_find_port()Bartlomiej Zolnierkiewicz2008-04-182-2/+2
| * ide-generic: set hwif->chipsetBartlomiej Zolnierkiewicz2008-04-181-1/+3
| * IDE: remove ide=reverse IDE coreGreg Kroah-Hartman2008-04-186-31/+4
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2008-04-1812-172/+261
|\ \
| * | dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldDan Williams2008-04-178-54/+69
| * | iop-adma: remove the workaround for missed interrupts on iop3xxDan Williams2008-04-174-20/+0
| * | async_tx: kill ->device_dependency_addedDan Williams2008-04-175-30/+0
| * | async_tx: fix multiple dependency submissionDan Williams2008-04-174-47/+170
| * | fsldma: Split the MPC83xx event from MPC85xx and refine irq codes.Zhang Wei2008-04-171-5/+21
| * | fsldma: Remove CONFIG_FSL_DMA_SELFTEST, keep fsl_dma_self_test() running always.Zhang Wei2008-04-172-18/+3
| |/
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-04-1883-8801/+4787
|\ \
| * | ata-acpi: don't call _GTF for disabled driveShaohua Li2008-04-171-2/+4
| * | sata_mv add temporary 3 second init delay for SiliconImage PMsMark Lord2008-04-171-0/+7
| * | sata_mv remove redundant edma init codeMark Lord2008-04-171-14/+0
| * | sata_mv add basic port multiplier supportMark Lord2008-04-171-4/+89
| * | sata_mv fix SOC flags, enable NCQ on SOCMark Lord2008-04-171-1/+2
| * | sata_mv disable hotplug for nowMark Lord2008-04-171-1/+5
| * | sata_mv cosmeticsMark Lord2008-04-171-13/+19
| * | sata_mv hardreset reworkMark Lord2008-04-171-138/+22
| * | [libata] improve Kconfig help text for new PMP, SFF optionsJeff Garzik2008-04-171-1/+13
| * | libata: make EH fail gracefully if no reset method is availableTejun Heo2008-04-171-1/+6
| * | libata: Be a bit more slack about early devicesAlan Cox2008-04-171-10/+15
| * | libata: cable logicAlan Cox2008-04-171-0/+4
| * | libata: move link onlineness check out of softreset methodsTejun Heo2008-04-178-32/+15
| * | libata: kill dead code paths in reset pathTejun Heo2008-04-173-23/+1
| * | pata_scc: fix build breakageStephen Rothwell2008-04-171-1/+1
| * | libata: make PMP support optionalTejun Heo2008-04-174-1/+52
| * | libata: implement PMP helpersTejun Heo2008-04-178-69/+58
| * | libata: separate PMP support code from core codeTejun Heo2008-04-174-25/+27
| * | libata: make SFF support optionalTejun Heo2008-04-176-19/+46
| * | libata: don't use ap->ioaddr in non-SFF driversTejun Heo2008-04-173-44/+36
| * | libata: clean up dummy port_opsTejun Heo2008-04-171-17/+5
| * | libata: kill ata_noop_dev_select()Tejun Heo2008-04-174-22/+0
| * | libata: remove check_status from non-SFF driversTejun Heo2008-04-175-119/+8
| * | libata: replace tf_read with qc_fill_rtf for non-SFF driversTejun Heo2008-04-177-65/+66
| * | libata: drop @finish_qc from ata_qc_complete_multiple()Tejun Heo2008-04-174-18/+12
| * | libata: add qc_fill_rtf port operationTejun Heo2008-04-176-1/+27
| * | libata: unify mechanism to request follow-up SRSTTejun Heo2008-04-174-23/+8
| * | libata: move PMP SCR access failure during reset to ata_eh_reset()Tejun Heo2008-04-175-40/+7
| * | libata: clear SError after link resumeTejun Heo2008-04-174-112/+23
| * | libata: implement and use sata_std_hardreset()Tejun Heo2008-04-176-37/+47
| * | libata: move generic hardreset code from sata_sff_hardreset() to sata_link_ha...Tejun Heo2008-04-176-61/+92
| * | ahci: use ata_wait_after_reset() instead of ata_sff_wait_ready()Tejun Heo2008-04-171-2/+12
| * | libata: separate out ata_wait_ready() and implement ata_wait_after_reset()Tejun Heo2008-04-174-50/+114