summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * | ata: pata_gayle: Remove #include <asm/ide.h>Geert Uytterhoeven2023-08-241-1/+0
| * | ata: pata_falcon: Remove #include <asm/ide.h>Geert Uytterhoeven2023-08-241-1/+0
| * | ata: pata_buddha: Remove #include <asm/ide.h>Geert Uytterhoeven2023-08-241-1/+0
| * | ata: pata_imx: Use helper function devm_clk_get_enabled()Li Zetao2023-08-171-21/+7
| * | ata: sata_rcar: Convert to platform remove callback returning voidUwe Kleine-König2023-08-021-4/+2
| * | ata: sata_mv: Convert to platform remove callback returning voidUwe Kleine-König2023-08-021-3/+2
| * | ata: sata_gemini: Convert to platform remove callback returning voidUwe Kleine-König2023-08-021-4/+2
| * | ata: sata_fsl: Convert to platform remove callback returning voidUwe Kleine-König2023-08-021-4/+2
| * | ata: sata_dwc_460ex: Convert to platform remove callback returning voidUwe Kleine-König2023-08-021-3/+2
| * | ata: pata_rb532_cf: Convert to platform remove callback returning voidUwe Kleine-König2023-08-021-4/+2
| * | ata: pata_pxa: Convert to platform remove callback returning voidUwe Kleine-König2023-08-021-4/+2
| * | ata: pata_mpc52xx: Convert to platform remove callback returning voidUwe Kleine-König2023-08-021-5/+2
| * | ata: pata_imx: Convert to platform remove callback returning voidUwe Kleine-König2023-08-021-4/+2
| * | ata: pata_ftide010: Convert to platform remove callback returning voidUwe Kleine-König2023-08-021-4/+2
| * | ata: pata_ep93xx: Convert to platform remove callback returning voidUwe Kleine-König2023-08-021-3/+2
| * | ata: pata_arasan_cf: Convert to platform remove callback returning voidUwe Kleine-König2023-08-021-4/+2
| * | ata: libata: remove deprecated EH callbacksNiklas Cassel2023-08-021-2/+1
| * | ata: libata-core: remove ata_bus_probe()Niklas Cassel2023-08-022-139/+0
| * | ata: sata_sx4: drop already completed TODONiklas Cassel2023-08-021-1/+0
| * | ata,scsi: remove ata_sas_port_init()Niklas Cassel2023-08-021-18/+1
| * | ata,scsi: cleanup __ata_port_probe()Hannes Reinecke2023-08-023-17/+3
| * | ata: libata-core: inline ata_port_probe()Hannes Reinecke2023-08-021-9/+2
| * | ata: libata-sata: remove ata_sas_sync_probe()Hannes Reinecke2023-08-021-7/+0
| * | ata,scsi: remove ata_sas_port_destroy()Hannes Reinecke2023-08-021-14/+0
| * | ata,scsi: remove ata_sas_port_{start,stop} callbacksHannes Reinecke2023-08-021-38/+0
| * | ata: libata: remove references to non-existing error_handler()Hannes Reinecke2023-08-025-390/+169
| * | ata: sata_sil24: fix parameter type of sil24_exec_polled_cmd()Sergey Shtylyov2023-08-021-2/+2
| * | ata: ahci_xgene: fix parameter types of xgene_ahci_poll_reg_val()Sergey Shtylyov2023-08-021-3/+2
| * | ata: libahci: fix parameter type of ahci_exec_polled_cmd()Sergey Shtylyov2023-08-021-2/+3
| * | ata: libata-scsi: fix timeout type in ata_scsi_park_store()Sergey Shtylyov2023-08-021-2/+2