summaryrefslogtreecommitdiff
path: root/include/linux/spi
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2-7/+13
14 daysspi: add defer_optimize_message controller flagDavid Lechner1-0/+4
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
2023-11-30spi: Unify error codes by replacing -ENOTSUPP with -EOPNOTSUPPChia-Lin Kao (AceLan)1-0/+2
2023-11-30spi: introduce SPI_TRANS_FAIL_IO for error reportingNam Cao1-4/+8
2023-11-16treewide, spi: Get rid of SPI_MASTER_HALF_DUPLEXAndy Shevchenko1-2/+0
2023-11-10spi: Fix null dereference on suspendMark Hasemeyer1-0/+1
2023-10-16spi: Export acpi_spi_find_controller_by_adev()Hans de Goede1-0/+1
2023-10-11spi: Don't use flexible array in struct spi_message definitionAndy Shevchenko1-14/+13
2023-08-21spi: sh-msiof: switch to use modern nameYang Yingliang1-2/+2
2023-08-21spi: pxa2xx: switch to use modern nameYang Yingliang1-2/+2
2023-08-19Add cs42l43 PC focused SoundWire CODECMark Brown2-0/+6
2023-08-04Merge tag 'mtd/fixes-for-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+4
2023-07-27mtd: spi-nor: avoid holes in struct spi_mem_opArnd Bergmann1-0/+4
2023-07-27backlight: corgi_lcd: fix missing prototypeArnd Bergmann1-0/+2
2023-07-14spi: Use struct_size() helperAndy Shevchenko1-6/+9
2023-07-11spi: Fix spelling typos and acronyms capitalizationAndy Shevchenko1-62/+75