index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spidev.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: spidev: add correct compatible for Rohm BH2228FV
Conor Dooley
2024-07-18
1
-0
/
+1
*
spi: spidev: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
2024-02-08
1
-1
/
+1
*
spi: spidev: make spidev_class constant
Greg Kroah-Hartman
2023-10-06
1
-8
/
+10
*
spidev: Simplify SPI_IOC_RD_MODE* cases in spidev_ioctl()
Andy Shevchenko
2023-09-11
1
-5
/
+3
*
spidev: Switch to use spi_get_csgpiod()
Andy Shevchenko
2023-09-11
1
-4
/
+2
*
spidev: Decrease indentation level in spidev_ioctl() SPI_IOC_RD_MODE*
Andy Shevchenko
2023-09-11
1
-8
/
+6
*
Merge tag 'spi-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
2023-06-28
1
-1
/
+2
|
\
|
*
spi: spidev: add two new spi mode bits
Boerge Struempfel
2023-05-30
1
-1
/
+2
*
|
drivers/spi: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
Catalin Marinas
2023-06-20
1
-1
/
+1
|
/
*
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-27
1
-1
/
+1
|
\
|
*
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
2023-03-17
1
-1
/
+1
*
|
spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...
Amit Kumar Mahapatra via Alsa-devel
2023-03-11
1
-3
/
+3
|
/
*
spi: spidev: Fix double unlock in spidev_sync()
Dan Carpenter
2023-02-06
1
-2
/
+0
*
spi: Merge fixes
Mark Brown
2023-02-06
1
-23
/
+34
|
\
|
*
Merge remote-tracking branch 'spi/for-6.2' into spi-6.2
Mark Brown
2023-01-30
1
-5
/
+16
|
|
\
|
|
*
spi: spidev: fix a recursive locking error
Bartosz Golaszewski
2023-01-27
1
-6
/
+16
|
|
*
spi: spidev: remove debug messages that access spidev->spi without locking
Bartosz Golaszewski
2023-01-11
1
-2
/
+0
|
|
*
spi: spidev: fix a race condition when accessing spidev->spi
Bartosz Golaszewski
2023-01-11
1
-16
/
+18
|
*
|
spi: spidev: remove debug messages that access spidev->spi without locking
Bartosz Golaszewski
2023-01-06
1
-2
/
+0
|
*
|
spi: spidev: fix a race condition when accessing spidev->spi
Bartosz Golaszewski
2023-01-06
1
-16
/
+18
|
|
/
*
|
spi: spidev: order compatibles alphabetically
Krzysztof Kozlowski
2023-01-20
1
-4
/
+4
*
|
spidev: Add Silicon Labs SI3210 device compatible
Vincent Tremblay
2022-12-27
1
-0
/
+2
*
|
spidev: Add Silicon Labs EM3581 device compatible
Vincent Tremblay
2022-12-27
1
-0
/
+2
|
/
*
spi: spidev: mask SPI_CS_HIGH in SPI_IOC_RD_MODE
Alexander Sverdlin
2022-12-01
1
-5
/
+16
*
spi: spidev: add SPI_RX_CPHA_FLIP
Baruch Siach
2022-04-19
1
-1
/
+2
*
spi: spidev: replace usage of found with dedicated list iterator variable
Jakob Koschel
2022-04-05
1
-4
/
+5
*
spi: spidev: Replace OF specific code by device property API
Andy Shevchenko
2022-04-05
1
-23
/
+22
*
spi: spidev: Replace ACPI specific code by device_get_match_data()
Andy Shevchenko
2022-04-05
1
-28
/
+19
*
spi: spidev: Convert BUILD_BUG_ON() to static_assert()
Andy Shevchenko
2022-04-05
1
-1
/
+1
*
spi: make remove callback a void function
Mark Brown
2022-02-09
1
-3
/
+1
|
\
|
*
spi: make remove callback a void function
Uwe Kleine-König
2022-02-09
1
-3
/
+1
*
|
spi: spidev: prevent spidev->speed_hz from being zero
Dan Carpenter
2022-02-08
1
-12
/
+19
|
/
*
spi: spidev: Make probe to fail early if a spidev compatible is used
Javier Martinez Canillas
2021-11-24
1
-3
/
+4
*
spi: spidev: Use SPI_MODE_USER_MASK instead of casting
Andy Shevchenko
2021-11-23
1
-1
/
+1
*
spi: spidev: Add SPI ID table
Mark Brown
2021-09-27
1
-0
/
+14
*
misc: gehc-achc: new driver
Sebastian Reichel
2021-08-05
1
-1
/
+0
*
spi: spidev: Use SPI_MODE_X_MASK
Andy Shevchenko
2021-05-11
1
-1
/
+1
*
spidev: Add Micron SPI NOR Authenta device compatible
Shivamurthy Shastri
2021-04-20
1
-0
/
+1
*
spidev: Add cisco device compatible
Daniel Walker
2021-01-25
1
-0
/
+1
*
spi: spidev: Remove redundant initialization of variable status
Jay Fang
2020-09-09
1
-2
/
+2
*
spi: spidev: Align buffers for DMA
Christian Eggers
2020-07-28
1
-8
/
+13
*
spi: spidev: fix a potential use-after-free in spidev_release()
Zhenzhong Duan
2020-06-18
1
-10
/
+10
*
spi: spidev: fix a race between spidev_release and spidev_remove
Zhenzhong Duan
2020-06-18
1
-2
/
+2
*
spi: spidev: Add support for Octal mode data transfers
Geert Uytterhoeven
2020-04-16
1
-1
/
+2
*
spi: spidev: fix speed setting message
Oleksandr Suvorov
2020-03-02
1
-3
/
+4
*
spi: spidev: fix a debug message value
Oleksandr Suvorov
2020-03-02
1
-8
/
+8
*
spi: spidev: Fix CS polarity if GPIO descriptors are used
Lukas Wunner
2020-02-21
1
-0
/
+5
*
spi: spidev: use new `delay` field for spi transfers
Alexandru Ardelean
2019-10-15
1
-1
/
+2
*
spi: spidev: use new `word_delay` field for spi transfers
Alexandru Ardelean
2019-10-15
1
-1
/
+2
*
spi: Add call to spi_slave_abort() function when spidev driver is released
Lukasz Majewski
2019-09-25
1
-0
/
+3
[next]