summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2019-08-20spi: spi-fsl-dspi: Replace legacy spi_master names with spi_controllerVladimir Oltean
2019-08-20spi: spi-fsl-dspi: Remove pointless assignment of master->transfer to NULLVladimir Oltean
2019-08-20spi: spi-fsl-dspi: Remove unused initialization of 'ret' in dspi_probeVladimir Oltean
2019-08-20spi: spi-fsl-dspi: Reduce indentation in dspi_release_dma()Vladimir Oltean
2019-08-20spi: spi-fsl-dspi: Change usage pattern of SPI_MCR_* and SPI_CTAR_* macrosVladimir Oltean
2019-08-20spi: spi-fsl-dspi: Demistify magic value in SPI_SR_CLEARVladimir Oltean
2019-08-20spi: spi-fsl-dspi: Use BIT() and GENMASK() macrosVladimir Oltean
2019-08-20spi: spi-fsl-dspi: Remove unused defines and includesVladimir Oltean
2019-08-20spi: spi-fsl-dspi: Fix code alignmentVladimir Oltean
2019-08-08spi: Rename of_spi_register_master() functionLinus Walleij
2019-08-07spi: sh-msiof: Use devm_platform_ioremap_resource() helperGeert Uytterhoeven
2019-08-02spi: atmel: add tracing to custom .transfer_one_message callbackUwe Kleine-König
2019-08-02spi: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-08-02spi: Reduce kthread priorityPeter Zijlstra
2019-08-01spi: core: Use DEVICE_ATTR_RW() for SPI slave control sysfs attributeGeert Uytterhoeven
2019-07-26spi: sprd: adi: Change hwlock to be optionalBaolin Wang
2019-07-26spi: sprd: adi: Add a reset reason for watchdog modeSherry Zong
2019-07-26spi: sprd: adi: Add a reset reason for factory test modeSherry Zong
2019-07-26spi: sprd: adi: Add a reset reason for TOS panicChenxu Wei
2019-07-26spi: sprd: adi: Remove redundant address bits settingBaolin Wang
2019-07-24spi: dw-pci: Use dev_get_drvdataChuhong Yuan
2019-07-22spi: dw-mmio: Clock should be shut when error occursAndy Shevchenko
2019-07-22spi: dw-mmio: Use devm_platform_ioremap_resource()Andy Shevchenko
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-04Merge remote-tracking branch 'spi/topic/pump-rt' into spi-nextMark Brown
2019-07-04Merge branch 'spi-5.3' into spi-nextMark Brown
2019-07-04Merge branch 'spi-5.2' into spi-linusMark Brown
2019-07-03spi: pxa2xx: Add support for Intel Elkhart LakeJarkko Nikula
2019-07-02spi: atmel-quadspi: fix resume callTudor Ambarus
2019-07-02spi: atmel-quadspi: void return type for atmel_qspi_init()Tudor Ambarus
2019-07-02spi: pxa2xx: Set minimum transfer speedJarkko Nikula
2019-06-28spi: stm32-qspi: remove signal sensitive on completionLudovic Barre
2019-06-26spi: uniphier: fix zero-length transferKeiji Hayashibara
2019-06-26spi: uniphier: fix timeout errorKeiji Hayashibara
2019-06-24spi/acpi: avoid spurious matches during slave enumerationArd Biesheuvel
2019-06-24spi: spi-stm32-qspi: Remove CR_FTHRES_MASK usagePatrice Chotard
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose
2019-06-20spi: fix ctrl->num_chipselect constraintTudor Ambarus
2019-06-20spi: spi-synquacer: Fixed build on architectures missing readsl/writesl seriesMasahisa Kojima
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 489Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 459Thomas Gleixner
2019-06-19spi/acpi: fix incorrect ACPI parent checkArd Biesheuvel
2019-06-18spi: don't open code list_for_each_entry_safe_reverse()Vladimir Zapolskiy
2019-06-17spi: No need to assign dummy value in spi_unregister_controller()Andy Shevchenko
2019-06-13spi/acpi: enumerate all SPI slaves in the namespaceArd Biesheuvel
2019-06-13spi: qup: fix PIO/DMA transfers.Jorge Ramirez-Ortiz
2019-06-10Merge tag 'v5.2-rc4' into spi-5.3Mark Brown
2019-06-10Merge tag 'spi-fix-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-06-10spi: Use struct_size() helperGustavo A. R. Silva