summaryrefslogtreecommitdiff
path: root/drivers/ata/libata-core.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-14ata: libata-core: Do not try to set sleeping devices to standbyDamien Le Moal1-0/+4
2023-11-08ata: libata-core: Fix ata_pci_shutdown_one()Damien Le Moal1-15/+1
2023-10-16ata: libata-core: Improve ata_dev_power_set_active()Damien Le Moal1-0/+34
2023-10-03ata: libata-core: Do not resume runtime suspended portsDamien Le Moal1-4/+2
2023-10-03ata: libata-core: Do not poweroff runtime suspended portsDamien Le Moal1-1/+2
2023-10-03ata: libata-core: Remove ata_port_resume_async()Damien Le Moal1-13/+8
2023-10-03ata: libata-core: Remove ata_port_suspend_async()Damien Le Moal1-29/+17
2023-10-03ata: libata-core: Detach a port devices on shutdownDamien Le Moal1-1/+15
2023-10-03ata: libata-core: Synchronize ata_port_detach() with hotplugDamien Le Moal1-4/+4
2023-10-03ata: libata-scsi: Cleanup ata_scsi_start_stop_xlat()Damien Le Moal1-22/+33
2023-10-03ata: ahci: print the lpm policy on bootNiklas Cassel1-1/+1
2023-09-28ata: libata-core: Fix compilation warning in ata_dev_config_ncq()Damien Le Moal1-1/+1
2023-09-28ata: libata-core: Do not register PM operations for SAS portsDamien Le Moal1-1/+1
2023-09-28ata: libata-scsi: Fix delayed scsi_rescan_device() executionDamien Le Moal1-0/+16
2023-09-28ata: libata-scsi: Disable scsi device manage_system_start_stopDamien Le Moal1-0/+90
2023-09-28ata: libata-core: Fix port and device removalDamien Le Moal1-1/+20
2023-09-28ata: libata-core: Fix ata_port_request_pm() lockingDamien Le Moal1-9/+9
2023-09-16ata: libata-core: fetch sense data for successful commands iff CDL enabledNiklas Cassel1-5/+2
2023-09-02ata: libata-core: Disable NCQ_TRIM on Micron 1100 drivesPawel Zmarzly1-2/+4
2023-08-02ata: libata-core: remove ata_bus_probe()Niklas Cassel1-138/+0
2023-08-02ata,scsi: cleanup __ata_port_probe()Hannes Reinecke1-2/+3
2023-08-02ata: libata-core: inline ata_port_probe()Hannes Reinecke1-9/+2
2023-08-02ata: libata: remove references to non-existing error_handler()Hannes Reinecke1-125/+84
2023-08-02ata: fix debounce timings typeSergey Shtylyov1-2/+2
2023-08-02ata: libata-core: fix parameter types of ata_wait_register()Sergey Shtylyov1-1/+1
2023-07-28ata: libata-core: fix when to fetch sense data for successful commandsNiklas Cassel1-2/+2
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+200
2023-06-30Merge tag 'ata-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-8/+2
2023-06-18ata: libata-scsi: Avoid deadlock on rescan after device resumeDamien Le Moal1-1/+2
2023-05-23scsi: ata: libata: Handle completion of CDL commands using policy 0xDNiklas Cassel1-2/+86
2023-05-23scsi: ata: libata: Set read/write commands CDL indexDamien Le Moal1-3/+29
2023-05-23scsi: ata: libata: Add ATA feature control sub-page translationDamien Le Moal1-2/+38
2023-05-23scsi: ata: libata: Detect support for command duration limitsDamien Le Moal1-1/+51
2023-05-16ata: libata-core: Simplify if condition in ata_dev_revalidate()Yahu Gao1-5/+1
2023-05-15ata: libata: Make ata_platform_remove_one return voidUwe Kleine-König1-3/+1
2023-03-25scsi: ata: Declare SCSI host templates constBart Van Assche1-2/+2
2023-02-23Merge tag 'ata-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-23/+58
2023-02-14ata: libata-core: Disable READ LOG DMA EXT for Samsung MZ7LHPatrick McLean1-0/+3
2023-02-02ata: libata: Fix sata_down_spd_limit() when no link speed is reportedDamien Le Moal1-1/+1
2023-01-14ata: libata: exclude FUA support for known buggy drivesDamien Le Moal1-0/+3
2023-01-14ata: libata: Fix FUA handling in ata_build_rw_tf()Damien Le Moal1-3/+5
2023-01-14ata: libata: cleanup fua support detectionDamien Le Moal1-1/+29
2023-01-14ata: libata: Rename and cleanup ata_rwcmd_protocol()Damien Le Moal1-13/+15
2023-01-04ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EHNiklas Cassel1-6/+6
2022-10-19ata: libata-core: do not retry reading the log on timeoutNiklas Cassel1-1/+2
2022-10-18ata: make use of ata_port_is_frozen() helperNiklas Cassel1-2/+2
2022-10-07Merge tag 'ata-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-33/+31
2022-09-27libata: add ATA_HORKAGE_NOLPM for Pioneer BDR-207M and BDR-205Niklas Cassel1-0/+4
2022-09-16ata: libata-core: Check errors in sata_print_link_status()Li Zhong1-1/+2
2022-09-16ata: libata-core: Simplify ata_dev_set_xfermode()Damien Le Moal1-5/+5