index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
2024-07-18
spi: add defer_optimize_message controller flag
David Lechner
2024-07-18
spi: don't unoptimize message in spi_async()
David Lechner
2024-07-18
spi: axi-spi-engine: fix sleep calculation
David Lechner
2024-07-11
spi: cadence: Ensure data lines set to low during dummy-cycle period
Witold Sadowski
2024-06-27
spi: stm32: qspi: Clamp stm32_qspi_get_mode() output to CCR_BUSWIDTH_4
Patrice Chotard
2024-06-27
spi: stm32: qspi: Fix dual flash mode sanity test in stm32_qspi_setup()
Patrice Chotard
2024-06-27
spi: spi-imx: imx51: revert burst length calculation back to bits_per_word
Marc Kleine-Budde
2024-06-27
spi: Fix SPI slave probe failure
Amit Kumar Mahapatra
2024-06-27
spi: cs42l43: Correct SPI root clock speed
Charles Keepax
2024-06-12
spi: stm32: Don't warn about spurious interrupts
Uwe Kleine-König
2024-06-12
spi: stm32: Revert change that enabled controller before asserting CS
Uwe Kleine-König
2024-06-12
spi: Don't mark message DMA mapped when no transfer in it is
Andy Shevchenko
2024-05-09
spi: microchip-core-qspi: fix setting spi bus clock rate
Conor Dooley
2024-05-03
spi: stm32: enable controller before asserting CS
Ben Wolsieffer
2024-05-01
spi: fix null pointer dereference within spi_sync
Mans Rullgard
2024-04-16
spi: hisi-kunpeng: Delete the dump interface of data registers in debugfs
Devyn Liu
2024-04-14
spi: axi-spi-engine: fix version format string
David Lechner
2024-04-03
spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probe
Huai-Yuan Liu
2024-04-03
spi: spi-fsl-lpspi: remove redundant spi_controller_put call
Carlos Song
2024-03-29
spi: s3c64xx: Use DMA mode from fifo size
Jaewon Kim
2024-03-22
Merge tag 'spi-fix-v6.9-merge-window' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-03-21
spi: spi-mt65xx: Fix NULL pointer access in interrupt handler
Fei Shao
2024-03-18
spi: spi-imx: fix off-by-one in mx51 CPU mode burst length
Adam Butcher
2024-03-18
spi: Merge up v6.8 release
Mark Brown
2024-03-18
spi: lm70llp: fix links in doc and comments
Kousik Sanagavarapu
2024-03-14
Merge tag 'mfd-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...
Linus Torvalds
2024-03-14
spi: Fix error code checking in spi_mem_exec_op()
Florian Fainelli
2024-03-13
Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
2024-03-12
spi: Restore delays for non-GPIO chip select
Janne Grunau
2024-03-12
spi: lpspi: Avoid potential use-after-free in probe()
Alexander Sverdlin
2024-03-07
spi: Introduce SPI_INVALID_CS and is_valid_cs()
Andy Shevchenko
2024-03-07
spi: Consistently use BIT for cs_index_mask
Andy Shevchenko
2024-03-06
spi: Exctract spi_dev_check_cs() helper
Andy Shevchenko
2024-03-06
spi: Exctract spi_set_all_cs_unused() helper
Andy Shevchenko
2024-03-06
spi: cs42l43: Don't limit native CS to the first chip select
Charles Keepax
2024-03-05
spi: s3c64xx: switch exynos850 to new port config data
Tudor Ambarus
2024-03-05
spi: s3c64xx: switch gs101 to new port config data
Tudor Ambarus
2024-03-05
spi: s3c64xx: deprecate fifo_lvl_mask, rx_lvl_offset and port_id
Tudor Ambarus
2024-03-05
spi: s3c64xx: get rid of the OF alias ID dependency
Tudor Ambarus
2024-03-05
spi: s3c64xx: introduce s3c64xx_spi_set_port_id()
Tudor Ambarus
2024-03-05
spi: s3c64xx: let the SPI core determine the bus number
Tudor Ambarus
2024-03-05
spi: s3c64xx: allow FIFO depth to be determined from the compatible
Tudor Ambarus
2024-03-05
spi: s3c64xx: retrieve the FIFO depth from the device tree
Tudor Ambarus
2024-03-05
spi: s3c64xx: determine the fifo depth only once
Tudor Ambarus
2024-03-05
spi: s3c64xx: allow full FIFO masks
Tudor Ambarus
2024-03-05
spi: s3c64xx: define a magic value
Tudor Ambarus
2024-03-04
spi: axi-spi-engine: use struct_size() macro
David Lechner
2024-03-04
spi: axi-spi-engine: use __counted_by() attribute
David Lechner
2024-03-04
spi: axi-spi-engine: remove p from struct spi_engine_message_state
David Lechner
2024-02-29
spi: stm32-qspi: Replace of_gpio.h by proper one
Andy Shevchenko
[next]