summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-0311-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
| | * cifs: don't leak -EAGAIN for stat() during reconnectRonnie Sahlberg2020-02-241-1/+5
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-03-028-9/+52
| |\ \
| | * | x86/mm: Fix dump_pagetables with Xen PVJuergen Gross2020-02-291-6/+1
| | * | x86/ioperm: Add new paravirt function update_io_bitmap()Juergen Gross2020-02-296-2/+50
| | * | x86/pkeys: Manually set X86_FEATURE_OSPKE to preserve existing changesSean Christopherson2020-02-271-1/+1
| | |/
| * | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-021-0/+2
| |\ \
| | * | sched/fair: Fix statistics for find_idlest_group()Vincent Guittot2020-02-271-0/+2
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-03-0225-214/+251
| |\ \ \
| | * \ \ Merge tag 'perf-urgent-for-mingo-5.6-20200228' of git://git.kernel.org/pub/sc...Ingo Molnar2020-02-2914-148/+210
| | |\ \ \
| | | * | | perf annotate: Fix segfault with source toggleRavi Bangoria2020-02-271-0/+2
| | | * | | perf annotate: Align struct annotate_argsRavi Bangoria2020-02-271-6/+6
| | | * | | perf annotate: Simplify disasm_line allocation and freeing codeRavi Bangoria2020-02-272-56/+31
| | | * | | perf annotate: Remove privsize from symbol__annotate() argsRavi Bangoria2020-02-274-6/+7
| | | * | | perf probe: Check return value of strlist__add() for -ENOMEMHe Zhe2020-02-272-6/+28