index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
spi
/
spi.h
Age
Commit message (
Expand
)
Author
2024-01-05
spi: Constify spi parameters of chip select APIs
Geert Uytterhoeven
2024-01-05
spi: Add APIs in spi core to set/get spi->chip_select and spi->cs_gpiod
Amit Kumar Mahapatra
2024-01-05
spi: Introduce spi_get_device_match_data() helper
Andy Shevchenko
2023-12-08
spi: Fix null dereference on suspend
Mark Hasemeyer
2022-10-04
Merge tag 'spi-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
2022-09-28
spi: Save current RX and TX DMA devices
Vincent Whitchurch
2022-09-08
spi: Group cs_change and cs_off flags together in struct spi_transfer
Andy Shevchenko
2022-09-07
spi: Add capability to perform some transfer with chipselect off
Christophe Leroy
2022-09-02
spi: mux: Fix mux interaction with fast path optimisations
Mark Brown
2022-06-30
spi: spi.c: Fix comment style
David Jander
2022-06-27
spi: opportunistically skip ctlr->cur_msg_completion
David Jander
2022-06-27
spi: Ensure the io_mutex is held until spi_finalize_current_message()
David Jander
2022-06-27
spi: Remove the now unused ctlr->idling flag
David Jander
2022-06-27
spi: Don't use the message queue if possible in spi_sync
David Jander
2022-06-27
spi: Move ctlr->cur_msg_prepared to struct spi_message
David Jander
2022-06-10
spi: Fix per-cpu stats access on 32 bit systems
David Jander
2022-06-08
spi: <linux/spi/spi.h>: Add missing documentation for struct members
David Jander
2022-06-06
spi: spi.c: Convert statistics to per-cpu u64_stats_t
David Jander
2022-06-06
spi: fix typo in comment
Julia Lawall
2022-06-03
Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-05-12
spi: Doc fix - Describe add_lock and dma_map_dev in spi_controller
Siddh Raman Pant
2022-04-22
spi: Use helper for safer setting of driver_override
Krzysztof Kozlowski
2022-03-25
Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-02-28
spi: use specific last_cs instead of last_cs_enable
Yun Zhou
2022-02-14
spi: Retire legacy GPIO handling
Linus Walleij
2022-02-10
spi: spi-mem: Introduce a capability structure
Miquel Raynal
2022-02-09
spi: make remove callback a void function
Mark Brown
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
2022-02-01
spi: Add API to count spi acpi resources
Stefan Binding
2022-02-01
spi: Support selection of the index of the ACPI Spi Resource before alloc
Stefan Binding
2022-02-01
spi: Create helper API to lookup ACPI info for spi device
Stefan Binding
2022-02-01
spi: Make spi_alloc_device and spi_add_device public again
Stefan Binding
2022-01-07
spi: don't include ptp_clock_kernel.h in spi.h
Jakub Kicinski
2021-10-14
Merge branch 'spi-5.15' into spi-5.16
Mark Brown
2021-10-14
spi: Fix deadlock when adding SPI controllers on SPI buses
Mark Brown
2021-10-07
spi: Make several public functions private to spi.c
Uwe Kleine-König
2021-10-07
spi: Remove unused function spi_busnum_to_master()
Uwe Kleine-König
2021-08-05
spi: modify set_cs_timing parameter
Mason Zhang
2021-08-05
spi: move cs spi_delay to spi_device
Mason Zhang
2021-07-11
spi: <linux/spi/spi.h>: add missing struct kernel-doc entry
Randy Dunlap
2021-06-25
spi: core: add dma_map_dev for dma device
Vinod Koul
2021-06-22
spi: add ancillary device support
Sebastian Reichel
2021-06-09
spi: remove spi_set_cs_timing()
Greg Kroah-Hartman
2021-05-11
spi: Switch to signed types for *_native_cs SPI controller fields
Andy Shevchenko
2021-04-15
Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
2021-04-08
spi: Fix use-after-free with devm_spi_alloc_*
William A. Kennington III
2021-04-01
spi: Remove repeated struct declaration
Wan Jiabing
2021-03-16
Merge series "spi: Adding support for software nodes" from Heikki Krogerus <h...
Mark Brown
2021-03-16
spi: Remove support for dangling device properties
Heikki Krogerus
2021-03-16
spi: Add support for software nodes
Heikki Krogerus
[next]