summaryrefslogtreecommitdiff
path: root/include/linux/spi
AgeCommit message (Expand)AuthorFilesLines
2023-06-29Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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-06spi: 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/...Linus Torvalds1-1/+1
2023-02-22Merge tag 'spi-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds3-8/+29
2023-02-22Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-41/+0
2023-02-21Merge tag 'ieee802154-for-net-next-2023-02-20' of git://git.kernel.org/pub/sc...Jakub 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-11spi: export spi_transfer_cs_change_delay_exec functionWilliam Zhang1-2/+3
2023-02-01ieee802154: at86rf230: drop support for platform dataDmitry Torokhov1-20/+0
2023-02-01Revert "at86rf230: convert to gpio descriptors"Stefan Schmidt1-0/+20
2023-02-01spi: Abstract access to chip selectsMark Brown1-0/+20
2023-02-01spi: Add APIs in spi core to set/get spi->chip_select and spi->cs_gpiodAmit Kumar Mahapatra1-0/+20
2023-01-31cc2520: move to gpio descriptorsArnd Bergmann1-21/+0
2023-01-28at86rf230: convert to gpio descriptorsArnd Bergmann1-20/+0
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-1/+1
2023-01-16spi: remove s3c24xx driverArnd Bergmann2-53/+0
2022-12-29spi: altera: switch to use modern nameYang Yingliang1-2/+2
2022-11-04spi: Merge spi_controller.{slave,target}_abort()Geert Uytterhoeven1-2/+4
2022-11-01spi: introduce new helpers with using modern namingYang Yingliang1-2/+45
2022-10-27Merge tag 'spi-fix-v6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2022-10-21spi: Introduce spi_get_device_match_data() helperAndy Shevchenko1-0/+3
2022-10-17Merge existing fixes from spi/for-6.1 into new branchMark Brown1-1/+1
2022-10-10spi: spi-mem: Fix typo (of -> or)Jonathan Neuschäfer1-1/+1
2022-10-05Merge tag 'spi-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-0/+6
2022-09-28spi: Save current RX and TX DMA devicesVincent Whitchurch1-0/+4
2022-09-08spi: Group cs_change and cs_off flags together in struct spi_transferAndy Shevchenko1-2/+2
2022-09-07spi: Add capability to perform some transfer with chipselect offChristophe Leroy1-0/+2
2022-09-02spi: mux: Fix mux interaction with fast path optimisationsMark Brown1-0/+2
2022-06-30spi: spi.c: Fix comment styleDavid Jander1-41/+41
2022-06-27spi: opportunistically skip ctlr->cur_msg_completionDavid Jander1-0/+8
2022-06-27spi: Ensure the io_mutex is held until spi_finalize_current_message()David Jander1-4/+2
2022-06-27spi: Remove the now unused ctlr->idling flagDavid Jander1-2/+0
2022-06-27spi: Don't use the message queue if possible in spi_syncDavid Jander1-1/+10
2022-06-27spi: Move ctlr->cur_msg_prepared to struct spi_messageDavid Jander1-3/+4
2022-06-10spi: Fix per-cpu stats access on 32 bit systemsDavid Jander1-2/+8
2022-06-08spi: <linux/spi/spi.h>: Add missing documentation for struct membersDavid Jander1-3/+4
2022-06-06spi: spi.c: Convert statistics to per-cpu u64_stats_tDavid Jander1-23/+29
2022-06-06spi: fix typo in commentJulia Lawall1-1/+1
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2022-05-12spi: Doc fix - Describe add_lock and dma_map_dev in spi_controllerSiddh Raman Pant1-0/+2
2022-04-22spi: Use helper for safer setting of driver_overrideKrzysztof Kozlowski1-0/+2
2022-03-25Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-11/+18