summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spi: meson-spicc: enhance output enable featureSunny Luo2020-03-121-2/+51
* spi: meson-spicc: remove unused variablesNeil Armstrong2020-03-121-2/+0
* spi: spi-nxp-fspi: Fix a NULL vs IS_ERR() check in probeDan Carpenter2020-03-121-2/+2
* Merge tag 'mtk-mtd-spi-move' of https://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2020-03-118-590/+708
|\
| * mtd: spi-nor: remove mtk-quadspi driverChuanhong Guo2020-03-113-574/+0
| * dt-bindings: convert mtk-quadspi binding doc for spi-mtk-norChuanhong Guo2020-03-111-9/+6
| * spi: add support for mediatek spi-nor controllerChuanhong Guo2020-03-113-0/+700
| * spi: make spi-max-frequency optionalChuanhong Guo2020-03-111-7/+2
* | spi: Stop selecting MTD_SPI_NOR for SPI_HISI_SFC_V3XXJohn Garry2020-03-111-1/+0
* | spi: spi-fsl-dspi: fix DMA mappingMichael Walle2020-03-101-7/+10
* | Merge series "spi: Add FSI-attached SPI controller driver" from Eddie James <...Mark Brown2020-03-105-0/+609
|\ \
| * | spi: Add FSI-attached SPI controller driverEddie James2020-03-104-0/+573
| * | dt-bindings: fsi: Add FSI2SPI bindingsEddie James2020-03-101-0/+36
* | | spi: update the structure documentationQiujun Huang2020-03-101-0/+3
* | | spi: rspi: Add support for active-high chip selectsGeert Uytterhoeven2020-03-101-4/+32
* | | spi: rockchip: add compatible string for px30 rk3308 rk3328Johan Jonker2020-03-101-1/+4
|/ /
* | spi: Remove CONFIG_ prefix from Kconfig selectJoe Perches2020-03-061-1/+1
* | Merge series "TCFQ to XSPI migration for NXP DSPI driver" from Vladimir Oltea...Mark Brown2020-03-053-155/+288
|\ \
| * | spi: spi-fsl-dspi: Take software timestamp in dspi_fifo_writeVladimir Oltean2020-03-051-10/+9
| * | spi: spi-fsl-dspi: Use EOQ for last word in buffer even for XSPI modeVladimir Oltean2020-03-051-9/+13
| * | spi: spi-fsl-dspi: Optimize dspi_setup_accel for lowest interrupt countVladimir Oltean2020-03-051-11/+25
| * | spi: spi-fsl-dspi: Accelerate transfers using larger word size if possibleVladimir Oltean2020-03-051-25/+135
| * | spi: spi-fsl-dspi: Convert TCFQ users to XSPI FIFO modeVladimir Oltean2020-03-051-88/+101
| * | spi: Do spi_take_timestamp_pre for as many times as necessaryVladimir Oltean2020-03-052-14/+8
| * | spi: spi-fsl-dspi: Implement .max_message_size method for EOQ modeVladimir Oltean2020-03-051-0/+17
| * | spi: spi-fsl-dspi: Rename fifo_{read,write} and {tx,cmd}_fifo_writeVladimir Oltean2020-03-051-11/+11
| * | spi: spi-fsl-dspi: Add comments around dspi_pop_tx and dspi_push_rx functionsVladimir Oltean2020-03-051-0/+6
| * | spi: spi-fsl-dspi: Don't mask off undefined bitsVladimir Oltean2020-03-051-3/+0
| * | spi: spi-fsl-dspi: Remove unused chip->void_write_dataVladimir Oltean2020-03-051-6/+0
| * | spi: spi-fsl-dspi: Simplify bytes_per_word gymnasticsVladimir Oltean2020-03-051-18/+3
* | | dt-bindings: spi: spi-rockchip: add description for rk3328Johan Jonker2020-03-051-0/+1
* | | dt-bindings: spi: spi-rockchip: add description for rk3308Johan Jonker2020-03-051-0/+1
* | | dt-bindings: spi: convert rockchip spi bindings to yamlJohan Jonker2020-03-053-58/+106
* | | spi: spi-fsl-dspi: Make bus-num property optionalSascha Hauer2020-03-052-7/+3
* | | spi: spi-nxp-fspi: Add support for imx8mm, imx8qxpAdam Ford2020-03-051-0/+3
* | | spi: spi-nxp-fspi: Enable the Octal Mode in MCR0Han Xu2020-03-051-2/+3
* | | spi: fspi: dynamically alloc AHB memoryHan Xu2020-03-051-6/+34
* | | spi: fspi: enable fspi on imx8qxp and imx8mmHan Xu2020-03-051-0/+18
|/ /
* | Merge series "Compatible string consolidation for NXP DSPI driver" from Vladi...Mark Brown2020-03-04979-11462/+16305
|\ \
| * | spi: spi-fsl-dspi: Add specific compatibles for all Layerscape SoCsVladimir Oltean2020-03-041-6/+11
| * | spi: spi-fsl-dspi: Convert the instantiations that support it to DMAVladimir Oltean2020-03-041-3/+10
| * | spi: spi-fsl-dspi: Support SPI software timestamping in all non-DMA modesVladimir Oltean2020-03-041-9/+2
| * | spi: spi-fsl-dspi: LS2080A and LX2160A support XSPI modeVladimir Oltean2020-03-041-0/+2
| * | spi: spi-fsl-dspi: Parameterize the FIFO size and DMA buffer sizeVladimir Oltean2020-03-041-20/+28
| * | spi: spi-fsl-dspi: Use specific compatible strings for all SoC instantiationsVladimir Oltean2020-03-041-23/+85
| * | Merge tag '5.6-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-03-0411-20/+44
| |\ \
| | * | cifs: Use #define in cifs_dbgJoe Perches2020-02-241-2/+2
| | * | cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel2020-02-249-17/+33
| | * | cifs: add missing mount option to /proc/mountsSteve French2020-02-241-0/+2
| | * | cifs: fix potential mismatch of UNC pathsPaulo Alcantara (SUSE)2020-02-241-0/+2