index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi.c
Age
Commit message (
Expand
)
Author
2020-09-11
Merge tag 'spi-fix-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-09-09
spi: Fix memory leak on splited transfers
Gustav Wiklander
2020-08-18
Merge tag 'spi-fix-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-08-06
Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-03
spi: Prevent adding devices below an unregistering controller
Lukas Wunner
2020-07-17
spi: Only defer to thread for cleanup when needed
Mark Brown
2020-07-09
spi: use kthread_create_worker() helper
Marek Szyprowski
2020-07-01
spi: Avoid setting the chip select if we don't need to
Douglas Anderson
2020-06-23
spi: introduce fallback to pio
Robin Gong
2020-06-15
sched,spi: Convert to sched_set_fifo*()
Peter Zijlstra
2020-05-26
spi: Remove note about transfer limit for spi_write_then_read()
Mark Brown
2020-05-25
spi: flags 'SPI_CONTROLLER_MUST_RX' and 'SPI_CONTROLLER_MUST_TX' can't be coe...
dillon min
2020-05-22
spi: Make spi_delay_exec() warn if called from atomic context
Mark Brown
2020-05-20
Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
2020-05-20
spi: Fix controller unregister order
Lukas Wunner
2020-05-05
Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
2020-04-14
spi: remove redundant assignment to variable ms
Colin Ian King
2020-04-14
spi: Respect DataBitLength field of SpiSerialBusV2() ACPI resource
Andy Shevchenko
2020-03-27
Merge branch 'spi-5.7' into spi-next
Mark Brown
2020-03-12
spi: acpi: remove superfluous parameter check
Wolfram Sang
2020-03-11
Merge tag 'mtk-mtd-spi-move' of https://git.kernel.org/pub/scm/linux/kernel/g...
Mark Brown
2020-03-11
spi: make spi-max-frequency optional
Chuanhong Guo
2020-03-06
Merge tag 'spi-fix-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-03-05
spi: Do spi_take_timestamp_pre for as many times as necessary
Vladimir Oltean
2020-03-04
spi: spi_register_controller(): free bus id on error paths
Aaro Koskinen
2020-02-28
spi: Allow SPI controller override device buswidth
John Garry
2020-01-23
Merge branch 'spi-5.6' into spi-next
Mark Brown
2020-01-07
spi: Add generic support for unused native cs with cs-gpios
Geert Uytterhoeven
2020-01-06
Merge tag 'spi-fix-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-12-27
spi: Don't look at TX buffer for PTP system timestamping
Vladimir Oltean
2019-12-27
spi: Catch improper use of PTP system timestamping API
Vladimir Oltean
2019-11-22
Merge branch 'spi-5.5' into spi-next
Mark Brown
2019-11-12
spi: Fix regression to return zero on success instead of positive value
Tony Lindgren
2019-10-31
spi: add power control when set_cs
Luhua Xu
2019-10-25
spi: Fix NULL pointer when setting SPI_CS_HIGH for GPIO CS
Gregory CLEMENT
2019-10-23
spi: Fix spelling in the comments
Andy Shevchenko
2019-10-18
Merge tag 'v5.4-rc3' into spi-5.4
Mark Brown
2019-10-18
spi: Fix SPI_CS_HIGH setting when using native and GPIO CS
Gregory CLEMENT
2019-10-15
spi: spi-fsl-espi: convert transfer delay to `spi_delay` format
Alexandru Ardelean
2019-10-15
spi: implement SW control for CS times
Alexandru Ardelean
2019-10-15
spi: tegra114: change format for `spi_set_cs_timing()` function
Alexandru Ardelean
2019-10-15
spi: introduce `delay` field for `spi_transfer` + spi_transfer_delay_exec()
Alexandru Ardelean
2019-10-15
spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_device
Alexandru Ardelean
2019-10-15
spi: make `cs_change_delay` the first user of the `spi_delay` logic
Alexandru Ardelean
2019-10-15
spi: introduce spi_delay struct as "value + unit" & spi_delay_exec()
Alexandru Ardelean
2019-10-15
spi: move `cs_change_delay` backwards compat logic outside switch
Alexandru Ardelean
2019-10-07
spi: Add a PTP system timestamp to the transfer structure
Vladimir Oltean
2019-09-17
Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-09-11
spi: Guarantee cacheline alignment of driver-private data
Lukas Wunner
2019-09-05
spi: Use an abbreviated pointer to ctlr->cur_msg in __spi_pump_messages
Vladimir Oltean
[next]