aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge tag 'sound-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus 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-08spi: 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-18Add 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/kernel/git/mtd/linuxLinus 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
2023-07-11spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SSAndy Shevchenko1-2/+1
2023-07-11spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RXAndy Shevchenko1-2/+0
2023-07-11spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RXAndy Shevchenko1-2/+0
2023-07-10spi: Sort headers alphabeticallyAndy Shevchenko1-6/+6
2023-06-29Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-2/+0
2023-06-22spi: Create a helper to derive adaptive timeoutsMiquel Raynal1-0/+17
2023-05-24Input: ads7846 - Convert to use software nodesLinus Walleij1-2/+0
2023-04-21spi: Add TPM HW flow flagKrishna Yarlagadda1-3/+13
2023-03-16spi: core: add spi_split_transfers_maxwordsLeonard Göhrs1-0/+4
2023-03-13spi: Constify spi parameters of chip select APIsGeert Uytterhoeven1-2/+2
2023-03-13spi: Constify spi_get_drvdata()'s spi parameterGeert Uytterhoeven1-1/+1
2023-03-13spi: Constify spi_get_ctldata()'s spi parameterGeert Uytterhoeven1-1/+1
2023-03-05spi: Reorder fields in 'struct spi_message'Christophe JAILLET1-4/+4
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2023-02-22Merge tag 'spi-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds3-8/+29
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-41/+0
2023-02-20Merge tag 'ieee802154-for-net-next-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-nextJakub Kicinski2-41/+0
2023-02-14spi: xilinx: add force_irq for QSPI modeVadim Fedorenko1-0/+1
2023-02-14spi: Reorder fields in 'struct spi_transfer'Christophe JAILLET1-5/+4
2023-02-10spi: export spi_transfer_cs_change_delay_exec functionWilliam Zhang1-2/+3