summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25Merge remote-tracking branches 'spi/fix/armada', 'spi/fix/idr', 'spi/fix/qspi...Mark Brown
2017-10-16spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbersLucas Stach
2017-10-12spi: bcm-qspi: Fix use after free in bcm_qspi_probe() in error pathFlorian Fainelli
2017-10-10spi: a3700: Return correct value on timeout detectionMaxime Chevallier
2017-09-13spi: stm32: Fix logical error in stm32_spi_prepare_mbr()Christos Gkekas
2017-09-13spi: armada-3700: Fix padding when sending not 4-byte aligned dataZachary Zhang
2017-09-13spi: armada-3700: Fix failing commands with quad-SPIMiquel Raynal
2017-09-05Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2017-09-04Merge remote-tracking branch 'spi/topic/xlp' into spi-nextMark Brown
2017-09-04Merge remote-tracking branches 'spi/topic/sh-msiof', 'spi/topic/stm32', 'spi/...Mark Brown
2017-09-04Merge remote-tracking branches 'spi/topic/pxa', 'spi/topic/pxa2xx', 'spi/topi...Mark Brown
2017-09-04Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/loopback', 'spi/to...Mark Brown
2017-09-04Merge remote-tracking branches 'spi/topic/cadence', 'spi/topic/dt', 'spi/topi...Mark Brown
2017-09-04Merge remote-tracking branches 'spi/topic/altera', 'spi/topic/at79', 'spi/top...Mark Brown
2017-09-01spi: spi-falcon: drop check of boot selectHauke Mehrtens
2017-08-29spi: imx: fix use of native chip-selects with devicetreeGreg Ungerer
2017-08-23spi: pl022: constify amba_idArvind Yadav
2017-08-23spi: imx: fix little-endian buildArnd Bergmann
2017-08-18spi: omap: Allocate bus number from spi frameworkSuniel Mahesh
2017-08-17spi: Kernel coding style fixesSuniel Mahesh
2017-08-17spi: imx: dynamic burst length adjust for PIO modejiada wang
2017-08-16spi: Pick spi bus number from Linux idr or spi aliasSuniel Mahesh
2017-08-16spi: rockchip: configure CTRLR1 according to size and data frameHuibin Hong
2017-08-16spi: altera: Consolidate TX/RX data register accessLars-Peter Clausen
2017-08-16spi: altera: Switch to SPI core transfer queue managementLars-Peter Clausen
2017-08-14spi: rockchip: add compatible string for rv1108 spiAndy Yan
2017-08-10spi: qup: fix 64-bit build warningArnd Bergmann
2017-08-10spi: qup: hide warning for uninitialized variableArnd Bergmann
2017-08-09spi: spi-ep93xx: use the default master transfer queueing mechanismH Hartley Sweeten
2017-08-09spi: spi-ep93xx: remove private data 'current_msg'H Hartley Sweeten
2017-08-09spi: spi-ep93xx: pass the spi_master pointer aroundH Hartley Sweeten
2017-08-09spi: spi-ep93xx: absorb the interrupt enable/disable helpersH Hartley Sweeten
2017-08-09spi: spi-ep93xx: add spi master prepare_transfer_hardware()H Hartley Sweeten
2017-08-09spi: spi-ep93xx: use 32-bit read/write for all registersH Hartley Sweeten
2017-08-09spi: spi-ep93xx: remove io wrappersH Hartley Sweeten
2017-08-09spi: spi-sh: fix error return code in spi_sh_probe()Gustavo A. R. Silva
2017-08-08spi: qup: Fix QUP version identify methodVaradarajan Narayanan
2017-08-08spi: qup: Ensure done detectionVaradarajan Narayanan
2017-08-08spi: qup: allow multiple DMA transactions per spi xferVaradarajan Narayanan
2017-08-08spi: qup: refactor spi_qup_prep_sgVaradarajan Narayanan
2017-08-08spi: qup: allow block mode to generate multiple transactionsVaradarajan Narayanan
2017-08-08spi: qup: call io_config in mode specific functionVaradarajan Narayanan
2017-08-08spi: qup: refactor spi_qup_io_config into two functionsVaradarajan Narayanan
2017-08-08spi: qup: Do block sized read/write in block modeVaradarajan Narayanan
2017-08-08spi: qup: Fix transaction done signalingVaradarajan Narayanan
2017-08-08spi: qup: Fix error handling in spi_qup_prep_sgVaradarajan Narayanan
2017-08-08spi: qup: Place the QUP in run mode before DMAVaradarajan Narayanan
2017-08-08spi: qup: Add completion timeoutVaradarajan Narayanan