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.13.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
2022-10-05
Merge tag 'spi-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
1
-42
/
+115
2022-09-30
Merge branch 'acpi-dev'
Rafael J. Wysocki
1
-1
/
+1
2022-09-30
spi: Ensure that sg_table won't be used after being freed
Marek Szyprowski
1
-0
/
+2
2022-09-28
spi: Split transfers larger than max size
Vincent Whitchurch
1
-0
/
+9
2022-09-28
spi: Fix cache corruption due to DMA/PIO overlap
Vincent Whitchurch
1
-21
/
+88
2022-09-28
spi: Save current RX and TX DMA devices
Vincent Whitchurch
1
-15
/
+4
2022-09-08
Merge tag 'spi-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+2
2022-09-07
spi: Add capability to perform some transfer with chipselect off
Christophe Leroy
1
-3
/
+9
2022-09-02
spi: spi: Fix queue hang if previous transfer failed
David Jander
1
-2
/
+1
2022-09-02
spi: mux: Fix mux interaction with fast path optimisations
Mark Brown
1
-1
/
+1
2022-08-24
ACPI: Drop parent field from struct acpi_device
Rafael J. Wysocki
1
-1
/
+1
2022-08-19
spi: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-3
/
+3
2022-08-16
Merge tag 'spi-fix-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-7
/
+7
2022-08-15
Merge remote-tracking branch 'spi/for-5.20' into spi-6.0
Mark Brown
1
-7
/
+7
2022-08-05
spi: spi.c: Add missing __percpu annotations in users of spi_statistics
David Jander
1
-7
/
+7
2022-08-04
Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-7
/
+2
2022-07-13
spi: Fix simplification of devm_spi_register_controller
Yang Yingliang
1
-5
/
+14
2022-07-11
spi: remove duplicate parameters check in acpi_spi_add_resource()
Andy Shevchenko
1
-3
/
+0
2022-07-11
spi: propagate error code to the caller of acpi_spi_device_alloc()
Andy Shevchenko
1
-1
/
+1
2022-07-11
spi: Return deferred probe error when controller isn't yet available
Andy Shevchenko
1
-1
/
+1
2022-06-30
spi: spi.c: Remove redundant else block
David Jander
1
-5
/
+5
2022-06-30
spi: spi.c: Fix comment style
David Jander
1
-47
/
+47
2022-06-30
spi: spi.c: White-space fix in __spi_pump_messages()
David Jander
1
-1
/
+1
2022-06-27
spi: opportunistically skip ctlr->cur_msg_completion
David Jander
1
-2
/
+25
2022-06-27
spi: Ensure the io_mutex is held until spi_finalize_current_message()
David Jander
1
-18
/
+14
2022-06-27
spi: Set ctlr->cur_msg also in the sync transfer case
David Jander
1
-0
/
+1
2022-06-27
spi: Remove unneeded READ_ONCE for ctlr->busy flag
David Jander
1
-1
/
+1
2022-06-27
spi: Remove the now unused ctlr->idling flag
David Jander
1
-2
/
+0
2022-06-27
spi: Remove check for idling in __spi_pump_messages()
David Jander
1
-7
/
+0
2022-06-27
spi: Remove check for controller idling in spi sync path
David Jander
1
-4
/
+0
2022-06-27
spi: __spi_pump_messages: Consolidate spin_unlocks to goto target
David Jander
1
-8
/
+3
2022-06-27
spi: Lock controller idling transition inside the io_mutex
David Jander
1
-6
/
+12
2022-06-27
spi: Don't use the message queue if possible in spi_sync
David Jander
1
-97
/
+149
2022-06-27
spi: Move ctlr->cur_msg_prepared to struct spi_message
David Jander
1
-3
/
+4
2022-06-14
spi: core: Fix error code in spi_register_controller()
Dan Carpenter
1
-0
/
+1
2022-06-10
spi: Use device_find_any_child() instead of custom approach
Andy Shevchenko
1
-7
/
+2
2022-06-10
spi: Fix per-cpu stats access on 32 bit systems
David Jander
1
-1
/
+4
2022-06-06
spi: spi.c: Convert statistics to per-cpu u64_stats_t
David Jander
1
-45
/
+98
2022-06-03
Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-22
/
+4
2022-06-01
Merge tag 'spi-fix-v5.19-rc0' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+2
2022-05-26
spi: core: Display return code when failing to transfer message
Eddie James
1
-1
/
+2
2022-05-25
Merge tag 'spi-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
1
-11
/
+14
2022-04-22
spi: Use helper for safer setting of driver_override
Krzysztof Kozlowski
1
-22
/
+4
2022-04-19
spi: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Minghao Chi
1
-4
/
+2
2022-04-14
spi: core: Initialize returned status in spi_setup
Paul Kocialkowski
1
-1
/
+1
2022-04-13
spi: Pull in Atmel fix
Mark Brown
1
-0
/
+4
2022-04-12
spi: core: Only check bits_per_word validity when explicitly provided
Paul Kocialkowski
1
-6
/
+11
2022-04-09
Merge tag 'acpi-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-1
/
+2
2022-04-06
spi: core: add dma_map_dev for __spi_unmap_msg()
Vinod Koul
1
-0
/
+4
2022-04-05
ACPI: bus: Eliminate acpi_bus_get_device()
Rafael J. Wysocki
1
-1
/
+2
[next]