index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2019-01-30
spi: support inter-word delay requirement for devices
Jonas Bonn
1
-0
/
+5
2019-01-24
spi: Support high CS when using descriptors
Linus Walleij
1
-0
/
+5
2019-01-23
spi: Go back to immediate teardown
Mark Brown
1
-89
/
+33
2019-01-09
spi: core: avoid waking pump thread from spi_sync instead run teardown delayed
Martin Sperl
1
-33
/
+89
2019-01-09
spi: Optionally use GPIO descriptors for CS GPIOs
Linus Walleij
1
-10
/
+94
2018-12-06
spi: Use of_node_name_eq for node name comparisons
Rob Herring
1
-1
/
+1
2018-12-03
spi: add support for octal mode I/O data transfer
Yogesh Narayan Gaur
1
-2
/
+10
2018-11-29
spi: Fix formatting of header block
Mark Brown
1
-6
/
+4
2018-11-15
spi: Fix core transfer waits after slave support
Mark Brown
1
-3
/
+5
2018-11-13
spi: Deal with slaves that return from transfer_one() unfinished
Lubomir Rintel
1
-23
/
+39
2018-10-21
Merge remote-tracking branch 'spi/topic/of' into spi-next
Mark Brown
1
-2
/
+5
2018-10-21
Merge branch 'spi-4.20' into spi-next
Mark Brown
1
-12
/
+87
2018-10-12
spi: Make GPIO CSs honour the SPI_NO_CS flag
Phil Elwell
1
-1
/
+3
2018-10-10
spi: Add driver_override SPI device attribute
Trent Piepho
1
-0
/
+51
2018-09-27
spi: make OF helper available for others
Marco Felsch
1
-2
/
+5
2018-09-27
spi: switch to SPDX license identifier
Marco Felsch
1
-10
/
+1
2018-09-18
spi: always use software fallback for SPI_CS_WORD when using cs_gio
David Lechner
1
-2
/
+4
2018-09-17
spi: add software implementation for SPI_CS_WORD
David Lechner
1
-1
/
+30
2018-08-28
spi: Fix double IDR allocation with DT aliases
Geert Uytterhoeven
1
-11
/
+11
2018-08-15
spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbers
Kirill Kapranov
1
-0
/
+9
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-1
/
+1
2018-06-05
Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-5
/
+6
2018-05-21
spi: Add missing pm_runtime_put_noidle() after failed get
Tony Lindgren
1
-0
/
+1
2018-05-14
spi: Respect all error codes from dev_pm_domain_attach()
Ulf Hansson
1
-5
/
+6
2018-05-11
spi: Get rid of the spi_flash_read() API
Boris Brezillon
1
-57
/
+0
2018-05-11
spi: Make support for regular transfers optional when ->mem_ops != NULL
Boris Brezillon
1
-7
/
+26
2018-04-26
spi: Check presence the of ->transfer[_xxx]() before registering a controller
Boris Brezillon
1
-0
/
+21
2018-04-23
spi: Add an helper to flush the message queue
Boris Brezillon
1
-0
/
+16
2018-04-23
spi: Expose spi_{map,unmap}_buf() for internal use
Boris Brezillon
1
-18
/
+7
2018-04-02
Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/pxa2xx' and 'spi/fix...
Mark Brown
1
-7
/
+2
2018-03-20
spi: Fix unregistration of controller with fixed SPI bus number
Jarkko Nikula
1
-7
/
+2
2018-03-02
spi: Fix scatterlist elements size in spi_map_buf
Maxime Chevallier
1
-2
/
+8
2017-11-10
Merge remote-tracking branch 'spi/topic/core' into spi-next
Mark Brown
1
-1
/
+3
2017-11-03
spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbers
Lucas Stach
1
-4
/
+9
2017-10-31
spi: document odd controller reference handling
Johan Hovold
1
-1
/
+3
2017-10-31
spi: fix use-after-free at controller deregistration
Johan Hovold
1
-2
/
+3
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
[next]