index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
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
*
-
.
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
*
spi: imx: Gracefully handle NULL master->cs_gpios
Marek Vasut
2016-09-26
1
-0
/
+5
*
spi: imx: support loopback mode on imx35
Martin Kaiser
2016-09-14
1
-1
/
+11
*
spi: imx: set spi_bus_clk for mx1, mx31 and mx35
Martin Kaiser
2016-09-14
1
-5
/
+12
*
spi: imx: wait_for_completion_timeout(..) for PIO transfers
Christian Gmeiner
2016-06-21
1
-1
/
+11
*
spi: imx: Remove "maybe_unused" attributes
Alexander Shiyan
2016-06-14
1
-24
/
+21
*
spi: imx: Remove unnecessary field "mode" from struct spi_imx_config
Alexander Shiyan
2016-06-14
1
-14
/
+12
*
spi: imx: Using existing properties for chipselects
Alexander Shiyan
2016-06-14
1
-66
/
+58
*
spi: imx: Fix possible NULL pointer deref
Sascha Hauer
2016-03-17
1
-1
/
+5
*
spi: imx: only do necessary changes to ECSPIx_CONFIGREG
Knut Wohlrab
2016-03-17
1
-1
/
+9
*
spi: imx: drop bogus tests for rx/tx bufs in DMA transfer
Sascha Hauer
2016-02-26
1
-48
/
+34
*
spi: imx: set MX51_ECSPI_CTRL_SMC bit in setup function
Sascha Hauer
2016-02-26
1
-15
/
+6
*
spi: imx: make some register defines simpler
Sascha Hauer
2016-02-26
1
-9
/
+6
*
spi: imx: remove unnecessary bit clearing in mx51_ecspi_config
Sascha Hauer
2016-02-26
1
-7
/
+0
*
spi: imx: add support for all SPI word width for DMA
Anton Bondarenko
2016-02-26
1
-27
/
+91
*
spi: imx: drop unncessary dma_is_inited variable
Sascha Hauer
2016-02-26
1
-5
/
+1
*
spi: imx: drop unnecessary read/modify/write
Sascha Hauer
2016-02-26
1
-21
/
+10
*
spi: imx: initialize usedma earlier
Sascha Hauer
2016-02-26
1
-7
/
+8
*
spi: imx: drop fallback to PIO
Sascha Hauer
2016-02-24
1
-13
/
+6
*
spi: imx: replace fixed timeout with calculated
Anton Bondarenko
2016-02-20
1
-3
/
+21
*
Merge remote-tracking branch 'spi/fix/imx' into spi-imx
Mark Brown
2016-02-20
1
-15
/
+2
|
\
|
*
spi: imx: allow only WML aligned transfers to use DMA
Anton Bondarenko
2016-02-17
1
-15
/
+2
[next]