index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-07-12
1
-2
/
+2
|
\
|
*
bus_find_device: Unify the match callback with class_find_device
Suzuki K Poulose
2019-06-24
1
-2
/
+2
*
|
Merge remote-tracking branch 'spi/topic/pump-rt' into spi-next
Mark Brown
2019-07-04
1
-6
/
+30
|
\
\
|
*
|
spi: Allow SPI devices to request the pumping thread be realtime
Douglas Anderson
2019-05-23
1
-6
/
+30
|
|
/
*
|
spi/acpi: avoid spurious matches during slave enumeration
Ard Biesheuvel
2019-06-24
1
-3
/
+1
*
|
spi: fix ctrl->num_chipselect constraint
Tudor Ambarus
2019-06-20
1
-5
/
+7
*
|
spi/acpi: fix incorrect ACPI parent check
Ard Biesheuvel
2019-06-19
1
-1
/
+1
*
|
spi: don't open code list_for_each_entry_safe_reverse()
Vladimir Zapolskiy
2019-06-18
1
-5
/
+2
*
|
spi: No need to assign dummy value in spi_unregister_controller()
Andy Shevchenko
2019-06-17
1
-2
/
+1
*
|
spi/acpi: enumerate all SPI slaves in the namespace
Ard Biesheuvel
2019-06-13
1
-31
/
+72
*
|
spi: Use struct_size() helper
Gustavo A. R. Silva
2019-06-10
1
-2
/
+1
*
|
Merge branch 'spi-5.2' into spi-5.3
Mark Brown
2019-05-23
1
-3
/
+8
|
\
\
|
*
|
spi: abort spi_sync if failed to prepare_transfer_hardware
Super Liu
2019-05-23
1
-1
/
+6
|
*
|
spi: Fix Raspberry Pi breakage
Mark Brown
2019-05-09
1
-2
/
+2
|
|
/
*
|
spi: core: allow reporting the effectivly used speed_hz for a transfer
Martin Sperl
2019-05-13
1
-0
/
+1
*
|
spi: core: allow defining time that cs is deasserted as a multiple of SCK
Martin Sperl
2019-05-08
1
-0
/
+8
*
|
spi: core: allow defining time that cs is deasserted
Martin Sperl
2019-05-08
1
-10
/
+49
|
/
*
spi: Clear SPI_CS_HIGH flag from bad_bits for GPIO chip-select
Serge Semin
2019-05-02
1
-0
/
+5
*
spi: Release spi_res after finalizing message
Noralf Trønnes
2019-05-02
1
-2
/
+2
*
spi: Remove warning in spi_split_transfers_maxsize()
Noralf Trønnes
2019-05-02
1
-5
/
+0
*
spi: Remove one needless transfer speed fall back case
Jarkko Nikula
2019-05-02
1
-2
/
+0
*
spi: add a method for configuring CS timing
Sowjanya Komatineni
2019-04-08
1
-0
/
+15
*
spi: kill useless initializer in spi_register_controller()
Sergei Shtylyov
2019-04-08
1
-1
/
+1
*
spi: Don't call spi_get_gpio_descs() before device name is set
Andrey Smirnov
2019-04-05
1
-18
/
+19
*
Merge branch 'spi-5.1' into spi-5.2
Mark Brown
2019-04-05
1
-0
/
+2
|
\
|
*
spi: Add missing error handling for CS GPIOs
Geert Uytterhoeven
2019-04-04
1
-0
/
+2
*
|
spi: export tracepoint symbols to modules
Arnd Bergmann
2019-03-21
1
-0
/
+2
|
/
*
spi: Fix zero length xfer bug
Chris Lesiak
2019-03-11
1
-0
/
+2
*
spi: use gpio[d]_set_value_cansleep for setting chipselect GPIO
Felix Fietkau
2019-02-12
1
-2
/
+3
*
spi: support inter-word delay requirement for devices
Jonas Bonn
2019-01-30
1
-0
/
+5
*
spi: Support high CS when using descriptors
Linus Walleij
2019-01-24
1
-0
/
+5
*
spi: Go back to immediate teardown
Mark Brown
2019-01-23
1
-89
/
+33
*
spi: core: avoid waking pump thread from spi_sync instead run teardown delayed
Martin Sperl
2019-01-09
1
-33
/
+89
*
spi: Optionally use GPIO descriptors for CS GPIOs
Linus Walleij
2019-01-09
1
-10
/
+94
*
spi: Use of_node_name_eq for node name comparisons
Rob Herring
2018-12-06
1
-1
/
+1
*
spi: add support for octal mode I/O data transfer
Yogesh Narayan Gaur
2018-12-03
1
-2
/
+10
*
spi: Fix formatting of header block
Mark Brown
2018-11-29
1
-6
/
+4
*
spi: Fix core transfer waits after slave support
Mark Brown
2018-11-15
1
-3
/
+5
*
spi: Deal with slaves that return from transfer_one() unfinished
Lubomir Rintel
2018-11-13
1
-23
/
+39
*
Merge remote-tracking branch 'spi/topic/of' into spi-next
Mark Brown
2018-10-21
1
-2
/
+5
|
\
|
*
spi: make OF helper available for others
Marco Felsch
2018-09-27
1
-2
/
+5
*
|
Merge branch 'spi-4.20' into spi-next
Mark Brown
2018-10-21
1
-12
/
+87
|
\
\
|
*
|
spi: Make GPIO CSs honour the SPI_NO_CS flag
Phil Elwell
2018-10-12
1
-1
/
+3
|
*
|
spi: Add driver_override SPI device attribute
Trent Piepho
2018-10-10
1
-0
/
+51
|
*
|
spi: switch to SPDX license identifier
Marco Felsch
2018-09-27
1
-10
/
+1
|
*
|
spi: always use software fallback for SPI_CS_WORD when using cs_gio
David Lechner
2018-09-18
1
-2
/
+4
|
*
|
spi: add software implementation for SPI_CS_WORD
David Lechner
2018-09-17
1
-1
/
+30
|
|
/
*
|
spi: Fix double IDR allocation with DT aliases
Geert Uytterhoeven
2018-08-28
1
-11
/
+11
*
|
spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbers
Kirill Kapranov
2018-08-15
1
-0
/
+9
|
/
*
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-12
1
-1
/
+1
[next]