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
/
drivers
/
spi
/
spidev.c
Age
Commit message (
Expand
)
Author
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
2020-04-16
spi: spidev: Add support for Octal mode data transfers
Geert Uytterhoeven
2020-03-02
spi: spidev: fix speed setting message
Oleksandr Suvorov
2020-03-02
spi: spidev: fix a debug message value
Oleksandr Suvorov
2020-02-21
spi: spidev: Fix CS polarity if GPIO descriptors are used
Lukas Wunner
2019-10-15
spi: spidev: use new `delay` field for spi transfers
Alexandru Ardelean
2019-10-15
spi: spidev: use new `word_delay` field for spi transfers
Alexandru Ardelean
2019-09-25
spi: Add call to spi_slave_abort() function when spidev driver is released
Lukasz Majewski
2019-06-10
Merge tag 'v5.2-rc4' into spi-5.3
Mark Brown
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
[next]