summaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * spi: gpio: Add SPI_MASTER_GPIO_SS flagLinus Walleij2019-07-171-0/+6
| * spi: spi-fsl-qspi: change i.MX7D RX FIFO sizeHan Xu2019-07-101-1/+1
* | spi: spi-fsl-dspi: Move dspi_interrupt above dspi_transfer_one_messageVladimir Oltean2019-08-201-57/+57
* | spi: spi-fsl-dspi: Fix typosVladimir Oltean2019-08-201-2/+2
* | spi: spi-fsl-dspi: Use reverse Christmas tree declaration orderVladimir Oltean2019-08-201-14/+14
* | spi: spi-fsl-dspi: Replace legacy spi_master names with spi_controllerVladimir Oltean2019-08-201-50/+50
* | spi: spi-fsl-dspi: Remove pointless assignment of master->transfer to NULLVladimir Oltean2019-08-201-1/+0
* | spi: spi-fsl-dspi: Remove unused initialization of 'ret' in dspi_probeVladimir Oltean2019-08-201-1/+1
* | spi: spi-fsl-dspi: Reduce indentation in dspi_release_dma()Vladimir Oltean2019-08-201-11/+12
* | spi: spi-fsl-dspi: Change usage pattern of SPI_MCR_* and SPI_CTAR_* macrosVladimir Oltean2019-08-201-16/+21
* | spi: spi-fsl-dspi: Demistify magic value in SPI_SR_CLEARVladimir Oltean2019-08-201-1/+13
* | spi: spi-fsl-dspi: Use BIT() and GENMASK() macrosVladimir Oltean2019-08-201-29/+29
* | spi: spi-fsl-dspi: Remove unused defines and includesVladimir Oltean2019-08-201-26/+0
* | spi: spi-fsl-dspi: Fix code alignmentVladimir Oltean2019-08-201-185/+185
* | spi: Rename of_spi_register_master() functionLinus Walleij2019-08-081-3/+3
* | spi: sh-msiof: Use devm_platform_ioremap_resource() helperGeert Uytterhoeven2019-08-071-3/+1
* | spi: atmel: add tracing to custom .transfer_one_message callbackUwe Kleine-König2019-08-021-0/+5
* | spi: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-0236-80/+19
* | spi: Reduce kthread priorityPeter Zijlstra2019-08-021-1/+1
* | spi: core: Use DEVICE_ATTR_RW() for SPI slave control sysfs attributeGeert Uytterhoeven2019-08-011-6/+5
* | spi: sprd: adi: Change hwlock to be optionalBaolin Wang2019-07-261-26/+42
* | spi: sprd: adi: Add a reset reason for watchdog modeSherry Zong2019-07-261-0/+15
* | spi: sprd: adi: Add a reset reason for factory test modeSherry Zong2019-07-261-0/+3
* | spi: sprd: adi: Add a reset reason for TOS panicChenxu Wei2019-07-261-0/+3
* | spi: sprd: adi: Remove redundant address bits settingBaolin Wang2019-07-261-3/+0
* | spi: dw-pci: Use dev_get_drvdataChuhong Yuan2019-07-241-4/+2
* | spi: dw-mmio: Clock should be shut when error occursAndy Shevchenko2019-07-221-2/+4
* | spi: dw-mmio: Use devm_platform_ioremap_resource()Andy Shevchenko2019-07-221-3/+1
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-2/+2
|\ \
| * | bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-2/+2
* | | Merge remote-tracking branch 'spi/topic/pump-rt' into spi-nextMark Brown2019-07-041-6/+30
|\ \ \
| * | | spi: Allow SPI devices to request the pumping thread be realtimeDouglas Anderson2019-05-231-6/+30
* | | | Merge branch 'spi-5.3' into spi-nextMark Brown2019-07-0417-241/+1603
|\ \ \ \ | | |_|/ | |/| |
| * | | spi: pxa2xx: Add support for Intel Elkhart LakeJarkko Nikula2019-07-031-0/+4
| * | | spi: atmel-quadspi: fix resume callTudor Ambarus2019-07-021-3/+7
| * | | spi: atmel-quadspi: void return type for atmel_qspi_init()Tudor Ambarus2019-07-021-7/+4
| * | | spi: pxa2xx: Set minimum transfer speedJarkko Nikula2019-07-021-0/+10
| * | | spi: stm32-qspi: remove signal sensitive on completionLudovic Barre2019-06-281-7/+3
| * | | spi/acpi: avoid spurious matches during slave enumerationArd Biesheuvel2019-06-241-3/+1
| * | | spi: fix ctrl->num_chipselect constraintTudor Ambarus2019-06-201-5/+7
| * | | spi: spi-synquacer: Fixed build on architectures missing readsl/writesl seriesMasahisa Kojima2019-06-201-6/+12
| * | | spi/acpi: fix incorrect ACPI parent checkArd Biesheuvel2019-06-191-1/+1
| * | | spi: don't open code list_for_each_entry_safe_reverse()Vladimir Zapolskiy2019-06-181-5/+2
| * | | spi: No need to assign dummy value in spi_unregister_controller()Andy Shevchenko2019-06-171-2/+1
| * | | spi/acpi: enumerate all SPI slaves in the namespaceArd Biesheuvel2019-06-131-31/+72
| * | | Merge tag 'v5.2-rc4' into spi-5.3Mark Brown2019-06-1060-422/+60
| |\ \ \
| * | | | spi: Use struct_size() helperGustavo A. R. Silva2019-06-101-2/+1
| * | | | spi: mediatek: add SPI_LSB_FIRST supportLeilk Liu2019-06-061-9/+6
| * | | | spi: Add spi driver for Socionext SynQuacer platformMasahisa Kojima2019-06-043-0/+833
| * | | | spi: qup: remove unnecessary gotoJorge Ramirez-Ortiz2019-06-031-4/+0