summaryrefslogtreecommitdiff
path: root/include/linux/spi
AgeCommit message (Expand)AuthorFilesLines
2025-01-10spi: spi-mem: Estimate the time taken by operationsMiquel Raynal1-0/+1
2025-01-09spi: spi-mem: Create macros for DTR operationMiquel Raynal1-0/+41
2025-01-09spi: spi-mem: Reorder spi-mem macro assignmentsMiquel Raynal1-4/+4
2025-01-09spi: spi-mem: Add a new controller capabilityMiquel Raynal1-0/+2
2025-01-09spi: spi-mem: Extend spi-mem operations with a per-operation maximum frequencyMiquel Raynal1-1/+11
2024-11-23Merge tag 'mtd/for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds1-1/+7
2024-10-02spi: spi-mem: Allow specifying the byte order in Octal DTR modeTudor Ambarus1-1/+7
2024-09-30spi: remove {devm_}spi_alloc_master/slave()Yang Yingliang1-30/+0
2024-09-10spi: remove spi_controller_is_slave() and spi_slave_abort()Yang Yingliang1-11/+1
2024-08-02spi: Add dummy definitions for ACPI lookup functionsMark Brown1-1/+18
2024-08-02spi: Add empty versions of ACPI functionsRichard Fitzgerald1-1/+18
2024-07-29spi: bitbang: Implement support for MOSI idle state configurationMarcelo Schmitt1-0/+1
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+2
2024-07-16Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2-7/+13
2024-07-09spi: add defer_optimize_message controller flagDavid Lechner1-0/+4
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-4/+2
2024-06-23spi: add devm_spi_optimize_message() helperMark Brown1-0/+2
2024-06-22spi: add devm_spi_optimize_message() helperDavid Lechner1-0/+2
2024-06-20spi: Merge up fixesMark Brown1-2/+3
2024-06-18spi: Fix OCTAL mode supportPatrice Chotard1-2/+3
2024-06-10spi: Rework per message DMA mapped flag to be per transferAndy Shevchenko1-4/+7
2024-05-27spi: bitbang: Replace hard coded number of SPI modesAndy Shevchenko1-1/+1
2024-05-27spi: bitbang: Use typedef for txrx_*() callbacksAndy Shevchenko1-3/+4
2024-05-03spi: pxa2xx: Move contents of linux/spi/pxa2xx_spi.h to a local oneAndy Shevchenko1-48/+0
2024-03-29spi: spi.h: add missing kernel-doc for @last_cs_index_maskRandy Dunlap1-0/+1
2024-03-26spi: xilinx: Massage xilinx_spi.hMark Brown1-5/+9
2024-03-26spi: pxa2xx: Clean up linux/spi/pxa2xx_spi.hMark Brown1-9/+1
2024-03-25spi: remove struct spi_message::is_dma_mappedDavid Lechner1-8/+3
2024-03-25spi: rspi: Get rid of unused struct rspi_plat_dataAndy Shevchenko1-18/+0
2024-03-25spi: pxa2xx: Make num_chipselect 8-bit in the struct pxa2xx_spi_controllerAndy Shevchenko1-1/+1
2024-03-25spi: pxa2xx: Kill pxa2xx_set_spi_info()Andy Shevchenko1-8/+0
2024-03-25spi: xilinx: Make num_chipselect 8-bit in the struct xspi_platform_dataAndy Shevchenko1-4/+4
2024-03-25spi: xilinx: Add necessary inclusion and forward declarationAndy Shevchenko1-0/+4
2024-03-25spi: xilinx: Fix kernel documentation in the xilinx_spi.hAndy Shevchenko1-1/+1
2024-03-14Merge tag 'sound-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-2/+0
2024-03-07spi: Fix types of the last chip select storage variablesAndy Shevchenko1-6/+6
2024-02-26spi: add spi_optimize_message() APIsDavid Lechner1-0/+20
2024-02-09spi: gpio: Follow renaming of SPI "master" to "controller"Andy Shevchenko1-2/+2
2024-02-09spi: pxa2xx: Use typedef for dma_filter_fnKrzysztof Kozlowski1-1/+2
2024-02-08spi: get rid of some legacy macrosMark Brown2-21/+3
2024-02-08spi: Drop compat layer from renaming "master" to "controller"Uwe Kleine-König1-19/+1
2024-02-08spi: bitbang: Follow renaming of SPI "master" to "controller"Uwe Kleine-König1-1/+1
2024-02-07spi: drop gpf arg from __spi_split_transfer_maxsize()David Lechner1-4/+2
2024-02-05spi: Remove the @multi_cs_cap to prevent kernel-doc warningsR SUNDAR1-2/+0
2024-01-31spi: reorder spi_message struct member doc commentsDavid Lechner1-2/+2
2024-01-24spi: Raise limit on number of chip selectsMark Brown1-1/+1
2024-01-22spi: make spi_bus_type constGreg Kroah-Hartman1-1/+1
2023-12-07spi: Add support for stacked/parallel memoriesMark Brown1-10/+41
2023-12-07spi: Add multi-cs memories support in SPI coreAmit Kumar Mahapatra1-10/+41
2023-12-04spi: spl022: fix sleeping in interrupt contextMark Brown1-4/+8