aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2020-03-11Merge tag 'v5.6-rc5' into asoc-5.7Mark Brown8-64/+125
2020-03-11spi: Stop selecting MTD_SPI_NOR for SPI_HISI_SFC_V3XXJohn Garry1-1/+0
2020-03-10spi: spi-fsl-dspi: fix DMA mappingMichael Walle1-7/+10
2020-03-10Merge series "spi: Add FSI-attached SPI controller driver" from Eddie James <eajames@linux.ibm.com>:Mark Brown3-0/+566
2020-03-10spi: rspi: Add support for active-high chip selectsGeert Uytterhoeven1-4/+32
2020-03-10spi: rockchip: add compatible string for px30 rk3308 rk3328Johan Jonker1-1/+4
2020-03-10spi: Add FSI-attached SPI controller driverEddie James3-0/+566
2020-03-06Merge tag 'spi-fix-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds8-64/+125
2020-03-06spi: Remove CONFIG_ prefix from Kconfig selectJoe Perches1-1/+1
2020-03-05Merge series "TCFQ to XSPI migration for NXP DSPI driver" from Vladimir Oltean <olteanv@gmail.com>Mark Brown2-153/+287
2020-03-05spi: spi-fsl-dspi: Make bus-num property optionalSascha Hauer1-6/+2
2020-03-05spi: spi-nxp-fspi: Enable the Octal Mode in MCR0Han Xu1-2/+3
2020-03-05spi: fspi: dynamically alloc AHB memoryHan Xu1-6/+34
2020-03-05spi: fspi: enable fspi on imx8qxp and imx8mmHan Xu1-0/+18
2020-03-05spi: spi-fsl-dspi: Take software timestamp in dspi_fifo_writeVladimir Oltean1-10/+9
2020-03-05spi: spi-fsl-dspi: Use EOQ for last word in buffer even for XSPI modeVladimir Oltean1-9/+13
2020-03-05spi: spi-fsl-dspi: Optimize dspi_setup_accel for lowest interrupt countVladimir Oltean1-11/+25
2020-03-05spi: spi-fsl-dspi: Accelerate transfers using larger word size if possibleVladimir Oltean1-25/+135
2020-03-05spi: spi-fsl-dspi: Convert TCFQ users to XSPI FIFO modeVladimir Oltean1-88/+101
2020-03-05spi: Do spi_take_timestamp_pre for as many times as necessaryVladimir Oltean1-12/+7
2020-03-05spi: spi-fsl-dspi: Implement .max_message_size method for EOQ modeVladimir Oltean1-0/+17
2020-03-05spi: spi-fsl-dspi: Rename fifo_{read,write} and {tx,cmd}_fifo_writeVladimir Oltean1-11/+11
2020-03-05spi: spi-fsl-dspi: Add comments around dspi_pop_tx and dspi_push_rx functionsVladimir Oltean1-0/+6
2020-03-05spi: spi-fsl-dspi: Don't mask off undefined bitsVladimir Oltean1-3/+0
2020-03-05spi: spi-fsl-dspi: Remove unused chip->void_write_dataVladimir Oltean1-6/+0
2020-03-05spi: spi-fsl-dspi: Simplify bytes_per_word gymnasticsVladimir Oltean1-18/+3
2020-03-04Merge series "Compatible string consolidation for NXP DSPI driver" from Vladimir Oltean <olteanv@gmail.com>:Mark Brown1-45/+117
2020-03-04spi: spi-fsl-dspi: Convert the instantiations that support it to DMAVladimir Oltean1-3/+10
2020-03-04spi: spi-fsl-dspi: Support SPI software timestamping in all non-DMA modesVladimir Oltean1-9/+2
2020-03-04spi: spi-fsl-dspi: LS2080A and LX2160A support XSPI modeVladimir Oltean1-0/+2
2020-03-04spi: spi-fsl-dspi: Parameterize the FIFO size and DMA buffer sizeVladimir Oltean1-20/+28
2020-03-04spi: spi-fsl-dspi: Use specific compatible strings for all SoC instantiationsVladimir Oltean1-23/+85
2020-03-04spi: spi_register_controller(): free bus id on error pathsAaro Koskinen1-17/+15
2020-03-03Merge series "trivial fixes for fsl-spi and spidev" from Oleksandr Suvorov <oleksandr.suvorov@toradex.com>:Mark Brown1-5/+2
2020-03-03spi: fsl-lpspi: remove unneeded arrayOleksandr Suvorov1-5/+2
2020-03-02Merge series "spi: spidev: Fix messages in spidev" from Oleksandr Suvorov <oleksandr.suvorov@toradex.com>:Mark Brown7-58/+122
2020-03-02spi: spidev: fix speed setting messageOleksandr Suvorov1-3/+4
2020-03-02spi: spidev: fix a debug message valueOleksandr Suvorov1-8/+8
2020-03-02spi: bcm63xx-hsspi: Really keep pll clk enabledChristophe JAILLET1-1/+0
2020-02-28spi: pxa2xx: Introduce is_mmp2_ssp() helperAndy Shevchenko1-4/+9
2020-02-28Merge series "spi/HiSilicon v3xx: Support dual and quad mode through DMI quirks" from John Garry <john.garry@huawei.com>:Mark Brown2-2/+101
2020-02-28spi: spi-mem: Compute length only when neededTudor Ambarus1-2/+3
2020-02-28spi: HiSilicon v3xx: Use DMI quirk to set controller buswidth override bitsJohn Garry1-1/+55
2020-02-28spi: HiSilicon v3xx: Properly set CMD_CONFIG for Dual/Quad modesJohn Garry1-0/+43
2020-02-28spi: Allow SPI controller override device buswidthJohn Garry1-1/+3
2020-02-28spi: atmel-quadspi: fix possible MMIO window size overrunTudor Ambarus1-0/+11
2020-02-27spi/zynqmp: remove entry that causes a cs glitchThommy Jakobsson1-3/+0
2020-02-26spi: pxa2xx: Add CS control clock quirkEvan Green1-0/+23
2020-02-24spi: pxa2xx: drv_data can't be NULL in ->remove()Andy Shevchenko1-5/+1
2020-02-24spi: pxa2xx: Return error codes from pxa2xx_spi_init_pdata()Andy Shevchenko1-7/+7