index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-fsl-dspi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-10
spi: spi-fsl-dspi: Fix issue with uninitialized dma_slave_config
Tony Lindgren
1
-0
/
+1
2021-05-10
spi: spi-fsl-dspi: Fix a resource leak in an error handling path
Christophe JAILLET
1
-1
/
+3
2020-12-01
spi: spi-fsl-dspi: Use max_native_cs instead of num_chipselect to set SPI_MCR
Maxim Kochetkov
1
-3
/
+3
2020-11-04
spi: fsl-dspi: fix wrong pointer in suspend/resume
Zhao Qiang
1
-6
/
+4
2020-10-09
Merge remote-tracking branch 'spi/for-5.10' into spi-next
Mark Brown
1
-52
/
+6
2020-09-28
spi: fsl-dspi: fix NULL pointer dereference
Michael Walle
1
-2
/
+3
2020-09-23
spi: fsl-dspi: fix use-after-free in remove path
Sascha Hauer
1
-5
/
+7
2020-09-14
spi: spi-fsl-dspi: use XSPI mode instead of DMA for DPAA2 SoCs
Vladimir Oltean
1
-3
/
+3
2020-09-11
spi: spi-fsl-dspi: use XSPI mode instead of DMA for DPAA2 SoCs
Vladimir Oltean
1
-3
/
+3
2020-08-24
spi: spi-fsl-dspi: delete EOQ transfer mode
Vladimir Oltean
1
-51
/
+5
2020-08-18
spi: spi-fsl-dspi: set ColdFire to DMA mode
Angelo Dureghello
1
-1
/
+1
2020-06-22
spi: spi-fsl-dspi: Initialize completion before possible interrupt
Krzysztof Kozlowski
1
-2
/
+2
2020-06-22
spi: spi-fsl-dspi: Fix external abort on interrupt in resume or exit paths
Krzysztof Kozlowski
1
-4
/
+13
2020-06-22
spi: spi-fsl-dspi: Fix lockup if device is shutdown during SPI transfer
Krzysztof Kozlowski
1
-14
/
+1
2020-06-22
spi: spi-fsl-dspi: Fix lockup if device is removed during SPI transfer
Krzysztof Kozlowski
1
-1
/
+10
2020-06-11
spi: spi-fsl-dspi: Free DMA memory with matching function
Krzysztof Kozlowski
1
-4
/
+4
2020-05-29
spi: spi-fsl-dspi: fix native data copy
Angelo Dureghello
1
-2
/
+22
2020-04-24
spi: spi-fsl-dspi: Adding shutdown hook
Peng Ma
1
-0
/
+23
2020-03-18
spi: spi-fsl-dspi: Add support for LS1028A
Vladimir Oltean
1
-0
/
+9
2020-03-18
spi: spi-fsl-dspi: Move invariant configs out of dspi_transfer_one_message
Vladimir Oltean
1
-26
/
+29
2020-03-18
spi: spi-fsl-dspi: Fix interrupt-less DMA mode taking an XSPI code path
Vladimir Oltean
1
-7
/
+9
2020-03-18
spi: spi-fsl-dspi: Avoid NULL pointer in dspi_slave_abort for non-DMA mode
Vladimir Oltean
1
-2
/
+4
2020-03-18
spi: spi-fsl-dspi: Replace interruptible wait queue with a simple completion
Vladimir Oltean
1
-13
/
+6
2020-03-18
spi: spi-fsl-dspi: Protect against races on dspi->words_in_flight
Vladimir Oltean
1
-59
/
+52
2020-03-18
spi: spi-fsl-dspi: Avoid reading more data than written in EOQ mode
Vladimir Oltean
1
-2
/
+5
2020-03-18
spi: spi-fsl-dspi: Fix bits-per-word acceleration in DMA mode
Vladimir Oltean
1
-54
/
+32
2020-03-18
spi: spi-fsl-dspi: Fix little endian access to PUSHR CMD and TXDATA
Vladimir Oltean
1
-6
/
+20
2020-03-18
spi: spi-fsl-dspi: Don't access reserved fields in SPI_MCR
Vladimir Oltean
1
-2
/
+5
2020-03-10
spi: spi-fsl-dspi: fix DMA mapping
Michael Walle
1
-7
/
+10
2020-03-05
Merge series "TCFQ to XSPI migration for NXP DSPI driver" from Vladimir Oltea...
Mark Brown
1
-141
/
+280
2020-03-05
spi: spi-fsl-dspi: Make bus-num property optional
Sascha Hauer
1
-6
/
+2
2020-03-05
spi: spi-fsl-dspi: Take software timestamp in dspi_fifo_write
Vladimir Oltean
1
-10
/
+9
2020-03-05
spi: spi-fsl-dspi: Use EOQ for last word in buffer even for XSPI mode
Vladimir Oltean
1
-9
/
+13
2020-03-05
spi: spi-fsl-dspi: Optimize dspi_setup_accel for lowest interrupt count
Vladimir Oltean
1
-11
/
+25
2020-03-05
spi: spi-fsl-dspi: Accelerate transfers using larger word size if possible
Vladimir Oltean
1
-25
/
+135
2020-03-05
spi: spi-fsl-dspi: Convert TCFQ users to XSPI FIFO mode
Vladimir Oltean
1
-88
/
+101
2020-03-05
spi: spi-fsl-dspi: Implement .max_message_size method for EOQ mode
Vladimir Oltean
1
-0
/
+17
2020-03-05
spi: spi-fsl-dspi: Rename fifo_{read,write} and {tx,cmd}_fifo_write
Vladimir Oltean
1
-11
/
+11
2020-03-05
spi: spi-fsl-dspi: Add comments around dspi_pop_tx and dspi_push_rx functions
Vladimir Oltean
1
-0
/
+6
2020-03-05
spi: spi-fsl-dspi: Don't mask off undefined bits
Vladimir Oltean
1
-3
/
+0
2020-03-05
spi: spi-fsl-dspi: Remove unused chip->void_write_data
Vladimir Oltean
1
-6
/
+0
2020-03-05
spi: spi-fsl-dspi: Simplify bytes_per_word gymnastics
Vladimir Oltean
1
-18
/
+3
2020-03-04
spi: spi-fsl-dspi: Convert the instantiations that support it to DMA
Vladimir Oltean
1
-3
/
+10
2020-03-04
spi: spi-fsl-dspi: Support SPI software timestamping in all non-DMA modes
Vladimir Oltean
1
-9
/
+2
2020-03-04
spi: spi-fsl-dspi: LS2080A and LX2160A support XSPI mode
Vladimir Oltean
1
-0
/
+2
2020-03-04
spi: spi-fsl-dspi: Parameterize the FIFO size and DMA buffer size
Vladimir Oltean
1
-20
/
+28
2020-03-04
spi: spi-fsl-dspi: Use specific compatible strings for all SoC instantiations
Vladimir Oltean
1
-23
/
+85
2020-01-23
Merge branch 'spi-5.6' into spi-next
Mark Brown
1
-6
/
+6
2019-12-31
spi: spi-fsl-dspi: Fix 16-bit word order in 32-bit XSPI mode
Vladimir Oltean
1
-11
/
+4
2019-12-27
spi: Don't look at TX buffer for PTP system timestamping
Vladimir Oltean
1
-3
/
+6
[next]