summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-09spi: tools: Add include folder to .gitignoreFrancesco Lavra1-0/+1
2026-02-06spi: cadence-qspi: Add Renesas RZ/N1 supportMark Brown2-99/+88
2026-02-05spi: cadence-qspi: Add support for the Renesas RZ/N1 controllerMiquel Raynal (Schneider Electric)1-14/+42
2026-02-05spi: cadence-qspi: Kill cqspi_jh7110_clk_initMiquel Raynal (Schneider Electric)1-83/+29
2026-02-05spi: dt-bindings: cdns,qspi-nor: Add Renesas RZ/N1D400 to the listMiquel Raynal (Schneider Electric)1-2/+17
2026-02-04spi: geni-qcom: Add target abort supportPraveen Talari1-0/+14
2026-02-04spi: geni-qcom: Drop unused msg parameter from timeout handlersPraveen Talari1-5/+4
2026-02-04spi: geni-qcom: Fix abort sequence execution for serial engine errorsPraveen Talari1-14/+10
2026-02-04spi: geni-qcom: Improve target mode allocation by using proper allocation fun...Praveen Talari1-4/+5
2026-02-04spi: xilinx: use device property accessors.Abdurrahman Hussain1-5/+5
2026-02-03dt-bindings: spi: Add binding for Faraday FTSSP010Linus Walleij1-0/+43
2026-02-03spi: add multi-lane supportMark Brown14-27/+641
2026-02-02spi: axi-spi-engine: support SPI_MULTI_LANE_MODE_STRIPEDavid Lechner1-4/+141
2026-02-02spi: dt-bindings: adi,axi-spi-engine: add multi-lane supportDavid Lechner1-0/+15
2026-02-02spi: Documentation: add page on multi-lane supportDavid Lechner2-0/+218
2026-02-02spi: add multi_lane_mode field to struct spi_transferDavid Lechner1-0/+8
2026-02-02spi: support controllers with multiple data lanesDavid Lechner2-4/+162
2026-02-02spi: dt-bindings: add spi-{tx,rx}-lane-map propertiesDavid Lechner1-0/+14
2026-02-02spi: dt-bindings: change spi-{rx,tx}-bus-width to arraysDavid Lechner8-19/+83
2026-01-29spi: dw: Remove not-going-to-be-supported code for Baikal SoCAndy Shevchenko3-359/+0
2026-01-29spi: cadence-qspi: Add Renesas RZ/N1 supportMark Brown2-59/+72
2026-01-28spi: cadence-qspi: Use a default value for cdns,fifo-widthMiquel Raynal (Schneider Electric)1-4/+2
2026-01-28spi: cadence-qspi: Make sure write protection is disabledMiquel Raynal (Schneider Electric)1-0/+7
2026-01-28spi: cadence-qspi: Add a flag for controllers without indirect access supportMiquel Raynal (Schneider Electric)1-13/+16
2026-01-28spi: cadence-qspi: Try hard to disable the clocksMiquel Raynal (Schneider Electric)1-2/+5
2026-01-28spi: cadence-qspi: Fix probe error path and removeMiquel Raynal (Schneider Electric)1-19/+25
2026-01-28spi: cadence-qspi: Make sure we filter out unsupported opsMiquel Raynal (Schneider Electric)1-0/+4
2026-01-28spi: cadence-qspi: Remove an useless operationMiquel Raynal (Schneider Electric)1-1/+1
2026-01-28spi: cadence-qspi: Fix ORing style and alignmentsMiquel Raynal (Schneider Electric)1-11/+8
2026-01-28spi: cadence-qspi: Fix style and improve readabilityMiquel Raynal (Schneider Electric)1-10/+5
2026-01-28spi: cadence-qspi: Align definitionsMiquel Raynal (Schneider Electric)1-1/+1
2026-01-28spi: dt-bindings: cdns,qspi-nor: Drop label in exampleMiquel Raynal (Schneider Electric)1-1/+1
2026-01-28spi: spi-fsl-lpspi: Handle clock polarity and phaseMarek Vasut1-4/+50
2026-01-28spi: dw: Remove duplicate error messageAndy Shevchenko1-3/+1
2026-01-28spi: aspeed: Improve handling of shared SPIMark Brown387-1719/+4008
2026-01-28spi: SPI_AXIADO should depend on ARCH_AXIADOGeert Uytterhoeven1-0/+1
2026-01-27spi: dw-mmio: support suspend/resumeJisheng Zhang1-0/+33
2026-01-27spi: cadence-xspi: support suspend/resumeJisheng Zhang1-1/+28
2026-01-27spi: aspeed: Add support for non-spi-mem devicesChin-Ting Kuo1-6/+128
2026-01-27spi: spi-mem: Protect dirmap_create() with spi_mem_access_start/endChin-Ting Kuo1-1/+10
2026-01-26Linux 6.19-rc7v6.19-rc7Linus Torvalds1-1/+1
2026-01-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds6-4/+36
2026-01-25Merge tag 'keys-trusted-next-6.19-rc7' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2026-01-25Merge tag 'char-misc-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds30-139/+313
2026-01-25Merge tag 'tty-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-8/+13
2026-01-25Merge tag 'i2c-for-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2026-01-25Merge tag 'input-for-v6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+18
2026-01-25keys/trusted_keys: fix handle passed to tpm_buf_append_name during unsealSrish Srinivasan1-2/+2
2026-01-25Input: i8042 - add quirks for MECHREVO Wujie 15X Progongqi1-0/+7
2026-01-25Input: i8042 - add quirk for ASUS Zenbook UX425QA_UM425QAfeng1-0/+11