summaryrefslogtreecommitdiff
path: root/include/linux/spi
AgeCommit message (Expand)Author
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-01ieee802154: at86rf230: drop support for platform dataDmitry Torokhov
2023-02-01Revert "at86rf230: convert to gpio descriptors"Stefan Schmidt
2023-01-31cc2520: move to gpio descriptorsArnd Bergmann
2023-01-28at86rf230: convert to gpio descriptorsArnd Bergmann
2023-01-16spi: remove s3c24xx driverArnd Bergmann
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
2022-09-02spi: mux: Fix mux interaction with fast path optimisationsMark Brown
2022-06-30spi: spi.c: Fix comment styleDavid Jander
2022-06-27spi: opportunistically skip ctlr->cur_msg_completionDavid Jander
2022-06-27spi: Ensure the io_mutex is held until spi_finalize_current_message()David Jander
2022-06-27spi: Remove the now unused ctlr->idling flagDavid Jander
2022-06-27spi: Don't use the message queue if possible in spi_syncDavid Jander
2022-06-27spi: Move ctlr->cur_msg_prepared to struct spi_messageDavid Jander
2022-06-10spi: Fix per-cpu stats access on 32 bit systemsDavid Jander
2022-06-08spi: <linux/spi/spi.h>: Add missing documentation for struct membersDavid Jander
2022-06-06spi: spi.c: Convert statistics to per-cpu u64_stats_tDavid Jander
2022-06-06spi: fix typo in commentJulia Lawall
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-12spi: Doc fix - Describe add_lock and dma_map_dev in spi_controllerSiddh Raman Pant
2022-04-22spi: Use helper for safer setting of driver_overrideKrzysztof Kozlowski
2022-03-25Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-02-28spi: use specific last_cs instead of last_cs_enableYun Zhou
2022-02-14spi: Retire legacy GPIO handlingLinus Walleij
2022-02-10spi: spi-mem: Add an ecc parameter to the spi_mem_op structureMiquel Raynal
2022-02-10spi: spi-mem: Kill the spi_mem_dtr_supports_op() helperMiquel Raynal
2022-02-10spi: spi-mem: Introduce a capability structureMiquel Raynal
2022-02-09spi: make remove callback a void functionMark Brown
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2022-02-01spi: Enhance and export helpers for ACPI resourcesMark Brown
2022-02-01spi: Add API to count spi acpi resourcesStefan Binding
2022-02-01spi: Support selection of the index of the ACPI Spi Resource before allocStefan Binding
2022-02-01spi: Create helper API to lookup ACPI info for spi deviceStefan Binding
2022-02-01spi: Make spi_alloc_device and spi_add_device public againStefan Binding
2022-01-31spi: pxa2xx_spi: Convert to use GPIO descriptorsLinus Walleij
2022-01-24spi: s3c24xx: Convert to GPIO descriptorsLinus Walleij
2022-01-07spi: don't include ptp_clock_kernel.h in spi.hJakub Kicinski
2021-11-29spi: pxa2xx: Get rid of unused enable_loopback memberAndy Shevchenko
2021-11-29spi: pxa2xx: Get rid of unused ->cs_control()Andy Shevchenko
2021-11-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds