summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* ata: sata_mv: Fix PCI device ID table declaration compilation warningArnd Bergmann2024-04-101-32/+31
* ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bitArnd Bergmann2024-04-101-4/+2
* scsi: sd: Fix TCG OPAL unlock on system resumeDamien Le Moal2024-04-032-1/+13
* ahci: asm1064: asm1166: don't limit reported portsConrad Kostecki2024-04-031-13/+0
* ahci: asm1064: correct count of reported portsAndrey Jr. Melnikov2024-04-031-3/+11
* ahci: Extend ASM1061 43-bit DMA address quirk to other ASM106x partsLennert Buytenhek2024-03-011-5/+5
* ata: ahci: add identifiers for ASM2116 series adaptersSzuying Chen2024-03-011-0/+5
* ata: ahci_ceva: fix error handling for Xilinx GT PHY supportRadhey Shyam Pandey2024-03-011-46/+79
* ata: libata-core: Do not try to set sleeping devices to standbyDamien Le Moal2024-03-011-0/+4
* ahci: add 43-bit DMA address quirk for ASMedia ASM1061 controllersLennert Buytenhek2024-03-012-6/+24
* ahci: asm1166: correct count of reported portsConrad Kostecki2024-03-011-0/+5
* scsi: sd: Fix system start for ATA devicesDamien Le Moal2023-12-081-0/+5
* scsi: Change SCSI device boolean fields to single bit flagsDamien Le Moal2023-12-081-2/+2
* ata: pata_isapnp: Add missing error check for devm_ioport_map()Chen Ni2023-12-031-0/+3
* scsi: sd: Introduce manage_shutdown device flagDamien Le Moal2023-10-271-2/+3
* ata: pata_parport: fit3: implement IDE command set registersOndrej Zary2023-10-101-12/+2
* ata: pata_parport: add custom version of wait_after_resetOndrej Zary2023-10-101-1/+67
* ata: pata_parport: implement set_devctlOndrej Zary2023-10-101-0/+8
* ata: pata_parport: fix pata_parport_devchkOndrej Zary2023-10-101-1/+1
* Merge tag 'ata-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-09-295-48/+259
|\
| * ata: libata-eh: Fix compilation warning in ata_eh_link_report()Damien Le Moal2023-09-281-1/+1
| * ata: libata-core: Fix compilation warning in ata_dev_config_ncq()Damien Le Moal2023-09-281-1/+1
| * ata: libata-core: Do not register PM operations for SAS portsDamien Le Moal2023-09-283-2/+11
| * ata: libata-scsi: Fix delayed scsi_rescan_device() executionDamien Le Moal2023-09-282-18/+31
| * ata: libata-scsi: Disable scsi device manage_system_start_stopDamien Le Moal2023-09-284-10/+144
| * scsi: sd: Differentiate system and runtime start/stop managementDamien Le Moal2023-09-281-1/+2
| * ata: libata-scsi: link ata port and scsi deviceDamien Le Moal2023-09-281-5/+40
| * ata: libata-core: Fix port and device removalDamien Le Moal2023-09-281-1/+20
| * ata: libata-core: Fix ata_port_request_pm() lockingDamien Le Moal2023-09-281-9/+9
| * ata: libata-scsi: ignore reserved bits for REPORT SUPPORTED OPERATION CODESNiklas Cassel2023-09-251-1/+1
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-09-271-0/+3
|\ \ | |/ |/|
| * scsi: core: ata: Do no try to probe for CDL on old drivesDamien Le Moal2023-09-211-0/+3
* | ata: libata-core: fetch sense data for successful commands iff CDL enabledNiklas Cassel2023-09-161-5/+2
* | ata: libata-eh: do not thaw the port twice in ata_eh_reset()Niklas Cassel2023-09-161-3/+0
* | ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset()Niklas Cassel2023-09-161-10/+3
* | ata: pata_parport: Fix code style issuesDamien Le Moal2023-09-151-5/+4
* | ata: libahci: clear pending interrupt statusSzuying Chen2023-09-151-12/+23
* | ata: sata_mv: Fix incorrect string length computation in mv_dump_mem()Christophe JAILLET2023-09-111-2/+2
* | ata: libata: disallow dev-initiated LPM transitions to unsupported statesNiklas Cassel2023-09-112-3/+25
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-09-091-1/+1
|\
| * scsi: core: Improve type safety of scsi_rescan_device()Bart Van Assche2023-08-241-1/+1
* | Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-09-0541-825/+331
|\ \
| * | ata: libata-core: Disable NCQ_TRIM on Micron 1100 drivesPawel Zmarzly2023-09-021-2/+4
| * | ata: ahci: Add Elkhart Lake AHCI controllerWerner Fischer2023-09-021-0/+2
| * | ata: pata_falcon: add data_swab option to byte-swap disk dataMichael Schmitz2023-08-281-1/+11
| * | ata: pata_falcon: fix IO base selection for Q40Michael Schmitz2023-08-281-21/+29
| * | ata: pata_ep93xx: use soc_device_match for UDMA modesNikita Shubin2023-08-251-5/+11
| * | ata: pata_ep93xx: fix error return code in probeNikita Shubin2023-08-251-2/+2
| * | ata: sata_gemini: Add missing MODULE_DESCRIPTIONDamien Le Moal2023-08-251-0/+1
| * | ata: pata_ftide010: Add missing MODULE_DESCRIPTIONDamien Le Moal2023-08-251-0/+1