summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* ata: libata-core: Allow command duration limits detection for ACS-4 drivesIgor Pylypiv2024-04-131-1/+1
* ata: libata-scsi: Fix ata_scsi_dev_rescan() error pathDamien Le Moal2024-04-131-4/+5
* ata: ahci: Add mask_port_map module parameterDamien Le Moal2024-04-051-0/+85
* ata: sata_gemini: Check clk_enable() resultChen Ni2024-04-041-1/+4
* ata: sata_mv: Fix PCI device ID table declaration compilation warningArnd Bergmann2024-04-041-32/+31
* ata: ahci_st: Remove an unused field in struct st_ahci_drv_dataChristophe JAILLET2024-04-021-1/+0
* ata: pata_macio: drop driver owner assignmentKrzysztof Kozlowski2024-04-011-3/+0
* ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bitArnd Bergmann2024-04-011-4/+2
* scsi: sd: Fix TCG OPAL unlock on system resumeDamien Le Moal2024-03-252-1/+13
* ahci: asm1064: asm1166: don't limit reported portsConrad Kostecki2024-03-191-13/+0
* Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-03-151-3/+1
|\
| * powerpc/macio: Make remove callback of macio driver void returnedDawei Li2024-03-071-3/+1
* | Merge tag 'ata-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds2024-03-135-241/+231
|\ \
| * | ahci: print the number of implemented portsNiklas Cassel2024-02-211-4/+10
| * | ahci: rename board_ahci_nomsiNiklas Cassel2024-02-191-4/+4
| * | ahci: drop unused board_ahci_noncqNiklas Cassel2024-02-191-8/+0
| * | ahci: clean up ahci_broken_devslp quirkNiklas Cassel2024-02-191-16/+10
| * | ahci: rename board_ahci_nosntfNiklas Cassel2024-02-191-7/+7
| * | ahci: clean up intel_pcs_quirkNiklas Cassel2024-02-132-182/+180
| * | ata: ahci: Drop low power policy board typeMario Limonciello2024-02-093-70/+53
| * | ata: ahci: do not enable LPM on external portsNiklas Cassel2024-02-091-0/+9
| * | ata: ahci: drop hpriv param from ahci_update_initial_lpm_policy()Niklas Cassel2024-02-091-3/+3
| * | ata: ahci: a hotplug capable port is an external portNiklas Cassel2024-02-091-2/+3
| * | ata: ahci: move marking of external port earlierNiklas Cassel2024-02-092-7/+14
| * | ata: pata_parport: make pata_parport_bus_type constRicardo B. Marliere2024-02-061-1/+1
* | | ata: libata-core: Do not call ata_dev_power_set_standby() twiceDamien Le Moal2024-02-211-29/+30
* | | ata: ahci_ceva: fix error handling for Xilinx GT PHY supportRadhey Shyam Pandey2024-02-191-46/+79
* | | ahci: asm1064: correct count of reported portsAndrey Jr. Melnikov2024-02-191-3/+11
* | | ata: libata-core: Do not try to set sleeping devices to standbyDamien Le Moal2024-02-141-0/+4
|/ /
* / ahci: Extend ASM1061 43-bit DMA address quirk to other ASM106x partsLennert Buytenhek2024-01-311-5/+5
|/
* ahci: add 43-bit DMA address quirk for ASMedia ASM1061 controllersLennert Buytenhek2024-01-252-6/+24
* ahci: asm1166: correct count of reported portsConrad Kostecki2024-01-241-0/+5
* ata: libata-sata: improve sysfs description for ATA_LPM_UNKNOWNNiklas Cassel2024-01-221-1/+1
* Merge tag 'ata-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds2024-01-111-4/+3
|\
| * ata: pata_pxa: convert not to use dma_request_slave_channel()Christophe JAILLET2023-11-201-4/+3
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-12-021-2/+7
|\ \
| * | scsi: sd: Fix system start for ATA devicesDamien Le Moal2023-11-241-0/+5
| * | scsi: Change SCSI device boolean fields to single bit flagsDamien Le Moal2023-11-241-2/+2
| |/
* / ata: pata_isapnp: Add missing error check for devm_ioport_map()Chen Ni2023-11-201-0/+3
|/
* ata: pata_gayle: Convert to platform remove callback returning voidUwe Kleine-König2023-11-081-4/+2
* ata: pata_falcon: Convert to platform remove callback returning voidUwe Kleine-König2023-11-081-4/+2
* ata: pata_gayle: Stop using module_platform_driver_probe()Uwe Kleine-König2023-11-081-4/+5
* ata: pata_falcon: Stop using module_platform_driver_probe()Uwe Kleine-König2023-11-081-4/+5
* ata: libata-core: Fix ata_pci_shutdown_one()Damien Le Moal2023-11-081-15/+1
* Merge tag 'ata-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-11-0112-166/+183
|\
| * ata: libata-core: Improve ata_dev_power_set_active()Damien Le Moal2023-10-161-0/+34
| * ata: libata-eh: Spinup disk on resume after revalidationDamien Le Moal2023-10-131-9/+11
| * ata: imx: Use device_get_match_data()Rob Herring2023-10-111-7/+3
| * ata: xgene: Use of_device_get_match_data()Rob Herring2023-10-111-8/+3
| * ata: sata_mv: aspeed: fix value check in mv_platform_probe()Ma Ke2023-10-111-3/+6