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-04-20
spi: Fix erroneous sgs value with min_t()
Biju Das
1
-2
/
+2
2022-04-20
spi: Fix invalid sgs value
Biju Das
1
-2
/
+2
2021-07-20
spi: Make of_register_spi_device also set the fwnode
Charles Keepax
1
-0
/
+1
2021-05-22
spi: Fix use-after-free with devm_spi_alloc_*
William A. Kennington III
1
-7
/
+2
2020-12-11
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-20
spi: Fix controller unregister order
Lukas Wunner
1
-1
/
+2
2020-06-20
spi: No need to assign dummy value in spi_unregister_controller()
Andy Shevchenko
1
-2
/
+1
2019-05-31
spi: Fix zero length xfer bug
Chris Lesiak
1
-0
/
+2
2018-09-29
spi: Fix double IDR allocation with DT aliases
Geert Uytterhoeven
1
-11
/
+11
2018-09-29
spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbers
Kirill Kapranov
1
-0
/
+9
2018-08-03
spi: Add missing pm_runtime_put_noidle() after failed get
Tony Lindgren
1
-0
/
+1
2018-04-24
spi: Fix unregistration of controller with fixed SPI bus number
Jarkko Nikula
1
-7
/
+2
2018-04-24
spi: Fix scatterlist elements size in spi_map_buf
Maxime Chevallier
1
-2
/
+8
2017-11-21
spi: fix use-after-free at controller deregistration
Johan Hovold
1
-2
/
+3
2017-10-16
spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbers
Lucas Stach
1
-4
/
+9
2017-09-05
Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-0
/
+32
2017-09-04
Merge remote-tracking branches 'spi/topic/cadence', 'spi/topic/dt', 'spi/topi...
Mark Brown
1
-16
/
+11
2017-08-17
spi: Kernel coding style fixes
Suniel Mahesh
1
-17
/
+12
2017-08-16
spi: Pick spi bus number from Linux idr or spi alias
Suniel Mahesh
1
-15
/
+56
2017-08-07
spi: use of_property_read_bool()
Sergei Shtylyov
1
-5
/
+5
2017-08-04
spi: Use Apple device properties in absence of ACPI resources
Lukas Wunner
1
-0
/
+32
2017-07-26
spi: core: Propagate error code of add_uevent_var()
Andy Shevchenko
1
-2
/
+1
2017-07-19
spi: Convert to using %pOF instead of full_name
Rob Herring
1
-16
/
+11
2017-06-13
spi: Generalize SPI "master" to "controller"
Geert Uytterhoeven
1
-539
/
+542
2017-06-13
Merge branches 'topic/core', 'topic/slave' and 'fix/doc' of git://git.kernel....
Mark Brown
1
-25
/
+156
2017-05-26
spi: core: Add support for registering SPI slave controllers
Geert Uytterhoeven
1
-24
/
+155
2017-05-14
spi: core: Replace S_IRUGO permissions by 0444
Geert Uytterhoeven
1
-2
/
+2
2017-05-14
spi: core: Fix devm_spi_register_master() function name in kerneldoc
Geert Uytterhoeven
1
-1
/
+1
2017-04-26
Merge remote-tracking branches 'spi/topic/ti-qspi' and 'spi/topic/xlp' into s...
Mark Brown
1
-1
/
+1
2017-04-26
Merge remote-tracking branches 'spi/topic/devprop', 'spi/topic/fsl', 'spi/top...
Mark Brown
1
-5
/
+29
2017-04-26
Merge remote-tracking branch 'spi/topic/core' into spi-next
Mark Brown
1
-1
/
+1
2017-04-21
spi: Add can_dma like interface for spi_flash_read
Vignesh R
1
-1
/
+1
2017-04-18
spi: double time out tolerance
Hauke Mehrtens
1
-1
/
+1
2017-03-06
spi: allow registering empty spi_board_info lists
Dmitry Torokhov
1
-1
/
+1
2017-03-06
spi: allow attaching device properties to SPI board info
Dmitry Torokhov
1
-4
/
+28
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <uap...
Ingo Molnar
1
-0
/
+1
2017-02-21
Merge tag 'acpi-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-1
/
+3
2017-02-19
Merge remote-tracking branches 'spi/topic/rockchip', 'spi/topic/rspi', 'spi/t...
Mark Brown
1
-24
/
+36
2017-02-19
Merge remote-tracking branch 'spi/topic/dma' into spi-next
Mark Brown
1
-4
/
+4
2017-02-07
spi: acpi: Initialize modalias from of_compatible
Dan O'Donovan
1
-1
/
+3
2017-02-01
spi: fix device-node leaks
Johan Hovold
1
-2
/
+6
2017-01-31
spi: When no dma_chan map buffers with spi_master's parent
Daniel Kurtz
1
-4
/
+4
2017-01-17
spi: Use kcalloc() in spi_register_board_info()
Markus Elfring
1
-1
/
+1
2016-12-15
spi: core: Extract of_spi_parse_dt()
Geert Uytterhoeven
1
-24
/
+36
2016-12-12
Merge remote-tracking branches 'spi/topic/delay', 'spi/topic/dw', 'spi/topic/...
Mark Brown
1
-2
/
+8
2016-12-12
Merge remote-tracking branch 'spi/topic/dma' into spi-next
Mark Brown
1
-2
/
+5
2016-12-12
Merge remote-tracking branch 'spi/topic/core' into spi-next
Mark Brown
1
-2
/
+7
2016-11-22
spi: use sg_next for walking through the allocated scatterlist table
Juan Gutierrez
1
-2
/
+5
[next]