summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mtd/for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds35 hours3-10/+22
|\
| * Merge tag 'nand/for-6.13' into mtd/nextMiquel Raynal3 days2-6/+6
| |\
| | * mtd: spinand: Constify struct nand_ecc_engine_opsChristophe JAILLET2024-10-212-6/+6
| * | spi: mxic: Add support for swapping byteAlvinZhou2024-10-021-4/+13
| * | spi: spi-mem: Allow specifying the byte order in Octal DTR modeTudor Ambarus2024-10-021-0/+3
| |/
* | Merge tag 'spi-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds4 days108-345/+1767
|\ \
| * \ spi: imx: support word delay in ecspiMark Brown10 days1-16/+92
| |\ \
| | * | spi: imx: support word delayJonas Rebmann11 days1-10/+85
| | * | spi: imx: pass struct spi_transfer to prepare_transfer()Jonas Rebmann11 days1-6/+7
| * | | spi: cs42l43: Add GPIO speaker id support to the bridge configurationSimon Trimmer11 days1-5/+41
| |/ /
| * | spi: Delete useless checkszhang jiao12 days1-3/+0
| * | spi: apple: Remove unnecessary .owner for apple_spi_driverJiapeng Chong13 days1-1/+0
| * | spi: apple: Add driver for Apple SPI controllerHector Martin2024-11-063-0/+542
| * | spi: Use of_property_present() for non-boolean propertiesRob Herring (Arm)2024-11-043-3/+3
| * | spi: zynqmp-gqspi: Undo runtime PM changes at driver exit time​Jinjie Ruan2024-11-011-0/+2
| * | spi: spi-mem: rtl-snand: Correctly handle DMA transfersChris Packham2024-11-011-16/+30
| * | spi: tegra210-quad: Avoid shift-out-of-boundsBreno Leitao2024-11-011-1/+1
| * | spi: axi-spi-engine: Emit trace events for spi transfersUwe Kleine-König2024-10-311-0/+15
| * | spi: Replace deprecated PCI functionsPhilipp Stanner2024-10-253-13/+9
| * | spi: spi-mem: Add Realtek SPI-NAND controllerChris Packham2024-10-213-0/+417
| * | spi: make class structs constBartosz Golaszewski2024-10-181-2/+2
| * | spi: stm32: fix missing device mode capability in stm32mp25Alain Volmat2024-10-101-0/+1
| * | Fix Sparse warningsMark Brown2024-10-102-7/+6
| |\ \
| | * | spi: spi-imx: Fix casting warningsHardevsinh Palaniya2024-10-081-3/+2
| | * | spi: spi-fsl-dspi: Fix casting warningsHardevsinh Palaniya2024-10-081-4/+4
| * | | Add dev_warn_probe() and improve error handling inMark Brown2024-10-101-15/+13
| |\ \ \
| | * | | spi: rockchip: Use dev_{err,warn}_probe() in the probe pathDragan Simic2024-10-081-15/+13
| | * | | spi: rockchip-sfc: Use dev_err_probe() in the probe pathDragan Simic2024-10-081-8/+6
| | * | | spi: rockchip-sfc: Perform trivial code cleanupsDragan Simic2024-10-081-5/+2
| | * | | spi: rockchip: Perform trivial code cleanupsDragan Simic2024-10-081-15/+12
| * | | | spi: intel: Add protected and locked attributesAlexander Usyskin2024-10-094-5/+63
| | |/ / | |/| |
| * | | spi: Merge up v6.12Mark Brown2024-10-0712-15/+17
| |\| |
| * | | spi: Provide defer reason if getting irq during probe failsUwe Kleine-König2024-10-041-1/+1
| * | | spi: spi-ti-qspi: remove redundant assignment to variable retColin Ian King2024-10-021-1/+0
| * | | spi: spi-fsl-lpspi: Some calculation improvementsMark Brown2024-10-011-4/+11
| |\ \ \
| | * | | spi: spi-fsl-lpspi: support effective_speed_hzStefan Wahren2024-09-301-0/+6
| | * | | spi: spi-fsl-lpspi: Fix specifiers in fsl_lpspi_set_bitrateStefan Wahren2024-09-301-1/+1
| | * | | spi: spi-fsl-lpspi: Adjust type of scldivStefan Wahren2024-09-301-3/+4
| | | |/ | | |/|
| * | | Improve error handling in Rockchip SPI driversMark Brown2024-09-302-28/+20
| |\ \ \
| | * | | spi: rockchip-sfc: Use dev_err_probe() in the probe pathDragan Simic2024-09-301-8/+6
| | * | | spi: rockchip-sfc: Perform trivial code cleanupsDragan Simic2024-09-301-5/+2
| | * | | spi: rockchip: Perform trivial code cleanupsDragan Simic2024-09-301-15/+12
| | |/ /
| * | | spi: replace and removeMark Brown2024-09-303-10/+10
| |\ \ \
| | * | | spi: remove {devm_}spi_alloc_master/slave()Yang Yingliang2024-09-301-7/+7
| | * | | spi: slave-mt27xx: switch to use spi_alloc_target()Yang Yingliang2024-09-301-2/+2
| | * | | spi: ch341: switch to use devm_spi_alloc_host()Yang Yingliang2024-09-301-1/+1
| | |/ /
| * | | spi: spi_amd: Performance Optimization Patch SeriesMark Brown2024-09-301-30/+295
| |\ \ \
| | * | | spi: spi_amd: Add HIDDMA basic read supportRaju Rangoju2024-09-301-20/+156
| | * | | spi: spi_amd: Set controller address modeRaju Rangoju2024-09-301-0/+15
| | * | | spi: spi_amd: Add support for HID2 SPI controllerRaju Rangoju2024-09-301-4/+38