index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-imx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: imx: use true,false for bool variable
zhengbin
2019-12-25
1
-2
/
+2
*
spi: imx: Use dma_request_chan() directly for channel request
Peter Ujfalusi
2019-11-15
1
-2
/
+2
*
Merge branch 'spi-5.1' into spi-5.2 for stm32
Mark Brown
2019-03-15
1
-1
/
+1
|
\
|
*
spi: imx: stop buffer overflow in RX FIFO flush
Trent Piepho
2019-03-13
1
-1
/
+1
*
|
spi: imx: add module parameter to control DMA use
Trent Piepho
2019-03-11
1
-0
/
+7
|
/
*
spi: imx: drop useless member speed_hz from driver data struct
Uwe Kleine-König
2018-12-11
1
-7
/
+5
*
spi: imx: rename config callback and add useful parameters
Uwe Kleine-König
2018-12-11
1
-17
/
+22
*
spi: imx: style fixes
Uwe Kleine-König
2018-12-11
1
-7
/
+9
*
spi: imx: mx51-ecspi: Move some initialisation to prepare_message hook.
Uwe Kleine-König
2018-12-11
1
-27
/
+40
*
spi: imx: add a device specific prepare_message callback
Uwe Kleine-König
2018-12-11
1
-1
/
+39
*
spi: imx: use PIO mode if size is small
Robin Gong
2018-10-12
1
-0
/
+3
*
spi: imx: correct wml as the last sg length
Robin Gong
2018-10-12
1
-10
/
+19
*
spi: imx: move wml setting to later than setup_transfer
Robin Gong
2018-10-12
1
-9
/
+14
*
spi: imx: Use the longuest possible burst size when in dynamic_burst
Maxime Chevallier
2018-07-24
1
-37
/
+85
*
spi: imx: remove unnecessary check in spi_imx_can_dma
Maxime Chevallier
2018-07-24
1
-3
/
+0
*
spi: imx: Use correct number of bytes per words
Maxime Chevallier
2018-07-24
1
-4
/
+6
*
spi: imx: Use dynamic bursts only when bits_per_word is 8, 16 or 32
Maxime Chevallier
2018-07-24
1
-14
/
+9
*
spi: imx: Remove duplicate variable assignments
Maxime Chevallier
2018-07-24
1
-2
/
+0
*
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-12
1
-2
/
+3
*
spi: imx: Switch to SPDX identifier
Fabio Estevam
2018-05-03
1
-19
/
+3
*
spi: imx: Update MODULE_DESCRIPTION to "SPI Controller driver"
wangbo
2018-04-13
1
-1
/
+1
*
-
.
Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/imx', 'spi/to...
Mark Brown
2018-01-26
1
-6
/
+5
|
\
\
|
|
*
spi: imx: Fix failure path leak on GPIO request error correctly
Trent Piepho
2017-11-07
1
-7
/
+8
*
|
|
spi: imx: do not access registers while clocks disabled
Stefan Agner
2018-01-08
1
-2
/
+13
|
/
/
*
|
spi: imx: Don't require platform data chipselect array
Trent Piepho
2017-11-10
1
-7
/
+9
*
|
spi: imx: Fix failure path leak on GPIO request error
Trent Piepho
2017-11-10
1
-1
/
+3
*
|
spi: imx: GPIO based chip selects should not be required
Trent Piepho
2017-11-10
1
-8
/
+10
|
/
*
spi: imx: Fix failure path leak on GPIO request error
Trent Piepho
2017-10-31
1
-5
/
+6
*
spi: imx: Add support for SPI Slave mode
jiada wang
2017-09-19
1
-31
/
+196
*
spi: imx: fix use of native chip-selects with devicetree
Greg Ungerer
2017-08-29
1
-4
/
+4
*
spi: imx: fix little-endian build
Arnd Bergmann
2017-08-23
1
-0
/
+4
*
spi: imx: dynamic burst length adjust for PIO mode
jiada wang
2017-08-17
1
-9
/
+141
*
spi: imx: add SPI_NO_CS support
Oleksij Rempel
2017-07-26
1
-1
/
+8
*
spi: imx: add selection for iMX53 and iMX6 controller
jiada wang
2017-07-17
1
-2
/
+24
*
spi: imx: introduce fifo_size and has_dmamode in spi_imx_devtype_data
jiada wang
2017-07-17
1
-9
/
+18
*
spi: imx: Check for allocation failure earlier
Fabio Estevam
2017-06-21
1
-3
/
+3
*
spi: imx: rename 'bpw' variables
Sascha Hauer
2017-06-06
1
-6
/
+6
*
spi: imx: remove bytes_per_word from private driver struct
Sascha Hauer
2017-06-06
1
-11
/
+4
*
spi: imx: drop bogus unnecessary dma config
Sascha Hauer
2017-06-06
1
-2
/
+0
*
spi: imx: put struct spi_imx_config members into driver private struct
Sascha Hauer
2017-06-06
1
-27
/
+23
*
spi: imx: Drop unnecessary check
Sascha Hauer
2017-06-06
1
-7
/
+0
*
spi: imx: Nothing to do in setupxfer when transfer is NULL
Sascha Hauer
2017-06-06
1
-5
/
+5
*
spi: imx: Revert "spi: imx: dynamic burst length adjust for PIO mode"
Sascha Hauer
2017-05-23
1
-155
/
+8
*
spi: imx: fix issue when tx_buf or rx_buf is NULL
Jiada Wang
2017-05-19
1
-0
/
+6
*
spi: imx: dynamic burst length adjust for PIO mode
Jiada Wang
2017-05-14
1
-8
/
+149
*
spi-imx: Implements handling of the SPI_READY mode flag.
Leif Middelschulte
2017-04-25
1
-2
/
+18
*
spi: imx: adjust watermark level according to transfer length
Jiada Wang
2017-01-06
1
-8
/
+8
*
spi: imx: set spi_bus_clk for mx21 and mx27
Robert Baldyga
2016-11-02
1
-5
/
+9
*
spi: imx: support DMA for imx35
Martin Kaiser
2016-10-24
1
-3
/
+18
*
spi: imx: fix error return code in spi_imx_probe()
Wei Yongjun
2016-09-28
1
-0
/
+1
[next]