summaryrefslogtreecommitdiff
path: root/include/linux/spi
AgeCommit message (Expand)Author
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
2023-04-21spi: Add TPM HW flow flagKrishna Yarlagadda
2023-03-16spi: core: add spi_split_transfers_maxwordsLeonard Göhrs
2023-03-13spi: Constify spi parameters of chip select APIsGeert Uytterhoeven
2023-03-13spi: Constify spi_get_drvdata()'s spi parameterGeert Uytterhoeven
2023-03-13spi: Constify spi_get_ctldata()'s spi parameterGeert Uytterhoeven
2023-03-05spi: Reorder fields in 'struct spi_message'Christophe JAILLET
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-22Merge tag 'spi-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-20Merge tag 'ieee802154-for-net-next-2023-02-20' of git://git.kernel.org/pub/sc...Jakub Kicinski
2023-02-14spi: xilinx: add force_irq for QSPI modeVadim Fedorenko
2023-02-14spi: Reorder fields in 'struct spi_transfer'Christophe JAILLET
2023-02-10spi: export spi_transfer_cs_change_delay_exec functionWilliam Zhang
2023-02-01ieee802154: at86rf230: drop support for platform dataDmitry Torokhov
2023-02-01Revert "at86rf230: convert to gpio descriptors"Stefan Schmidt
2023-02-01spi: Abstract access to chip selectsMark Brown
2023-02-01spi: Add APIs in spi core to set/get spi->chip_select and spi->cs_gpiodAmit Kumar Mahapatra
2023-01-31cc2520: move to gpio descriptorsArnd Bergmann
2023-01-28at86rf230: convert to gpio descriptorsArnd Bergmann
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2023-01-16spi: remove s3c24xx driverArnd Bergmann
2022-12-29spi: altera: switch to use modern nameYang Yingliang
2022-11-04spi: Merge spi_controller.{slave,target}_abort()Geert Uytterhoeven
2022-11-01spi: introduce new helpers with using modern namingYang Yingliang
2022-10-26Merge tag 'spi-fix-v6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-10-21spi: Introduce spi_get_device_match_data() helperAndy Shevchenko
2022-10-17Merge existing fixes from spi/for-6.1 into new branchMark Brown
2022-10-10spi: spi-mem: Fix typo (of -> or)Jonathan Neuschäfer
2022-10-04Merge tag 'spi-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2022-09-28spi: Save current RX and TX DMA devicesVincent Whitchurch
2022-09-08spi: Group cs_change and cs_off flags together in struct spi_transferAndy Shevchenko
2022-09-07spi: Add capability to perform some transfer with chipselect offChristophe Leroy