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
2021-02-22
Merge tag 'spi-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
2021-02-12
Merge remote-tracking branch 'spi/for-5.12' into spi-next
Mark Brown
2021-02-12
spi: Skip zero-length transfers in spi_transfer_one_message()
Nicolas Saenz Julienne
2021-02-08
spi: support CS timing for HW & SW mode
leilk.liu
2021-02-08
spi: add power control when set_cs_timing
leilk.liu
2021-01-27
ACPI: Test for ACPI_SUCCESS rather than !ACPI_FAILURE
Bjorn Helgaas
2021-01-13
Merge v5.11-rc3
Mark Brown
2021-01-04
spi: fix the divide by 0 error when calculating xfer waiting time
Xu Yilun
2020-12-30
spi: Fix the clamping of spi->max_speed_hz
Tudor Ambarus
2020-12-28
spi: Add SPI_NO_TX/RX support
Dragos Bogdan
2020-12-17
Merge remote-tracking branch 'spi/for-5.10' into spi-5.11
Mark Brown
2020-12-11
Merge remote-tracking branch 'spi/for-5.11' into spi-next
Mark Brown
2020-12-11
spi: Limit the spi device max speed to controller's max speed
Tudor Ambarus
2020-11-27
Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
2020-11-24
spi: Fix potential NULL pointer dereference in spi_shutdown()
Marek Szyprowski
2020-11-20
spi: Take the SPI IO-mutex in the spi_setup() method
Serge Semin
2020-11-20
spi: Warn when a driver's remove callback returns an error
Uwe Kleine-König
2020-11-20
spi: Use bus_type functions for probe, remove and shutdown
Uwe Kleine-König
2020-11-20
spi: fix resource leak for drivers without .remove callback
Uwe Kleine-König
2020-11-12
spi: Introduce device-managed SPI controller allocation
Lukas Wunner
2020-11-11
spi: fix client driver breakages when using GPIO descriptors
Sven Van Asbroeck
2020-10-28
spi: fix a typo inside a kernel-doc markup
Mauro Carvalho Chehab
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
[next]