index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
spi
/
spi.h
Age
Commit message (
Expand
)
Author
2024-03-29
spi: spi.h: add missing kernel-doc for @last_cs_index_mask
Randy Dunlap
2024-03-25
spi: remove struct spi_message::is_dma_mapped
David Lechner
2024-03-14
Merge tag 'sound-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2024-03-07
spi: Fix types of the last chip select storage variables
Andy Shevchenko
2024-02-26
spi: add spi_optimize_message() APIs
David Lechner
2024-02-08
spi: get rid of some legacy macros
Mark Brown
2024-02-08
spi: Drop compat layer from renaming "master" to "controller"
Uwe Kleine-König
2024-02-07
spi: drop gpf arg from __spi_split_transfer_maxsize()
David Lechner
2024-02-05
spi: Remove the @multi_cs_cap to prevent kernel-doc warnings
R SUNDAR
2024-01-31
spi: reorder spi_message struct member doc comments
David Lechner
2024-01-24
spi: Raise limit on number of chip selects
Mark Brown
2024-01-22
spi: make spi_bus_type const
Greg Kroah-Hartman
2023-12-07
spi: Add support for stacked/parallel memories
Mark Brown
2023-12-07
spi: Add multi-cs memories support in SPI core
Amit Kumar Mahapatra
2023-12-04
spi: spl022: fix sleeping in interrupt context
Mark Brown
2023-11-30
spi: introduce SPI_TRANS_FAIL_IO for error reporting
Nam Cao
2023-11-16
treewide, spi: Get rid of SPI_MASTER_HALF_DUPLEX
Andy Shevchenko
2023-11-10
spi: Fix null dereference on suspend
Mark Hasemeyer
2023-10-16
spi: Export acpi_spi_find_controller_by_adev()
Hans de Goede
2023-10-11
spi: Don't use flexible array in struct spi_message definition
Andy Shevchenko
2023-07-14
spi: Use struct_size() helper
Andy Shevchenko
2023-07-11
spi: Fix spelling typos and acronyms capitalization
Andy Shevchenko
2023-07-11
spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS
Andy Shevchenko
2023-07-11
spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RX
Andy Shevchenko
2023-07-11
spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RX
Andy Shevchenko
2023-07-10
spi: Sort headers alphabetically
Andy Shevchenko
2023-06-22
spi: Create a helper to derive adaptive timeouts
Miquel Raynal
2023-04-21
spi: Add TPM HW flow flag
Krishna Yarlagadda
2023-03-16
spi: core: add spi_split_transfers_maxwords
Leonard Göhrs
2023-03-13
spi: Constify spi parameters of chip select APIs
Geert Uytterhoeven
2023-03-13
spi: Constify spi_get_drvdata()'s spi parameter
Geert Uytterhoeven
2023-03-13
spi: Constify spi_get_ctldata()'s spi parameter
Geert Uytterhoeven
2023-03-05
spi: Reorder fields in 'struct spi_message'
Christophe JAILLET
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-02-14
spi: Reorder fields in 'struct spi_transfer'
Christophe JAILLET
2023-02-10
spi: export spi_transfer_cs_change_delay_exec function
William Zhang
2023-02-01
spi: Add APIs in spi core to set/get spi->chip_select and spi->cs_gpiod
Amit Kumar Mahapatra
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
2022-11-04
spi: Merge spi_controller.{slave,target}_abort()
Geert Uytterhoeven
2022-11-01
spi: introduce new helpers with using modern naming
Yang Yingliang
2022-10-21
spi: Introduce spi_get_device_match_data() helper
Andy Shevchenko
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
[next]