| Commit message (Expand) | Author | Age | Files | Lines |
* | libata: add missing kernel-doc | Randy Dunlap | 2008-10-27 | 1 | -0/+1 |
* | libata: fix device iteration bugs | Tejun Heo | 2008-10-27 | 1 | -15/+19 |
* | libata: switch to using block layer tagging support | Jens Axboe | 2008-10-23 | 1 | -60/+6 |
* | libata: initialize port_task when !CONFIG_ATA_SFF | Tejun Heo | 2008-10-22 | 1 | -0/+2 |
* | libata: Implement disk shock protection support | Elias Oltmanns | 2008-09-29 | 1 | -0/+1 |
* | libata: implement slave_link | Tejun Heo | 2008-09-29 | 1 | -23/+179 |
* | 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 | 1 | -9/+4 |
* | libata: Fix a large collection of DMA mode mismatches | Alan Cox | 2008-08-22 | 1 | -2/+2 |
* | libata: restore SControl on detach | Tejun Heo | 2008-08-22 | 1 | -5/+5 |
* | libata: implement no[hs]rst force params | Tejun Heo | 2008-08-22 | 1 | -16/+30 |
* | pata_it821x: Driver updates and reworking | Alan Cox | 2008-07-31 | 1 | -5/+26 |
* | 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 | 1 | -1/+11 |
* | libata: improve EH internal command timeout handling | Tejun Heo | 2008-07-14 | 1 | -3/+13 |
* | libata: consistently use msecs for time durations | Tejun Heo | 2008-07-14 | 1 | -23/+21 |
* | libata: don't check whether to use DMA or not for no data commands | Tejun Heo | 2008-06-18 | 1 | -2/+2 |
* | ata: Convert to static DEFINE_SPINLOCK(lock) | Pradeep Singh Rautela | 2008-05-30 | 1 | -1/+1 |
* | libata: ignore SIMG4726 config pseudo device | Tejun Heo | 2008-05-19 | 1 | -2/+8 |
* | libata: don't schedule LPM action seperately during probing | Tejun Heo | 2008-05-19 | 1 | -2/+1 |
* | libata: kill hotplug related race condition | Tejun Heo | 2008-05-19 | 1 | -13/+8 |
* | libata: fix sata_link_hardreset() @online out parameter handling | Tejun Heo | 2008-05-19 | 1 | -1/+5 |
* | libata: export ata_eh_analyze_ncq_error | Mark Lord | 2008-05-06 | 1 | -0/+1 |
* | libata: More TSSTcorp pain, keep in sync with legacy IDE | Alan Cox | 2008-04-29 | 1 | -0/+3 |
* | make sata_set_spd_needed() static | Adrian Bunk | 2008-04-25 | 1 | -1/+1 |
* | make sata_print_link_status() static | Adrian Bunk | 2008-04-25 | 1 | -2/+1 |
* | libata: functions with definition should not be extern | Harvey Harrison | 2008-04-24 | 1 | -1/+1 |
* | drivers: Remove unnecessary inclusions of asm/semaphore.h | Matthew Wilcox | 2008-04-18 | 1 | -1/+0 |
* | libata: Be a bit more slack about early devices | Alan Cox | 2008-04-17 | 1 | -10/+15 |
* | libata: cable logic | Alan Cox | 2008-04-17 | 1 | -0/+4 |
* | libata: move link onlineness check out of softreset methods | Tejun Heo | 2008-04-17 | 1 | -0/+4 |
* | libata: implement PMP helpers | Tejun Heo | 2008-04-17 | 1 | -2/+2 |
* | libata: separate PMP support code from core code | Tejun Heo | 2008-04-17 | 1 | -13/+0 |
* | libata: make SFF support optional | Tejun Heo | 2008-04-17 | 1 | -0/+2 |
* | libata: clean up dummy port_ops | Tejun Heo | 2008-04-17 | 1 | -17/+5 |
* | libata: kill ata_noop_dev_select() | Tejun Heo | 2008-04-17 | 1 | -19/+0 |
* | libata: replace tf_read with qc_fill_rtf for non-SFF drivers | Tejun Heo | 2008-04-17 | 1 | -1/+0 |
* | libata: drop @finish_qc from ata_qc_complete_multiple() | Tejun Heo | 2008-04-17 | 1 | -5/+1 |
* | libata: add qc_fill_rtf port operation | Tejun Heo | 2008-04-17 | 1 | -1/+2 |
* | libata: unify mechanism to request follow-up SRST | Tejun Heo | 2008-04-17 | 1 | -1/+0 |
* | libata: move PMP SCR access failure during reset to ata_eh_reset() | Tejun Heo | 2008-04-17 | 1 | -2/+1 |
* | libata: clear SError after link resume | Tejun Heo | 2008-04-17 | 1 | -13/+22 |
* | libata: implement and use sata_std_hardreset() | Tejun Heo | 2008-04-17 | 1 | -1/+29 |
* | libata: move generic hardreset code from sata_sff_hardreset() to sata_link_ha... | Tejun Heo | 2008-04-17 | 1 | -1/+49 |
* | libata: separate out ata_wait_ready() and implement ata_wait_after_reset() | Tejun Heo | 2008-04-17 | 1 | -0/+98 |
* | libata: separate out ata_std_postreset() from ata_sff_postreset() | Tejun Heo | 2008-04-17 | 1 | -20/+4 |
* | libata: separate out ata_std_prereset() from ata_sff_prereset() | Tejun Heo | 2008-04-17 | 1 | -13/+4 |
* | libata: clean up port_ops->sff_irq_clear() | Tejun Heo | 2008-04-17 | 1 | -10/+0 |
* | libata: rename SFF port ops | Tejun Heo | 2008-04-17 | 1 | -9/+9 |