summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-02-08spi: s3c64xx: add support for google,gs101-spiTudor Ambarus1-1/+17
2024-02-08spi: s3c64xx: add s3c64xx_iowrite{8,16}_32_rep accessorsTudor Ambarus1-2/+34
2024-02-08spi: s3c64xx: prepare for a different flavor of iowrite repTudor Ambarus1-14/+21
2024-02-07spi: axi-spi-engine: move msg finalization out of irq handlerDavid Lechner1-25/+15
2024-02-07spi: axi-spi-engine: remove use of ida for sync idDavid Lechner1-22/+6
2024-02-07spi: drop gpf arg from __spi_split_transfer_maxsize()David Lechner2-17/+9
2024-02-06spi: fsl-dspi: A couple of error handlingMark Brown1-10/+5
2024-02-05spi: spi-rockchip: Fix max_native_csLuis de Arquer1-3/+2
2024-02-05spi: spi-rockchip: Fix out of bounds array accessLuis de Arquer1-8/+0
2024-02-05spi: intel: Keep the BIOS partition inside the first chipMika Westerberg1-4/+11
2024-02-05spi: intel: Add default partition and name to the second chipMika Westerberg1-1/+18
2024-02-05spi: axi-spi-engine: use common AXI macrosDavid Lechner1-11/+6
2024-02-05spi: bcm2835: implement ctlr->max_transfer_sizeDavid Lechner1-13/+14
2024-02-05spi: move split xfers for CS_WORD emulationDavid Lechner1-32/+31
2024-02-05spi: fsl-dspi: Unify error messaging in dspi_request_dma()andy.shevchenko@gmail.com1-8/+5
2024-02-05spi: fsl-dspi: Preserve error code returned by dmaengine_slave_config()andy.shevchenko@gmail.com1-2/+0
2024-02-02spi: cs42l43: Clean up of firmware nodeCharles Keepax1-6/+16
2024-01-29spi: Kconfig: cap[c]abilityAhelenia ZiemiaƄska1-1/+1
2024-01-26spi: avoid double validation in __spi_sync()David Lechner1-52/+6
2024-01-25spi: cs42l43: Handle error from devm_pm_runtime_enable()Charles Keepax1-1/+4
2024-01-24arm64: exynos: Enable SPI for Exynos850Mark Brown1-0/+14
2024-01-24spi: consolidate setting message->spiDavid Lechner1-7/+2
2024-01-24spi: s3c64xx: Add Exynos850 supportSam Protsenko1-0/+14
2024-01-22spi: s3c64xx: Extract FIFO depth calculation to a dedicated macroSam Protsenko1-7/+6
2024-01-22spi: nxp-fspi: Adjust LUT debug output alignmentAlexander Stein1-1/+1
2024-01-22spi: make spi_bus_type constGreg Kroah-Hartman1-1/+1
2024-01-22spi: spi-mt65xx: Support sleep pin controlRuihai Zhou1-0/+5
2024-01-21Merge tag 'timers-core-2024-01-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-11/+27
2024-01-21Merge tag 'dmaengine-fix-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds34-261/+1712
2024-01-21media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)Aurelien Jarno1-5/+5
2024-01-20Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-12/+56
2024-01-20Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-39/+103
2024-01-20Merge tag 'fbdev-for-6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-13/+1
2024-01-20Revert "firmware/sysfb: Clear screen_info state after consuming it"Helge Deller1-13/+1
2024-01-20Merge tag 'devicetree-for-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-33/+15
2024-01-19Merge tag 'spi-fix-v6.8-merge-window' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+0
2024-01-19Merge tag 'drm-next-2024-01-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds85-463/+692
2024-01-19Merge tag 'for-v6.8-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds23-325/+596
2024-01-19clk: qcom: gcc-x1e80100: Replace of_device.h with explicit includesStephen Rothwell1-1/+2
2024-01-19thermal: loongson2: Replace of_device.h with explicit includesRob Herring1-1/+2
2024-01-19net: can: Use device_get_match_data()Rob Herring4-31/+11
2024-01-19dmaengine: dw-edma: increase size of 'name' in debugfs codeVinod Koul2-4/+4
2024-01-19dmaengine: fsl-qdma: increase size of 'irq_name'Vinod Koul1-1/+1
2024-01-19dmaengine: shdma: increase size of 'dev_id'Vinod Koul1-1/+1
2024-01-19dmaengine: xilinx: xdma: Fix kernel-doc warningsJan Kuliga1-5/+5
2024-01-19dmaengine: usb-dmac: Avoid format-overflow warningLad Prabhakar1-5/+5
2024-01-19dmaengine: sh: rz-dmac: Avoid format-overflow warningLad Prabhakar1-4/+4
2024-01-19dmaengine: imx-sdma: fix Excess kernel-doc warningsRandy Dunlap1-4/+0
2024-01-19dmaengine: xilinx: xdma: Fix initialization location of desc in xdma_channel_...Nathan Chancellor1-1/+2
2024-01-19dmaengine: xilinx: xdma: Fix operator precedence in xdma_prep_interleaved_dma()Nathan Chancellor1-4/+4