summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | ata: fix debounce timings typeSergey Shtylyov2023-08-0211-19/+19
| * | ata: libata-eh: fix reset timeout typeSergey Shtylyov2023-08-021-3/+3
| * | ata: libata-core: fix parameter types of ata_wait_register()Sergey Shtylyov2023-08-021-1/+1
| * | ata: pata_imx: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-08-021-2/+1
| * | ata: pata_ftide010: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-08-021-5/+1
| * | ata: pata_ixp4xx: Remove unnecessary return value checkYangtao Li2023-08-021-5/+2
| * | ata: pata_ixp4xx: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-08-021-10/+7
| * | ata: sata_rcar: Convert to devm_platform_ioremap_resource()Yangtao Li2023-08-021-3/+1
| * | ata: sata_rcar: Remove unnecessary return value checkYangtao Li2023-08-021-2/+0