summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libata-core.c
Commit message (Expand)AuthorAgeFilesLines
* Move libata to drivers/ata.Jeff Garzik2006-08-101-6098/+0
* [PATCH] libata: kill unused hard_port_no and legacy_modeTejun Heo2006-08-101-1/+0
* [PATCH] libata: use dummy port for stolen legacy portsTejun Heo2006-08-101-2/+0
* [PATCH] libata: implement dummy portTejun Heo2006-08-101-10/+51
* [PATCH] libata: rework legacy handling to remove much of the cruftAlan Cox2006-08-101-23/+36
* [PATCH] libata: implement per-dev xfermaskTejun Heo2006-08-101-29/+11
* [PATCH] [libata] Kill 'count' var in ata_device_add()Jeff Garzik2006-08-101-13/+7
* [PATCH] [libata] some function renamingJeff Garzik2006-08-101-11/+10
* [PATCH] libata: update ata_host_init() and rename it to ata_port_init_shost()Tejun Heo2006-08-101-20/+13
* [PATCH] libata: Add support for SATA attachment to SAS adaptersBrian King2006-08-091-1/+1
* [PATCH] libata: Move ata_probe_ent_alloc to libata_coreBrian King2006-08-091-0/+25
* [PATCH] libata: Add ata_port_initBrian King2006-08-091-15/+34
* [PATCH] libata: Add ata_host_set_initBrian King2006-08-091-4/+24
* Merge branch 'upstream-fixes' into upstreamJeff Garzik2006-08-081-26/+8
|\
| * [PATCH] libata: fix ata_device_add() error pathTejun Heo2006-08-051-4/+4
| * [PATCH] [libata] manually inline ata_host_remove()Jeff Garzik2006-08-051-25/+6
| * [PATCH] libata: fix ata_port_detach() for old EH portsTejun Heo2006-08-051-1/+2
* | [PATCH] libata: cosmetic changes to PM functionsTejun Heo2006-07-291-6/+6
|/
* [PATCH] libata-core.c: restore configuration boot messages in ata_dev_configu...Borislav Petkov2006-07-051-5/+5
* [PATCH] libata: reimplement controller-wide PMTejun Heo2006-07-051-5/+160
* [PATCH] libata: reimplement per-dev PMTejun Heo2006-07-051-84/+0
* [PATCH] libata: implement PM EH actionsTejun Heo2006-07-051-2/+3
* [PATCH] libata: implement ATA_EHI_NO_AUTOPSY and QUIETTejun Heo2006-07-051-2/+4
* [PATCH] libata: clean up debounce parameters and improve parameter selectionTejun Heo2006-07-051-14/+11
* [PATCH] libata: implement ATA_EHI_RESUME_LINKTejun Heo2006-07-051-7/+8
* [PATCH] libata: add ap->pflags and move core dynamic flags to itTejun Heo2006-07-051-12/+12
* [PATCH] libata: Conditionally set host->max_cmd_lenBrian King2006-07-051-6/+15
* [PATCH] lockdep: annotate on-stack completionsIngo Molnar2006-07-031-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-06-271-57/+94
|\
| * [PATCH] libata: cosmetic updatesTejun Heo2006-06-261-29/+32
| * [PATCH] libata reduce timeoutsAndrew Morton2006-06-261-1/+6
| * [PATCH] libata: make two functions globalTejun Heo2006-06-261-2/+2
| * [PATCH] libata: update ata_do_simple_cmd()Tejun Heo2006-06-261-14/+43
| * [PATCH] libata: move ata_do_simple_cmd() below ata_exec_internal()Tejun Heo2006-06-261-23/+23
* | [PATCH] spin/rwlock init cleanupsIngo Molnar2006-06-271-1/+1
|/
* [libata] conversion to new debug scheme, part 1 of $NBorislav Petkov2006-06-231-26/+47
* [libata] Add host lock to struct ata_portJeff Garzik2006-06-221-27/+28
* [PATCH] libata-dev: move the CDB-intr DMA blacklistingAlbert Lee2006-06-221-10/+9
* Merge branch 'master' into upstreamJeff Garzik2006-06-221-0/+1
|\
| * Improve SATA core suspend/resumeLinus Torvalds2006-06-191-0/+1
* | [libata] Update docs to reflect current driver APIJeff Garzik2006-06-131-1/+1
* | [PATCH] libata: add host_set->next for legacy two host_sets case, take #3Tejun Heo2006-06-121-0/+4
* | [PATCH] libata: fix comment above ata_exec_internal()Tejun Heo2006-06-121-1/+3
* | [PATCH] Snoop SET FEATURES - WRITE CACHE ENABLE/DISABLE command(v5)zhao, forrest2006-06-121-0/+1
* | libata: more verbose request_irq() failureJeff Garzik2006-06-111-2/+7
* | [PATCH] libata: Setup nbytes in ata_sg_init_oneBrian King2006-06-111-0/+1
* | libata: Adjust initial debugging levels through preprocessor defines.Borislav Petkov2006-06-111-1/+9
* | [PATCH] libata-hp: move ata_do_reset() to libata-eh.cTejun Heo2006-05-311-28/+0
* | [PATCH] libata-hp: killl ops->probe_resetTejun Heo2006-05-311-174/+13