开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spidev.c
Age
Commit message (
Expand
)
Author
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
2024-09-12
spi: Merge up fixes
Mark Brown
2024-09-10
spi: spidev: switch to use spi_target_abort()
Yang Yingliang
2024-09-03
spi: spidev: Add missing spi_device_id for jg10309-01
Geert Uytterhoeven
2024-08-29
spi: spidev: Add an entry for elgin,jg10309-01
Fabio Estevam
2024-08-29
spi: spidev: Add an entry for elgin,jg10309-01
Fabio Estevam
2024-07-30
spi: spidev: Add missing spi_device_id for bh2228fv
Geert Uytterhoeven
2024-07-18
spi: spidev: add correct compatible for Rohm BH2228FV
Conor Dooley
2024-02-08
spi: spidev: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
2023-10-06
spi: spidev: make spidev_class constant
Greg Kroah-Hartman
2023-09-11
spidev: Simplify SPI_IOC_RD_MODE* cases in spidev_ioctl()
Andy Shevchenko
2023-09-11
spidev: Switch to use spi_get_csgpiod()
Andy Shevchenko
2023-09-11
spidev: Decrease indentation level in spidev_ioctl() SPI_IOC_RD_MODE*
Andy Shevchenko
2023-06-28
Merge tag 'spi-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
2023-06-19
drivers/spi: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
Catalin Marinas
2023-05-30
spi: spidev: add two new spi mode bits
Boerge Struempfel
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
2023-03-11
spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...
Amit Kumar Mahapatra via Alsa-devel
2023-02-06
spi: spidev: Fix double unlock in spidev_sync()
Dan Carpenter
2023-02-06
spi: Merge fixes
Mark Brown
2023-01-30
Merge remote-tracking branch 'spi/for-6.2' into spi-6.2
Mark Brown
2023-01-27
spi: spidev: fix a recursive locking error
Bartosz Golaszewski
2023-01-20
spi: spidev: order compatibles alphabetically
Krzysztof Kozlowski
2023-01-11
spi: spidev: remove debug messages that access spidev->spi without locking
Bartosz Golaszewski
2023-01-11
spi: spidev: fix a race condition when accessing spidev->spi
Bartosz Golaszewski
2023-01-06
spi: spidev: remove debug messages that access spidev->spi without locking
Bartosz Golaszewski
2023-01-06
spi: spidev: fix a race condition when accessing spidev->spi
Bartosz Golaszewski
2022-12-27
spidev: Add Silicon Labs SI3210 device compatible
Vincent Tremblay
2022-12-27
spidev: Add Silicon Labs EM3581 device compatible
Vincent Tremblay
2022-12-01
spi: spidev: mask SPI_CS_HIGH in SPI_IOC_RD_MODE
Alexander Sverdlin
2022-04-19
spi: spidev: add SPI_RX_CPHA_FLIP
Baruch Siach
2022-04-05
spi: spidev: replace usage of found with dedicated list iterator variable
Jakob Koschel
2022-04-05
spi: spidev: Replace OF specific code by device property API
Andy Shevchenko
2022-04-05
spi: spidev: Replace ACPI specific code by device_get_match_data()
Andy Shevchenko
2022-04-05
spi: spidev: Convert BUILD_BUG_ON() to static_assert()
Andy Shevchenko
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-08
spi: spidev: prevent spidev->speed_hz from being zero
Dan Carpenter
2021-11-24
spi: spidev: Make probe to fail early if a spidev compatible is used
Javier Martinez Canillas
2021-11-23
spi: spidev: Use SPI_MODE_USER_MASK instead of casting
Andy Shevchenko
2021-09-27
spi: spidev: Add SPI ID table
Mark Brown
2021-08-05
misc: gehc-achc: new driver
Sebastian Reichel
2021-05-11
spi: spidev: Use SPI_MODE_X_MASK
Andy Shevchenko
2021-04-20
spidev: Add Micron SPI NOR Authenta device compatible
Shivamurthy Shastri
2021-01-25
spidev: Add cisco device compatible
Daniel Walker
2020-09-09
spi: spidev: Remove redundant initialization of variable status
Jay Fang
2020-07-28
spi: spidev: Align buffers for DMA
Christian Eggers
2020-06-18
spi: spidev: fix a potential use-after-free in spidev_release()
Zhenzhong Duan
2020-06-18
spi: spidev: fix a race between spidev_release and spidev_remove
Zhenzhong Duan
[next]