summaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
2024-04-13ata: libata-core: Allow command duration limits detection for ACS-4 drivesIgor Pylypiv1-1/+1
2024-04-13ata: libata-scsi: Fix ata_scsi_dev_rescan() error pathDamien Le Moal1-4/+5
2024-04-05ata: ahci: Add mask_port_map module parameterDamien Le Moal1-0/+85
2024-04-04ata: sata_gemini: Check clk_enable() resultChen Ni1-1/+4
2024-04-04ata: sata_mv: Fix PCI device ID table declaration compilation warningArnd Bergmann1-32/+31
2024-04-02ata: ahci_st: Remove an unused field in struct st_ahci_drv_dataChristophe JAILLET1-1/+0
2024-04-01ata: pata_macio: drop driver owner assignmentKrzysztof Kozlowski1-3/+0
2024-04-01ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bitArnd Bergmann1-4/+2
2024-03-25scsi: sd: Fix TCG OPAL unlock on system resumeDamien Le Moal2-1/+13
2024-03-19ahci: asm1064: asm1166: don't limit reported portsConrad Kostecki1-13/+0
2024-03-16Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-3/+1
2024-03-13Merge tag 'ata-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds5-241/+231
2024-03-07powerpc/macio: Make remove callback of macio driver void returnedDawei Li1-3/+1
2024-02-21ahci: print the number of implemented portsNiklas Cassel1-4/+10
2024-02-21ata: libata-core: Do not call ata_dev_power_set_standby() twiceDamien Le Moal1-29/+30
2024-02-19ata: ahci_ceva: fix error handling for Xilinx GT PHY supportRadhey Shyam Pandey1-46/+79
2024-02-19ahci: asm1064: correct count of reported portsAndrey Jr. Melnikov1-3/+11
2024-02-19ahci: rename board_ahci_nomsiNiklas Cassel1-4/+4
2024-02-19ahci: drop unused board_ahci_noncqNiklas Cassel1-8/+0
2024-02-19ahci: clean up ahci_broken_devslp quirkNiklas Cassel1-16/+10
2024-02-19ahci: rename board_ahci_nosntfNiklas Cassel1-7/+7
2024-02-14ata: libata-core: Do not try to set sleeping devices to standbyDamien Le Moal1-0/+4
2024-02-13ahci: clean up intel_pcs_quirkNiklas Cassel2-182/+180
2024-02-09ata: ahci: Drop low power policy board typeMario Limonciello3-70/+53
2024-02-09ata: ahci: do not enable LPM on external portsNiklas Cassel1-0/+9
2024-02-09ata: ahci: drop hpriv param from ahci_update_initial_lpm_policy()Niklas Cassel1-3/+3
2024-02-09ata: ahci: a hotplug capable port is an external portNiklas Cassel1-2/+3
2024-02-09ata: ahci: move marking of external port earlierNiklas Cassel2-7/+14
2024-02-06ata: pata_parport: make pata_parport_bus_type constRicardo B. Marliere1-1/+1
2024-01-31ahci: Extend ASM1061 43-bit DMA address quirk to other ASM106x partsLennert Buytenhek1-5/+5
2024-01-25ahci: add 43-bit DMA address quirk for ASMedia ASM1061 controllersLennert Buytenhek2-6/+24
2024-01-24ahci: asm1166: correct count of reported portsConrad Kostecki1-0/+5
2024-01-23ata: libata-sata: improve sysfs description for ATA_LPM_UNKNOWNNiklas Cassel1-1/+1
2024-01-12Merge tag 'ata-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds1-4/+3
2023-12-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+7
2023-11-25scsi: sd: Fix system start for ATA devicesDamien Le Moal1-0/+5
2023-11-25scsi: Change SCSI device boolean fields to single bit flagsDamien Le Moal1-2/+2
2023-11-20ata: pata_pxa: convert not to use dma_request_slave_channel()Christophe JAILLET1-4/+3
2023-11-20ata: pata_isapnp: Add missing error check for devm_ioport_map()Chen Ni1-0/+3
2023-11-08ata: pata_gayle: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-08ata: pata_falcon: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-08ata: pata_gayle: Stop using module_platform_driver_probe()Uwe Kleine-König1-4/+5
2023-11-08ata: pata_falcon: Stop using module_platform_driver_probe()Uwe Kleine-König1-4/+5
2023-11-08ata: libata-core: Fix ata_pci_shutdown_one()Damien Le Moal1-15/+1
2023-11-02Merge tag 'ata-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds12-166/+183
2023-10-27scsi: sd: Introduce manage_shutdown device flagDamien Le Moal1-2/+3
2023-10-16ata: libata-core: Improve ata_dev_power_set_active()Damien Le Moal1-0/+34
2023-10-13ata: libata-eh: Spinup disk on resume after revalidationDamien Le Moal1-9/+11
2023-10-11ata: imx: Use device_get_match_data()Rob Herring1-7/+3
2023-10-11ata: xgene: Use of_device_get_match_data()Rob Herring1-8/+3