summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | dmaengine: jz4780: Add support for the MDMA and BDMA in the JZ4760(B)Paul Cercueil2021-12-171-0/+28
| * | | | dmaengine: jz4780: Work around hardware bug on JZ4760 SoCsPaul Cercueil2021-12-171-0/+8
| * | | | drivers: dma: ti: k3-psil: Add support for J721S2Aswath Govindraju2021-12-174-1/+171
| * | | | dmaengine: ti: k3-udma: Add SoC dependent data for J721S2 SoCAswath Govindraju2021-12-171-0/+1
| * | | | dmaengine: at_xdmac: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2021-12-171-4/+4
| * | | | dmaengine: xilinx: Handle IRQ mapping errorsLars-Peter Clausen2021-12-171-3/+8
| * | | | dmaengine: ppc4xx: remove unused variable `rval'Jason Wang2021-11-251-2/+1
| * | | | dmaengine: qcom: gpi: Remove unnecessary print function dev_err()Xu Wang2021-11-221-3/+1
| * | | | dmaengine: Add consumer for the new DMA_MEMCPY_SG API function.Adrian Larumbe2021-11-221-0/+122
| * | | | dmaengine: Add core function and capability check for DMA_MEMCPY_SGAdrian Larumbe2021-11-221-0/+7
| * | | | dmaengine: idxd: handle interrupt handle revoked eventDave Jiang2021-11-226-4/+152
| * | | | dmaengine: idxd: handle invalid interrupt handle descriptorsDave Jiang2021-11-223-4/+61
| * | | | dmaengine: idxd: create locked version of idxd_quiesce() callDave Jiang2021-11-223-3/+12
| * | | | dmaengine: idxd: add helper for per interrupt handle drainDave Jiang2021-11-221-0/+39
| * | | | dmaengine: idxd: move interrupt handle assignmentDave Jiang2021-11-221-9/+5
| * | | | dmaengine: idxd: int handle management refactoringDave Jiang2021-11-225-47/+64
| * | | | dmaengine: idxd: rework descriptor free path on failureDave Jiang2021-11-225-28/+19
| * | | | dmaengine: ti: edma: Use 'for_each_set_bit' when possibleChristophe JAILLET2021-11-221-2/+1
| | |_|/ | |/| |
* | | | Merge tag 'ata-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds2022-01-1857-1355/+802
|\ \ \ \
| * | | | ata: pata_ali: remove redundant return statementColin Ian King2022-01-141-1/+1
| * | | | ata: ahci: Add support for AMD A85 FCH (Hudson D4)Paul Menzel2022-01-141-0/+9
| * | | | ata: libata: Rename link flag ATA_LFLAG_NO_DB_DELAYPaul Menzel2022-01-142-2/+2
| * | | | ata: libata-scsi: simplify __ata_scsi_queuecmd()Wenchao Hao2022-01-141-24/+21
| * | | | ata: pata_of_platform: Use platform_get_irq_optional() to get the interruptLad Prabhakar2022-01-141-3/+12
| * | | | ata: pata_samsung_cf: add compile test supportDamien Le Moal2022-01-141-1/+1
| * | | | ata: pata_pxa: add compile test supportDamien Le Moal2022-01-141-1/+1
| * | | | ata: pata_imx: add compile test supportDamien Le Moal2022-01-141-1/+1
| * | | | ata: pata_ftide010: add compile test supportDamien Le Moal2022-01-141-1/+1
| * | | | ata: pata_cs5535: add compile test supportDamien Le Moal2022-01-141-1/+1
| * | | | ata: pata_octeon_cf: remove redundant val variableMinghao Chi2022-01-141-5/+1
| * | | | ata: fix read_id() ata port operation interfaceDamien Le Moal2022-01-146-22/+21
| * | | | ata: ahci_xgene: use correct type for port mmio addressDamien Le Moal2022-01-141-3/+3
| * | | | ata: sata_fsl: fix cmdhdr_tbl_entry and prde struct definitionsDamien Le Moal2022-01-141-10/+10
| * | | | ata: sata_fsl: fix scsi host initializationDamien Le Moal2022-01-141-2/+1
| * | | | ata: pata_bk3710: add compile test supportDamien Le Moal2022-01-141-1/+1
| * | | | ata: ahci_seattle: add compile test supportDamien Le Moal2022-01-141-1/+1
| * | | | ata: ahci_xgene: add compile test supportDamien Le Moal2022-01-141-1/+1
| * | | | ata: ahci_tegra: add compile test supportDamien Le Moal2022-01-141-1/+1
| * | | | ata: ahci_sunxi: add compile test supportDamien Le Moal2022-01-141-1/+1
| * | | | ata: ahci_mvebu: add compile test supportDamien Le Moal2022-01-141-1/+1
| * | | | ata: ahci_mtk: add compile test supportDamien Le Moal2022-01-141-1/+1
| * | | | ata: ahci_dm816: add compile test supportDamien Le Moal2022-01-051-1/+1
| * | | | ata: ahci_da850: add compile test supportDamien Le Moal2022-01-051-1/+1
| * | | | ata: ahci_brcm: add compile test supportDamien Le Moal2022-01-051-1/+1
| * | | | ata: sata_fsl: add compile test supportDamien Le Moal2022-01-051-1/+1
| * | | | ata: sata_dwc_460ex: Remove debug compile optionsHannes Reinecke2022-01-052-20/+0
| * | | | ata: sata_dwc_460ex: remove 'check_status' argumentHannes Reinecke2022-01-051-16/+13
| * | | | ata: sata_dwc_460ex: drop DEBUG_NCQHannes Reinecke2022-01-051-28/+0
| * | | | ata: libata-scsi: rework ata_dump_status to avoid using pr_cont()Hannes Reinecke2022-01-051-28/+23
| * | | | ata: pata_hpt366: convert pr_warn() callsHannes Reinecke2022-01-051-4/+1