aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/spi/spi.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-04Merge tag 'spi-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus 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/git/gregkh/driver-coreLinus 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/git/mtd/linuxLinus Torvalds1-0/+3
2022-02-28spi: use specific last_cs instead of last_cs_enableYun Zhou1-2/+3
2022-02-14spi: Retire legacy GPIO handlingLinus Walleij1-12/+2
2022-02-10spi: spi-mem: Introduce a capability structureMiquel Raynal1-0/+3
2022-02-09spi: make remove callback a void functionMark Brown1-1/+1
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-1/+1
2022-02-01spi: Add API to count spi acpi resourcesStefan Binding1-0/+1
2022-02-01spi: Support selection of the index of the ACPI Spi Resource before allocStefan Binding1-1/+2
2022-02-01spi: Create helper API to lookup ACPI info for spi deviceStefan Binding1-0/+6
2022-02-01spi: Make spi_alloc_device and spi_add_device public againStefan Binding1-0/+12
2022-01-07spi: don't include ptp_clock_kernel.h in spi.hJakub Kicinski1-1/+1
2021-10-14Merge branch 'spi-5.15' into spi-5.16Mark Brown1-0/+3
2021-10-14spi: Fix deadlock when adding SPI controllers on SPI busesMark Brown1-0/+3
2021-10-07spi: Make several public functions private to spi.cUwe Kleine-König1-53/+0
2021-10-07spi: Remove unused function spi_busnum_to_master()Uwe Kleine-König1-2/+0
2021-08-05spi: modify set_cs_timing parameterMason Zhang1-2/+1
2021-08-05spi: move cs spi_delay to spi_deviceMason Zhang1-11/+9
2021-07-11spi: <linux/spi/spi.h>: add missing struct kernel-doc entryRandy Dunlap1-1/+2
2021-06-25spi: core: add dma_map_dev for dma deviceVinod Koul1-0/+1
2021-06-22spi: add ancillary device supportSebastian Reichel1-0/+2
2021-06-09spi: remove spi_set_cs_timing()Greg Kroah-Hartman1-5/+0
2021-05-11spi: Switch to signed types for *_native_cs SPI controller fieldsAndy Shevchenko1-2/+2
2021-04-15Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.13Mark Brown1-0/+3
2021-04-08spi: Fix use-after-free with devm_spi_alloc_*William A. Kennington III1-0/+3
2021-04-01spi: Remove repeated struct declarationWan Jiabing1-1/+0
2021-03-16Merge series "spi: Adding support for software nodes" from Heikki Krogerus <heikki.krogerus@linux.intel.com>:Mark Brown1-4/+3
2021-03-16spi: Remove support for dangling device propertiesHeikki Krogerus1-4/+0
2021-03-16spi: Add support for software nodesHeikki Krogerus1-1/+4
2021-03-12spi: core: remove 'delay_usecs' field from spi_transferAlexandru Ardelean1-12/+0
2021-02-08spi: Change provied to provided in the file spi.hBhaskar Chowdhury1-1/+1
2021-01-06spi: spi-mem: Mark dummy transfers by setting dummy_data bitSowjanya Komatineni1-0/+2
2020-12-28spi: Add SPI_NO_TX/RX supportDragos Bogdan1-0/+17