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-07-14
spi: Make of_register_spi_device also set the fwnode
Charles Keepax
1
-0
/
+1
2021-06-16
spi: Don't have controller clean up spi device before driver unbind
Saravana Kannan
1
-3
/
+3
2021-06-16
spi: Fix spi device unregister flow
Saravana Kannan
1
-6
/
+12
2021-05-14
spi: Fix use-after-free with devm_spi_alloc_*
William A. Kennington III
1
-7
/
+2
2020-12-30
spi: fix resource leak for drivers without .remove callback
Uwe Kleine-König
1
-9
/
+10
2020-11-24
spi: Introduce device-managed SPI controller allocation
Lukas Wunner
1
-1
/
+57
2020-09-23
spi: Fix memory leak on splited transfers
Gustav Wiklander
1
-2
/
+7
2020-08-26
spi: Prevent adding devices below an unregistering controller
Lukas Wunner
1
-1
/
+20
2020-06-22
spi: Respect DataBitLength field of SpiSerialBusV2() ACPI resource
Andy Shevchenko
1
-0
/
+1
2020-06-17
spi: Fix controller unregister order
Lukas Wunner
1
-1
/
+2
2020-03-25
spi: spi_register_controller(): free bus id on error paths
Aaro Koskinen
1
-17
/
+15
2019-12-13
spi: Fix NULL pointer when setting SPI_CS_HIGH for GPIO CS
Gregory CLEMENT
1
-1
/
+2
2019-12-13
spi: Fix SPI_CS_HIGH setting when using native and GPIO CS
Gregory CLEMENT
1
-9
/
+9
2019-09-18
Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-23
/
+5
2019-09-11
spi: Guarantee cacheline alignment of driver-private data
Lukas Wunner
1
-4
/
+7
2019-09-05
spi: Use an abbreviated pointer to ctlr->cur_msg in __spi_pump_messages
Vladimir Oltean
1
-11
/
+12
2019-08-08
spi: Rename of_spi_register_master() function
Linus Walleij
1
-3
/
+3
2019-08-02
spi: Reduce kthread priority
Peter Zijlstra
1
-1
/
+1
2019-08-01
spi: core: Use DEVICE_ATTR_RW() for SPI slave control sysfs attribute
Geert Uytterhoeven
1
-6
/
+5
2019-07-30
drivers: Introduce device lookup variants by ACPI_COMPANION device
Suzuki K Poulose
1
-7
/
+1
2019-07-30
drivers: Introduce device lookup variants by of_node
Suzuki K Poulose
1
-16
/
+4
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2019-07-04
Merge remote-tracking branch 'spi/topic/pump-rt' into spi-next
Mark Brown
1
-6
/
+30
2019-06-24
spi/acpi: avoid spurious matches during slave enumeration
Ard Biesheuvel
1
-3
/
+1
2019-06-24
bus_find_device: Unify the match callback with class_find_device
Suzuki K Poulose
1
-2
/
+2
2019-06-20
spi: fix ctrl->num_chipselect constraint
Tudor Ambarus
1
-5
/
+7
2019-06-19
spi/acpi: fix incorrect ACPI parent check
Ard Biesheuvel
1
-1
/
+1
2019-06-18
spi: don't open code list_for_each_entry_safe_reverse()
Vladimir Zapolskiy
1
-5
/
+2
2019-06-17
spi: No need to assign dummy value in spi_unregister_controller()
Andy Shevchenko
1
-2
/
+1
2019-06-13
spi/acpi: enumerate all SPI slaves in the namespace
Ard Biesheuvel
1
-31
/
+72
2019-06-10
spi: Use struct_size() helper
Gustavo A. R. Silva
1
-2
/
+1
2019-05-23
Merge branch 'spi-5.2' into spi-5.3
Mark Brown
1
-3
/
+8
2019-05-23
spi: Allow SPI devices to request the pumping thread be realtime
Douglas Anderson
1
-6
/
+30
2019-05-23
spi: abort spi_sync if failed to prepare_transfer_hardware
Super Liu
1
-1
/
+6
2019-05-13
spi: core: allow reporting the effectivly used speed_hz for a transfer
Martin Sperl
1
-0
/
+1
2019-05-09
spi: Fix Raspberry Pi breakage
Mark Brown
1
-2
/
+2
2019-05-08
spi: core: allow defining time that cs is deasserted as a multiple of SCK
Martin Sperl
1
-0
/
+8
2019-05-08
spi: core: allow defining time that cs is deasserted
Martin Sperl
1
-10
/
+49
2019-05-02
spi: Clear SPI_CS_HIGH flag from bad_bits for GPIO chip-select
Serge Semin
1
-0
/
+5
2019-05-02
spi: Release spi_res after finalizing message
Noralf Trønnes
1
-2
/
+2
2019-05-02
spi: Remove warning in spi_split_transfers_maxsize()
Noralf Trønnes
1
-5
/
+0
2019-05-02
spi: Remove one needless transfer speed fall back case
Jarkko Nikula
1
-2
/
+0
2019-04-08
spi: add a method for configuring CS timing
Sowjanya Komatineni
1
-0
/
+15
2019-04-08
spi: kill useless initializer in spi_register_controller()
Sergei Shtylyov
1
-1
/
+1
2019-04-05
spi: Don't call spi_get_gpio_descs() before device name is set
Andrey Smirnov
1
-18
/
+19
2019-04-05
Merge branch 'spi-5.1' into spi-5.2
Mark Brown
1
-0
/
+2
2019-04-04
spi: Add missing error handling for CS GPIOs
Geert Uytterhoeven
1
-0
/
+2
2019-03-21
spi: export tracepoint symbols to modules
Arnd Bergmann
1
-0
/
+2
2019-03-11
spi: Fix zero length xfer bug
Chris Lesiak
1
-0
/
+2
2019-02-12
spi: use gpio[d]_set_value_cansleep for setting chipselect GPIO
Felix Fietkau
1
-2
/
+3
[next]