aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata/libata.h
AgeCommit message (Expand)Author
2012-09-13ahci: implement aggressive SATA device sleep supportShane Huang
2012-07-25libata-acpi: add missing inlines in libata.hLin Ming
2012-06-29libata-acpi: add ata port runtime D3Cold supportLin Ming
2012-06-29libata: migrate ACPI code over to new bindingsMatthew Garrett
2012-06-29libata: bind the Linux device tree to the ACPI device treeMatthew Garrett
2012-04-12libata: make ata_print_id atomicDan Williams
2012-02-29[SCSI] libsas: async ata scanningDan Williams
2012-02-19[SCSI] libsas: execute transport link resets with libata-eh via host workqueueDan Williams
2012-01-08ata: add ata port system PM callbacksLin Ming
2011-03-02libata: plumb sas port scan into standard libata pathsJames Bottomley
2010-10-21libata: implement cross-port EH exclusionTejun Heo
2010-10-21libata: implement LPM support for port multipliersTejun Heo
2010-10-21libata: reimplement link power managementTejun Heo
2010-10-21libata: implement sata_link_scr_lpm() and make ata_dev_set_feature() globalTejun Heo
2010-10-21libata: clean up lpm related symbols and sysfs show/store functionsTejun Heo
2010-10-21[libata] Add ATA transport classGwendal Grignou
2010-07-02libata: take advantage of cmwq and remove concurrency limitationsTejun Heo
2010-05-19libata-sff: separate out BMDMA EHTejun Heo
2010-05-19libata-sff: port_task is SFF specificTejun Heo
2010-05-19libata-sff: introduce ata_sff_init/exit() and ata_sff_port_init()Tejun Heo
2010-05-14libata-sff: kill unused prototype and make ata_dev_select() staticTejun Heo
2009-10-06libata: make gtf_filter per-devTejun Heo
2009-09-01libata: add command name parsing for error outputRobert Hancock
2009-03-24[libata] Export ata_pio_queue_task() so that it can be used from sata_mv.Mark Lord
2009-02-02libata: add @spd_limit to sata_down_spd_limit()Tejun Heo
2009-02-02libata: move ata_dev_disable() to libata-eh.cTejun Heo
2008-11-10libata: revert convert-to-block-tagging patchesTejun Heo
2008-10-23libata: switch to using block layer tagging supportJens Axboe
2008-10-10Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-10-09block: unify request timeout handlingJens Axboe
2008-09-29libata: implement slave_linkTejun Heo
2008-07-31libata: update atapi disable handlingTejun Heo
2008-07-14libata: improve EH internal command timeout handlingTejun Heo
2008-06-18libata: don't check whether to use DMA or not for no data commandsTejun Heo
2008-04-29libata-scsi: clean up inquiry / mode sense related functionsTejun Heo
2008-04-25make sata_set_spd_needed() staticAdrian Bunk
2008-04-17libata: make PMP support optionalTejun Heo
2008-04-17libata: separate PMP support code from core codeTejun Heo
2008-04-17libata: make SFF support optionalTejun Heo
2008-04-17libata: implement and use sata_std_hardreset()Tejun Heo
2008-04-17libata: separate out ata_wait_ready() and implement ata_wait_after_reset()Tejun Heo
2008-04-17libata: kill unused ata_flush_cache()Tejun Heo
2008-04-17libata: make ata_tf_to_lba[48]() genericTejun Heo
2008-04-17libata: reorganize SFF related stuffTejun Heo
2008-02-25make atapi_dmadir staticAdrian Bunk
2008-02-20libata: implement libata.force module parameterTejun Heo
2008-01-23libata: move ata_set_mode() to libata-eh.cTejun Heo
2008-01-23libata-acpi: add ACPI _PSx methodShaohua Li
2008-01-23libata: Disable ATA8-ACS proposed Trusted Computing features by defaultAlan Cox
2007-12-17libata-acpi: add new hooks ata_acpi_dissociate() and ata_acpi_on_disable()Tejun Heo