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
Age
Commit message (
Expand
)
Author
2019-08-20
spi: spi-fsl-dspi: Replace legacy spi_master names with spi_controller
Vladimir Oltean
2019-08-20
spi: spi-fsl-dspi: Remove pointless assignment of master->transfer to NULL
Vladimir Oltean
2019-08-20
spi: spi-fsl-dspi: Remove unused initialization of 'ret' in dspi_probe
Vladimir Oltean
2019-08-20
spi: spi-fsl-dspi: Reduce indentation in dspi_release_dma()
Vladimir Oltean
2019-08-20
spi: spi-fsl-dspi: Change usage pattern of SPI_MCR_* and SPI_CTAR_* macros
Vladimir Oltean
2019-08-20
spi: spi-fsl-dspi: Demistify magic value in SPI_SR_CLEAR
Vladimir Oltean
2019-08-20
spi: spi-fsl-dspi: Use BIT() and GENMASK() macros
Vladimir Oltean
2019-08-20
spi: spi-fsl-dspi: Remove unused defines and includes
Vladimir Oltean
2019-08-20
spi: spi-fsl-dspi: Fix code alignment
Vladimir Oltean
2019-08-08
spi: Rename of_spi_register_master() function
Linus Walleij
2019-08-07
spi: sh-msiof: Use devm_platform_ioremap_resource() helper
Geert Uytterhoeven
2019-08-02
spi: atmel: add tracing to custom .transfer_one_message callback
Uwe Kleine-König
2019-08-02
spi: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-08-02
spi: Reduce kthread priority
Peter Zijlstra
2019-08-01
spi: core: Use DEVICE_ATTR_RW() for SPI slave control sysfs attribute
Geert Uytterhoeven
2019-07-26
spi: sprd: adi: Change hwlock to be optional
Baolin Wang
2019-07-26
spi: sprd: adi: Add a reset reason for watchdog mode
Sherry Zong
2019-07-26
spi: sprd: adi: Add a reset reason for factory test mode
Sherry Zong
2019-07-26
spi: sprd: adi: Add a reset reason for TOS panic
Chenxu Wei
2019-07-26
spi: sprd: adi: Remove redundant address bits setting
Baolin Wang
2019-07-24
spi: dw-pci: Use dev_get_drvdata
Chuhong Yuan
2019-07-22
spi: dw-mmio: Clock should be shut when error occurs
Andy Shevchenko
2019-07-22
spi: dw-mmio: Use devm_platform_ioremap_resource()
Andy Shevchenko
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-07-04
Merge remote-tracking branch 'spi/topic/pump-rt' into spi-next
Mark Brown
2019-07-04
Merge branch 'spi-5.3' into spi-next
Mark Brown
2019-07-04
Merge branch 'spi-5.2' into spi-linus
Mark Brown
2019-07-03
spi: pxa2xx: Add support for Intel Elkhart Lake
Jarkko Nikula
2019-07-02
spi: atmel-quadspi: fix resume call
Tudor Ambarus
2019-07-02
spi: atmel-quadspi: void return type for atmel_qspi_init()
Tudor Ambarus
2019-07-02
spi: pxa2xx: Set minimum transfer speed
Jarkko Nikula
2019-06-28
spi: stm32-qspi: remove signal sensitive on completion
Ludovic Barre
2019-06-26
spi: uniphier: fix zero-length transfer
Keiji Hayashibara
2019-06-26
spi: uniphier: fix timeout error
Keiji Hayashibara
2019-06-24
spi/acpi: avoid spurious matches during slave enumeration
Ard Biesheuvel
2019-06-24
spi: spi-stm32-qspi: Remove CR_FTHRES_MASK usage
Patrice Chotard
2019-06-24
bus_find_device: Unify the match callback with class_find_device
Suzuki K Poulose
2019-06-20
spi: fix ctrl->num_chipselect constraint
Tudor Ambarus
2019-06-20
spi: spi-synquacer: Fixed build on architectures missing readsl/writesl series
Masahisa Kojima
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 489
Thomas Gleixner
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 459
Thomas Gleixner
2019-06-19
spi/acpi: fix incorrect ACPI parent check
Ard Biesheuvel
2019-06-18
spi: don't open code list_for_each_entry_safe_reverse()
Vladimir Zapolskiy
2019-06-17
spi: No need to assign dummy value in spi_unregister_controller()
Andy Shevchenko
2019-06-13
spi/acpi: enumerate all SPI slaves in the namespace
Ard Biesheuvel
2019-06-13
spi: qup: fix PIO/DMA transfers.
Jorge Ramirez-Ortiz
2019-06-10
Merge tag 'v5.2-rc4' into spi-5.3
Mark Brown
2019-06-10
Merge tag 'spi-fix-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-06-10
spi: Use struct_size() helper
Gustavo A. R. Silva
[next]