index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-21
spi: Revert modalias changes
Mark Brown
1
-8
/
+0
2021-09-01
Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+1
2021-08-26
Merge remote-tracking branch 'spi/for-5.15' into spi-next
Mark Brown
1
-3
/
+3
2021-08-09
Merge 5.14-rc5 into driver-core-next
Greg Kroah-Hartman
1
-0
/
+4
2021-08-06
Merge tag 'spi-fix-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+4
2021-08-05
spi: move cs spi_delay to spi_device
Mason Zhang
1
-3
/
+3
2021-07-22
spi: update modalias_show after of_device_uevent_modalias support
Andreas Schwab
1
-0
/
+4
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2021-06-25
Merge remote-tracking branch 'spi/for-5.14' into spi-next
Mark Brown
1
-119
/
+148
2021-06-25
Merge remote-tracking branch 'spi/for-5.12' into spi-linus
Mark Brown
1
-3
/
+5
2021-06-25
spi: core: add dma_map_dev for dma device
Vinod Koul
1
-0
/
+4
2021-06-24
spi: Fix self assignment issue with ancillary->mode
Colin Ian King
1
-1
/
+1
2021-06-22
spi: add ancillary device support
Sebastian Reichel
1
-31
/
+106
2021-06-15
spi: add of_device_uevent_modalias support
Marco Felsch
1
-0
/
+4
2021-06-09
spi: remove spi_set_cs_timing()
Greg Kroah-Hartman
1
-73
/
+0
2021-06-01
Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
1
-9
/
+28
2021-05-26
spi: Enable tracing of the SPI setup CS selection
Andy Shevchenko
1
-0
/
+4
2021-05-14
spi: Don't have controller clean up spi device before driver unbind
Saravana Kannan
1
-3
/
+3
2021-05-12
spi: Assume GPIO CS active high in ACPI case
Andy Shevchenko
1
-4
/
+18
2021-05-11
spi: Use SPI_MODE_X_MASK
Andy Shevchenko
1
-2
/
+2
2021-05-11
spi: Convert to use predefined time multipliers
Andy Shevchenko
1
-13
/
+28
2021-05-10
spi: take the SPI IO-mutex in the spi_set_cs_timing method
Leilk Liu
1
-2
/
+7
2021-04-28
spi: Fix spi device unregister flow
Saravana Kannan
1
-6
/
+12
2021-04-23
spi: Rename enable1 to activate in spi_set_cs()
Andy Shevchenko
1
-5
/
+4
2021-04-21
spi: Make error handling of gpiod_count() call cleaner
Andy Shevchenko
1
-6
/
+7
2021-04-21
spi: Avoid undefined behaviour when counting unused native CSs
Andy Shevchenko
1
-1
/
+1
2021-04-21
spi: Allow to have all native CSs in use along with GPIOs
Andy Shevchenko
1
-2
/
+3
2021-04-21
spi: Make of_register_spi_device also set the fwnode
Charles Keepax
1
-0
/
+1
2021-04-19
spi: Handle SPI device setup callback failure.
Joe Burmeister
1
-1
/
+8
2021-04-19
spi: sync up initial chipselect state
David Bauer
1
-8
/
+8
2021-04-15
Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
1
-7
/
+2
2021-04-09
spi: simplify devm_spi_register_controller
Tian Tao
1
-14
/
+5
2021-04-08
spi: Fix use-after-free with devm_spi_alloc_*
William A. Kennington III
1
-7
/
+2
2021-03-17
spi: Fix spelling mistake "softwade" -> "software"
Colin Ian King
1
-1
/
+1
2021-03-16
Merge series "spi: Adding support for software nodes" from Heikki Krogerus <h...
Mark Brown
1
-15
/
+6
2021-03-16
spi: Remove support for dangling device properties
Heikki Krogerus
1
-21
/
+3
2021-03-16
spi: Add support for software nodes
Heikki Krogerus
1
-2
/
+11
2021-03-12
spi: core: remove 'delay_usecs' field from spi_transfer
Alexandru Ardelean
1
-1
/
+0
2021-02-22
Merge tag 'spi-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
1
-11
/
+48
2021-02-12
Merge remote-tracking branch 'spi/for-5.12' into spi-next
Mark Brown
1
-10
/
+47
2021-02-12
spi: Skip zero-length transfers in spi_transfer_one_message()
Nicolas Saenz Julienne
1
-1
/
+1
2021-02-08
spi: support CS timing for HW & SW mode
leilk.liu
1
-3
/
+6
2021-02-08
spi: add power control when set_cs_timing
leilk.liu
1
-3
/
+22
2021-01-27
ACPI: Test for ACPI_SUCCESS rather than !ACPI_FAILURE
Bjorn Helgaas
1
-1
/
+1
2021-01-13
Merge v5.11-rc3
Mark Brown
1
-3
/
+8
2021-01-04
spi: fix the divide by 0 error when calculating xfer waiting time
Xu Yilun
1
-1
/
+5
2020-12-30
spi: Fix the clamping of spi->max_speed_hz
Tudor Ambarus
1
-2
/
+3
2020-12-28
spi: Add SPI_NO_TX/RX support
Dragos Bogdan
1
-5
/
+20
2020-12-17
Merge remote-tracking branch 'spi/for-5.10' into spi-5.11
Mark Brown
1
-1
/
+2
2020-12-11
Merge remote-tracking branch 'spi/for-5.11' into spi-next
Mark Brown
1
-29
/
+38
[next]