summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* 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
| * ata: ahci: Add Intel Alder Lake-P AHCI controller to low power chipsets listMika Westerberg2023-10-031-0/+1
| * ata: libata-eh: Reduce "disable device" message verbosityDamien Le Moal2023-10-031-13/+19
| * ata: libata-eh: Improve reset error messagesDamien Le Moal2023-10-032-1/+2
| * ata: libata-sata: Improve ata_sas_slave_configure()Damien Le Moal2023-10-031-2/+2
| * ata: libata-core: Do not resume runtime suspended portsDamien Le Moal2023-10-031-4/+2
| * ata: libata-core: Do not poweroff runtime suspended portsDamien Le Moal2023-10-031-1/+2
| * ata: libata-core: Remove ata_port_resume_async()Damien Le Moal2023-10-031-13/+8
| * ata: libata-core: Remove ata_port_suspend_async()Damien Le Moal2023-10-031-29/+17
| * ata: libata-core: Detach a port devices on shutdownDamien Le Moal2023-10-031-1/+15
| * ata: libata-core: Synchronize ata_port_detach() with hotplugDamien Le Moal2023-10-031-4/+4
| * ata: libata-scsi: Cleanup ata_scsi_start_stop_xlat()Damien Le Moal2023-10-033-66/+44
| * ata: ahci: add identifiers for ASM2116 series adaptersSzuying Chen2023-10-031-0/+5
| * ata: ahci: print the lpm policy on bootNiklas Cassel2023-10-034-8/+8
* | 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