summaryrefslogtreecommitdiff
path: root/include/linux/spi
AgeCommit message (Expand)Author
2024-07-09spi: add defer_optimize_message controller flagDavid Lechner
2024-06-18spi: Fix OCTAL mode supportPatrice Chotard
2024-05-03spi: pxa2xx: Move contents of linux/spi/pxa2xx_spi.h to a local oneAndy Shevchenko
2024-03-29spi: spi.h: add missing kernel-doc for @last_cs_index_maskRandy Dunlap
2024-03-26spi: xilinx: Massage xilinx_spi.hMark Brown
2024-03-26spi: pxa2xx: Clean up linux/spi/pxa2xx_spi.hMark Brown
2024-03-25spi: remove struct spi_message::is_dma_mappedDavid Lechner
2024-03-25spi: rspi: Get rid of unused struct rspi_plat_dataAndy Shevchenko
2024-03-25spi: pxa2xx: Make num_chipselect 8-bit in the struct pxa2xx_spi_controllerAndy Shevchenko
2024-03-25spi: pxa2xx: Kill pxa2xx_set_spi_info()Andy Shevchenko
2024-03-25spi: xilinx: Make num_chipselect 8-bit in the struct xspi_platform_dataAndy Shevchenko
2024-03-25spi: xilinx: Add necessary inclusion and forward declarationAndy Shevchenko
2024-03-25spi: xilinx: Fix kernel documentation in the xilinx_spi.hAndy Shevchenko
2024-03-14Merge tag 'sound-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2024-03-07spi: Fix types of the last chip select storage variablesAndy Shevchenko
2024-02-26spi: add spi_optimize_message() APIsDavid Lechner
2024-02-09spi: gpio: Follow renaming of SPI "master" to "controller"Andy Shevchenko
2024-02-08spi: pxa2xx: Use typedef for dma_filter_fnKrzysztof Kozlowski
2024-02-08spi: get rid of some legacy macrosMark Brown
2024-02-08spi: Drop compat layer from renaming "master" to "controller"Uwe Kleine-König
2024-02-08spi: bitbang: Follow renaming of SPI "master" to "controller"Uwe Kleine-König
2024-02-07spi: drop gpf arg from __spi_split_transfer_maxsize()David Lechner
2024-02-05spi: Remove the @multi_cs_cap to prevent kernel-doc warningsR SUNDAR
2024-01-31spi: reorder spi_message struct member doc commentsDavid Lechner
2024-01-24spi: Raise limit on number of chip selectsMark Brown
2024-01-22spi: make spi_bus_type constGreg Kroah-Hartman
2023-12-07spi: Add support for stacked/parallel memoriesMark Brown
2023-12-07spi: Add multi-cs memories support in SPI coreAmit Kumar Mahapatra
2023-12-04spi: spl022: fix sleeping in interrupt contextMark Brown
2023-11-30spi: Unify error codes by replacing -ENOTSUPP with -EOPNOTSUPPChia-Lin Kao (AceLan)
2023-11-30spi: introduce SPI_TRANS_FAIL_IO for error reportingNam Cao
2023-11-16treewide, spi: Get rid of SPI_MASTER_HALF_DUPLEXAndy Shevchenko
2023-11-10spi: Fix null dereference on suspendMark Hasemeyer
2023-10-16spi: Export acpi_spi_find_controller_by_adev()Hans de Goede
2023-10-11spi: Don't use flexible array in struct spi_message definitionAndy Shevchenko
2023-08-21spi: sh-msiof: switch to use modern nameYang Yingliang
2023-08-21spi: pxa2xx: switch to use modern nameYang Yingliang
2023-08-18Add cs42l43 PC focused SoundWire CODECMark Brown
2023-08-04Merge tag 'mtd/fixes-for-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-07-27mtd: spi-nor: avoid holes in struct spi_mem_opArnd Bergmann
2023-07-27backlight: corgi_lcd: fix missing prototypeArnd Bergmann
2023-07-14spi: Use struct_size() helperAndy Shevchenko
2023-07-11spi: Fix spelling typos and acronyms capitalizationAndy Shevchenko
2023-07-11spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SSAndy Shevchenko
2023-07-11spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RXAndy Shevchenko
2023-07-11spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RXAndy Shevchenko
2023-07-10spi: Sort headers alphabeticallyAndy Shevchenko
2023-06-29Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-06-22spi: Create a helper to derive adaptive timeoutsMiquel Raynal
2023-05-24Input: ads7846 - Convert to use software nodesLinus Walleij