| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | PATA: RPC now selects HAVE_PATA_PLATFORM for pata platform driver | Ben Dooks | 2008-09-29 | 1 | -1/+1 |
| | * | | | | ata_piix: drop merged SCR access and use slave_link instead | Tejun Heo | 2008-09-29 | 1 | -127/+40 |
| | * | | | | libata: implement slave_link | Tejun Heo | 2008-09-29 | 3 | -49/+298 |
| | * | | | | libata: misc updates to prepare for slave link | Tejun Heo | 2008-09-29 | 1 | -8/+8 |
| | * | | | | libata: reimplement link iterator | Tejun Heo | 2008-09-29 | 1 | -0/+30 |
| | * | | | | libata: make SCR access ops per-link | Tejun Heo | 2008-09-29 | 16 | -135/+147 |
| | | |/ /
| | |/| | |
|
| * | | | | sata_nv: reinstate nv_hardreset() for non generic controllers | Tejun Heo | 2008-09-29 | 1 | -6/+40 |
| |/ / / |
|
| * | | | sata_inic162x: enable LED blinking | Bob Stewart | 2008-09-13 | 1 | -1/+2 |
| * | | | ata: duplicate variable sparse warning | Stephen Hemminger | 2008-09-13 | 1 | -1/+1 |
* | | | | powerpc: Fix no interrupt handling in pata_of_platform | Anton Vorontsov | 2008-10-10 | 1 | -1/+1 |
|/ / / |
|
* | | | ahci: RAID mode SATA patch for Intel Ibex Peak DeviceIDs | Seth Heasley | 2008-09-08 | 1 | -0/+2 |
* | | | pata_sil680: remove duplicate pcim_enable_device | David Milburn | 2008-09-08 | 1 | -3/+0 |
* | | | libata-sff: kill spurious WARN_ON() in ata_hsm_move() | Tejun Heo | 2008-09-08 | 1 | -5/+0 |
* | | | sata_nv: disable hardreset for generic | Tejun Heo | 2008-09-08 | 1 | -18/+1 |
* | | | ahci: disable PMP for marvell ahcis | Tejun Heo | 2008-09-08 | 1 | -1/+1 |
* | | | sata_mv: add RocketRaid 1720 PCI ID to driver | Mark Lord | 2008-09-08 | 1 | -1/+2 |
* | | | ahci, pata_marvell: play nicely together | Alan Cox | 2008-09-08 | 3 | -15/+59 |
|/ / |
|
* | | [libata] pata_it821x: fix warning | Jeff Garzik | 2008-08-22 | 1 | -1/+1 |
* | | libata: Fix a large collection of DMA mode mismatches | Alan Cox | 2008-08-22 | 6 | -11/+11 |
* | | ahci: sis controllers actually can do PMP | Tejun Heo | 2008-08-22 | 1 | -3/+3 |
* | | pata_via: clean up recent tf_load changes | Tejun Heo | 2008-08-22 | 1 | -48/+11 |
* | | libata: restore SControl on detach | Tejun Heo | 2008-08-22 | 1 | -5/+5 |
* | | libata: use ata_link_printk() when printing SError | Tejun Heo | 2008-08-22 | 1 | -1/+1 |
* | | libata: always do follow-up SRST if hardreset returned -EAGAIN | Tejun Heo | 2008-08-22 | 1 | -14/+6 |
* | | libata: fix EH action overwriting in ata_eh_reset() | Tejun Heo | 2008-08-22 | 1 | -2/+2 |
* | | sata_mv: add the Gen IIE flag to the SoC devices. | Saeed Bishara | 2008-08-22 | 1 | -1/+2 |
* | | ata_piix: IDE Mode SATA patch for Intel Ibex Peak DeviceIDs | Seth Heasley | 2008-08-22 | 1 | -0/+8 |
* | | ahci: RAID mode SATA patch for Intel Ibex Peak DeviceIDs | Seth Heasley | 2008-08-22 | 1 | -0/+2 |
* | | sata_mv: don't issue two DMA commands concurrently | Tejun Heo | 2008-08-22 | 1 | -24/+10 |
* | | libata: implement no[hs]rst force params | Tejun Heo | 2008-08-22 | 2 | -16/+34 |
* | | avr32: Use <mach/foo.h> instead of <asm/arch/foo.h> | Haavard Skinnemoen | 2008-08-05 | 1 | -2/+2 |
* | | pata_it821x: Driver updates and reworking | Alan Cox | 2008-07-31 | 2 | -39/+262 |
* | | ata_piix: subsys 106b:00a3 is apple ich8m too | Tejun Heo | 2008-07-31 | 1 | -0/+1 |
* | | libata-core: make sure that ata_force_tbl is freed in case of an error | Elias Oltmanns | 2008-07-31 | 1 | -5/+9 |
* | | libata: update atapi disable handling | Tejun Heo | 2008-07-31 | 3 | -34/+13 |
* | | pata_via: add VX800 flag; add function for fixing h/w bugs | JosephChan@via.com.tw | 2008-07-31 | 1 | -1/+63 |
* | | pata_ali: misplaced pci_dev_put() | Ben Dooks | 2008-07-31 | 1 | -1/+2 |
|/ |
|
* | [ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_* | Dmitry Baryshkov | 2008-07-27 | 1 | -1/+1 |
* | Fix ahci driver 'flags' type | Linus Torvalds | 2008-07-25 | 1 | -1/+1 |
* | Merge commit 'origin/master' | Benjamin Herrenschmidt | 2008-07-16 | 13 | -124/+671 |
|\ |
|
| * | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-07-15 | 13 | -124/+671 |
| |\ |
|
| | * | AHCI: Remove an unnecessary flush from ahci_qc_issue | Matthew Wilcox | 2008-07-14 | 1 | -1/+0 |
| | * | AHCI: speed up resume | Zhang Rui | 2008-07-14 | 1 | -3/+6 |
| | * | [libata] Add support for VPD page b1 | Matthew Wilcox | 2008-07-14 | 1 | -1/+19 |
| | * | ata: endianness annotations in pata drivers | Harvey Harrison | 2008-07-14 | 3 | -8/+6 |
| | * | libata-eh: update atapi_eh_request_sense() to take @dev instead of @qc | Tejun Heo | 2008-07-14 | 1 | -10/+9 |
| | * | [libata] sata_svw: update code comments relating to data corruption | Pavel Machek | 2008-07-14 | 1 | -15/+23 |
| | * | libata/ahci: enclosure management support | Kristen Carlson Accardi | 2008-07-14 | 2 | -2/+398 |
| | * | libata: improve EH internal command timeout handling | Tejun Heo | 2008-07-14 | 3 | -4/+135 |
| | * | libata: use ULONG_MAX to terminate reset timeout table | Tejun Heo | 2008-07-14 | 1 | -3/+5 |