summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-core.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'alpm' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/li...Linus Torvalds2007-10-291-1/+195
|\
| * [libata] Link power management infrastructureKristen Carlson Accardi2007-10-291-1/+195
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-10-291-40/+106
|\|
| * libata: add MAXTOR 7V300F0/VA111900 to NCQ blacklistTejun Heo2007-10-291-0/+1
| * libata: relocate forcing PIO0 on resetTejun Heo2007-10-291-27/+19Star
| * libata: implement ata_wait_after_reset()Tejun Heo2007-10-291-13/+54
| * libata: track SLEEP state and issue SRST to wake it upTejun Heo2007-10-291-0/+12
| * libata: relocate and fix post-command processingTejun Heo2007-10-291-0/+20
* | Initialise scatter/gather list in ata_sg_setupAnton Blanchard2007-10-291-0/+1
|/
* Merge branch 'sg' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-10-261-2/+2
|\
| * SG: Change sg_set_page() to take length and offset argumentJens Axboe2007-10-241-2/+2
* | libata-core: Be a bit more relaxed about early DMA zero devicesAlan Cox2007-10-251-3/+7
* | libata-core.c: make 2 functions staticAdrian Bunk2007-10-251-2/+2
* | [libata] Create internal helper ata_dev_set_feature()Jeff Garzik2007-10-251-15/+11Star
|/
* libata: add HTS542525K9SA00 to NCQ blacklistTejun Heo2007-10-241-0/+1
* libata-core: auditting chk_status v check_statusAlan Cox2007-10-241-1/+1
* [libata] checkpatch-inspired cleanupsJeff Garzik2007-10-241-32/+34
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-5/+5
* libata: fix kernel-doc param nameRandy Dunlap2007-10-201-1/+1
* libata sg chaining support fixFUJITA Tomonori2007-10-161-1/+6
* libata: convert to using sg helpersJens Axboe2007-10-161-14/+16
* libata: prevent devices with blank model names from being DMA blacklistedAndrew Paprocki2007-10-151-1/+7
* libata: add ST9160821AS / 3.CCD to NCQ blacklistTejun Heo2007-10-151-0/+1
* [libata] struct pci_dev related cleanupsJeff Garzik2007-10-121-1/+1
* libata: use ata_exec_internal() for PMP register accessTejun Heo2007-10-121-3/+0Star
* libata: add @timeout to ata_exec_internal[_sg]()Tejun Heo2007-10-121-12/+20
* libata: clear ehi description after initial host reportTejun Heo2007-10-121-2/+3
* libata: add ST9160821AS / 3.ALD to NCQ blacklistTejun Heo2007-10-121-0/+1
* libata: add HDT722516DLA380 to NCQ blacklistTejun Heo2007-10-121-0/+1
* libata: blacklist NCQ on Seagate Barracuda ST380817ASPaolo Ornati2007-10-121-0/+1
* [libata] Turn on ACPI by defaultJeff Garzik2007-10-121-2/+2
* libata: correct handling of SRST reset sequencesAlan Cox2007-10-121-0/+21
* libata: Add a drivers/ide style DMA disableAlan Cox2007-10-121-0/+17
* libata-pmp: implement qc_defer for command switching PMP supportTejun Heo2007-10-121-0/+1
* libata-pmp: hook PMP support and enable itTejun Heo2007-10-121-31/+80
* libata-pmp: implement Port Multiplier supportTejun Heo2007-10-121-0/+11
* [PATCH] libata: Fix HPA handling regressionAlan Cox2007-10-121-1/+6
* libata-core: blacklist HITACHI HDS drives using wildcard blacklist matchingDavid Milburn2007-10-121-2/+2
* libata: update spurious NCQ completion blacklistTejun Heo2007-10-121-1/+4
* libata: fix ata_set_max_sectors()Tejun Heo2007-10-121-1/+4
* libata-pmp-prep: implement sata_async_notification()Tejun Heo2007-10-121-4/+9
* libata-pmp-prep: implement qc_defer helpersTejun Heo2007-10-121-2/+20
* libata-pmp-prep: implement ops->qc_defer()Tejun Heo2007-10-121-0/+31
* libata-pmp-prep: make a number of functions global to libataTejun Heo2007-10-121-2/+2
* libata-pmp-prep: add @new_class to ata_dev_revalidate()Tejun Heo2007-10-121-2/+13
* libata: misc updates for ANTejun Heo2007-10-121-10/+14
* [libata] SCSI: simulator version, not device version, belongs in VPDJeff Garzik2007-10-121-2/+0Star
* libata: assume ATA_DEV_ATA on diagnostic failureTejun Heo2007-10-121-4/+14
* libata: update ata_dev_try_classify() argumentsTejun Heo2007-10-121-14/+16
* libata: remiplement ata_hpa_resize()Tejun Heo2007-10-121-39/+85