index
:
delta/linux-stable.git
baserock/v2.6.28.9/aspeed
baserock/v2.6.28.9/openbmc_aspeed_wedge
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.2.y
linux-6.3.y
linux-rolling-lts
linux-rolling-stable
master
git.kernel.org: pub/scm/linux/kernel/git/stable/linux-stable.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-fsl-dspi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: spi-fsl-dspi: Fix lockup if device is shutdown during SPI transfer
Krzysztof Kozlowski
2020-07-22
1
-14
/
+1
*
spi: spi-fsl-dspi: Fix lockup if device is removed during SPI transfer
Krzysztof Kozlowski
2020-07-16
1
-1
/
+10
*
spi: spi-fsl-dspi: Adding shutdown hook
Peng Ma
2020-07-16
1
-0
/
+23
*
spi: spi-fsl-dspi: Fix external abort on interrupt in resume or exit paths
Krzysztof Kozlowski
2020-07-09
1
-4
/
+13
*
spi: spi-fsl-dspi: Replace interruptible wait queue with a simple completion
Vladimir Oltean
2020-04-17
1
-13
/
+6
*
spi: spi-fsl-dspi: Fix 16-bit word order in 32-bit XSPI mode
Vladimir Oltean
2020-01-09
1
-11
/
+4
*
spi: spi-fsl-dspi: Fix race condition in TCFQ/EOQ interrupt
Vladimir Oltean
2019-09-03
1
-3
/
+1
*
spi: spi-fsl-dspi: Use poll mode in case the platform IRQ is missing
Vladimir Oltean
2019-08-23
1
-23
/
+64
*
spi: spi-fsl-dspi: Remove impossible to reach error check
Vladimir Oltean
2019-08-23
1
-20
/
+4
*
spi: spi-fsl-dspi: Exit the ISR with IRQ_NONE when it's not ours
Vladimir Oltean
2019-08-23
1
-1
/
+1
*
spi: spi-fsl-dspi: Reduce indentation level in dspi_interrupt
Vladimir Oltean
2019-08-23
1
-39
/
+40
*
spi: spi-fsl-dspi: Move dspi_interrupt above dspi_transfer_one_message
Vladimir Oltean
2019-08-20
1
-57
/
+57
*
spi: spi-fsl-dspi: Fix typos
Vladimir Oltean
2019-08-20
1
-2
/
+2
*
spi: spi-fsl-dspi: Use reverse Christmas tree declaration order
Vladimir Oltean
2019-08-20
1
-14
/
+14
*
spi: spi-fsl-dspi: Replace legacy spi_master names with spi_controller
Vladimir Oltean
2019-08-20
1
-50
/
+50
*
spi: spi-fsl-dspi: Remove pointless assignment of master->transfer to NULL
Vladimir Oltean
2019-08-20
1
-1
/
+0
*
spi: spi-fsl-dspi: Remove unused initialization of 'ret' in dspi_probe
Vladimir Oltean
2019-08-20
1
-1
/
+1
*
spi: spi-fsl-dspi: Reduce indentation in dspi_release_dma()
Vladimir Oltean
2019-08-20
1
-11
/
+12
*
spi: spi-fsl-dspi: Change usage pattern of SPI_MCR_* and SPI_CTAR_* macros
Vladimir Oltean
2019-08-20
1
-16
/
+21
*
spi: spi-fsl-dspi: Demistify magic value in SPI_SR_CLEAR
Vladimir Oltean
2019-08-20
1
-1
/
+13
*
spi: spi-fsl-dspi: Use BIT() and GENMASK() macros
Vladimir Oltean
2019-08-20
1
-29
/
+29
*
spi: spi-fsl-dspi: Remove unused defines and includes
Vladimir Oltean
2019-08-20
1
-26
/
+0
*
spi: spi-fsl-dspi: Fix code alignment
Vladimir Oltean
2019-08-20
1
-185
/
+185
*
spi: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-08-02
1
-1
/
+0
*
Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
2019-02-20
1
-1
/
+1
|
\
|
*
spi: fix initial SPI_SR value in spi-fsl-dspi
Angelo Dureghello
2019-01-07
1
-1
/
+1
*
|
spi: spi-fsl-dspi: Provide support for DSPI slave mode operation (Vybryd vf610)
Lukasz Majewski
2019-02-06
1
-10
/
+30
|
/
*
spi: spi-fsl-dspi: use IRQF_SHARED mode to request IRQ
Chuanhua Han
2018-11-05
1
-2
/
+2
*
spi: spi-fsl-dspi: fix broken DSPI_EOQ_MODE
Angelo Dureghello
2018-08-28
1
-0
/
+6
*
spi: spi-fsl-dspi: Switch to SPDX identifier
Fabio Estevam
2018-07-24
1
-14
/
+6
*
spi: spi-fsl-dspi: Fill actual_length when doing DMA transfer
Andrey Smirnov
2018-07-17
1
-2
/
+5
*
spi: spi-fsl-dspi: Fix imprecise abort on VF500 during probe
Krzysztof Kozlowski
2018-07-02
1
-12
/
+12
*
spi: spi-fsl-dspi: Fix copy-paste error in dspi_probe
Gustavo A. R. Silva
2018-06-21
1
-1
/
+1
*
spi: spi-fsl-dspi: Enable extended SPI mode
Esben Haabendal
2018-06-20
1
-1
/
+3
*
spi: spi-fsl-dspi: Advertise 32 bit for XSPI mode
Esben Haabendal
2018-06-20
1
-1
/
+5
*
spi: spi-fsl-dspi: XSPI FIFO handling (in TCFQ mode)
Esben Haabendal
2018-06-20
1
-7
/
+48
*
spi: spi-fsl-dspi: Framesize control for XSPI mode
Esben Haabendal
2018-06-20
1
-0
/
+10
*
spi: spi-fsl-dspi: Add support for XSPI mode registers
Esben Haabendal
2018-06-20
1
-2
/
+61
*
Merge branch 'spi-4.18' into spi-4.19 for DSPI dep
Mark Brown
2018-06-20
1
-0
/
+12
|
\
|
*
spi: spi-fsl-dspi: Fixup regmap configuration
Esben Haabendal
2018-06-20
1
-0
/
+12
*
|
spi: spi-fsl-dspi: Fix MCR register handling
Esben Haabendal
2018-06-20
1
-7
/
+3
*
|
spi: spi-fsl-dspi: Support 4 to 16 bits per word transfers
Esben Haabendal
2018-06-20
1
-163
/
+88
*
|
spi: spi-fsl-dspi: Simplify transfer counter handling
Esben Haabendal
2018-06-20
1
-25
/
+14
*
|
spi: spi-fsl-dspi: Fix per transfer cs_change handling
Esben Haabendal
2018-06-20
1
-28
/
+40
*
|
spi: spi-fsl-dspi: Drop unneeded use of dataflags bits
Esben Haabendal
2018-06-20
1
-15
/
+8
*
|
spi: spi-fsl-dspi: Drop unreachable else if statement
Esben Haabendal
2018-06-20
1
-2
/
+1
|
/
*
spi: spi-fsl-dspi: account for const type of of_device_id.data
Julia Lawall
2018-01-03
1
-4
/
+3
*
spi: spi-fsl-dspi: add SPI_LSB_FIRST to driver capabilities
Kurt Kanzenbach
2017-11-16
1
-1
/
+1
*
spi: spi-fsl-dspi: enabling Coldfire mcf5441x dspi
Angelo Dureghello
2017-11-03
1
-21
/
+45
*
spi: spi-fsl-dspi: ensure non-zero return on error path
Nikita Yushchenko
2017-05-22
1
-1
/
+2
[next]