index
:
kernel/linux.git
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.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-rspi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-24
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-1
/
+0
2015-04-06
spi: signedness bug in qspi_trigger_transfer_out_int()
Dan Carpenter
1
-1
/
+1
2015-03-30
spi: Using Trigger number to transmit/receive data
Hiep Cao Minh
1
-7
/
+117
2015-02-23
spi: rspi: remove slave_id settings for DMAEngine
Arnd Bergmann
1
-1
/
+0
2014-12-22
spi: Remove FSF mailing addresses
Jarkko Nikula
1
-5
/
+0
2014-10-20
spi: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-08-28
spi: rspi: Add support for new R-Car Gen2 SoCs
Geert Uytterhoeven
1
-1
/
+1
2014-08-17
spi: rspi: Add DT support to DMA setup
Geert Uytterhoeven
1
-14
/
+23
2014-08-17
spi: rspi: Configure DMA slave bus width to 8 bit
Geert Uytterhoeven
1
-2
/
+5
2014-08-17
spi: rspi: Use devm_kasprintf()
Geert Uytterhoeven
1
-4
/
+3
2014-08-17
spi: rspi: Remove unneeded semicolon
Geert Uytterhoeven
1
-1
/
+1
2014-08-17
spi: rspi: Fix leaking of unused DMA descriptors
Geert Uytterhoeven
1
-36
/
+58
2014-07-17
spi: rspi: Handle dmaengine_prep_slave_sg() failures gracefully
Geert Uytterhoeven
1
-8
/
+22
2014-07-07
spi: rspi: Pass spi_master pointer to rspi_release_dma()
Geert Uytterhoeven
1
-7
/
+7
2014-07-07
spi: rspi: Remove unused variable in rspi_rz_transfer_one()
Geert Uytterhoeven
1
-1
/
+0
2014-06-02
spi: rspi: Extract rspi_common_transfer()
Geert Uytterhoeven
1
-37
/
+24
2014-06-02
spi: rspi: Add DMA support for RSPI on RZ/A1H
Geert Uytterhoeven
1
-0
/
+3
2014-06-02
spi: rspi: Add DMA support for QSPI on R-Car Gen2
Geert Uytterhoeven
1
-0
/
+9
2014-06-02
spi: rspi: Absorb rspi_rz_transfer_out_in() into rspi_rz_transfer_one()
Geert Uytterhoeven
1
-11
/
+4
2014-06-02
spi: rspi: Merge rspi_*_dma() into rspi_dma_transfer()
Geert Uytterhoeven
1
-78
/
+61
2014-06-02
spi: rspi: Pass sg_tables instead of spi_tranfer to rspi_*_dma()
Geert Uytterhoeven
1
-10
/
+12
2014-06-02
spi: rspi: Move RSPI-specific setup out of DMA routines
Geert Uytterhoeven
1
-20
/
+10
2014-06-02
spi: rspi: Use SPI core DMA mapping framework
Geert Uytterhoeven
1
-90
/
+50
2014-06-02
spi: rspi: SPI DMA core needs both RX and TX DMA to function
Geert Uytterhoeven
1
-22
/
+14
2014-06-02
spi: rspi: Remove unneeded resource test in DMA setup
Geert Uytterhoeven
1
-12
/
+9
2014-06-02
spi: rspi: Extract rspi_request_dma_chan()
Geert Uytterhoeven
1
-34
/
+55
2014-06-02
spi: rspi: Don't consider DMA configuration failures fatal
Geert Uytterhoeven
1
-4
/
+2
2014-06-02
spi: rspi: Extract rspi_pio_transfer()
Geert Uytterhoeven
1
-62
/
+33
2014-06-02
spi: rspi: Use core SPI_MASTER_MUST_[RT]X handling
Geert Uytterhoeven
1
-74
/
+58
2014-06-02
spi: rspi: Remove unused 16-bit DMA support
Geert Uytterhoeven
1
-78
/
+6
2014-06-02
spi: rspi: Do not call rspi_receive_init() for TX-only
Geert Uytterhoeven
1
-4
/
+4
2014-06-02
spi: rspi: Extract rspi_wait_for_{tx_empty,rx_full}()
Geert Uytterhoeven
1
-8
/
+21
2014-05-26
spi: rspi: Round up division to avoid slave overclocking
Geert Uytterhoeven
1
-3
/
+5
2014-03-11
spi: rspi: Add runtime PM support, using spi core auto_runtime_pm
Geert Uytterhoeven
1
-7
/
+5
2014-02-23
spi: rspi: Fix loopback mode for Dual/Quad SPI Transfers
Geert Uytterhoeven
1
-1
/
+3
2014-02-23
spi: rspi: Remove empty rspi_cleanup()
Geert Uytterhoeven
1
-5
/
+0
2014-02-04
spi: rspi: Only enable interrupts when there's a need to wait
Geert Uytterhoeven
1
-0
/
+3
2014-02-03
spi: rspi: fix build error when CONFIG_OF is not set
Shimoda, Yoshihiro
1
-0
/
+1
2014-01-30
spi: rspi: Add support for Quad and Dual SPI Transfers on QSPI
Geert Uytterhoeven
1
-14
/
+148
2014-01-29
spi: rspi: Add DT support
Geert Uytterhoeven
1
-29
/
+77
2014-01-28
spi: rspi: Use NULL as the clock ID
Geert Uytterhoeven
1
-3
/
+1
2014-01-28
spi: rspi: Convert to clk_prepare_enable/disable_unprepare
Geert Uytterhoeven
1
-3
/
+8
2014-01-28
spi: rspi: Add support for loopback mode
Geert Uytterhoeven
1
-8
/
+14
2014-01-28
spi: rspi: Add support for RSPI on RZ/A1H
Geert Uytterhoeven
1
-9
/
+92
2014-01-28
spi: rspi: Add support for more than one interrupt
Geert Uytterhoeven
1
-19
/
+87
2014-01-28
spi: rspi: Merge qspi_send_pio() and qspi_receive_pio()
Geert Uytterhoeven
1
-51
/
+28
2014-01-28
spi: rspi: Merge rspi_send_pio() and rspi_receive_pio()
Geert Uytterhoeven
1
-55
/
+46
2014-01-28
spi: rspi: Abstract transfer_one() for RSPI and QSPI
Geert Uytterhoeven
1
-13
/
+23
2014-01-28
spi: rspi: Add rspi_data_{out,in,out_in}() helpers
Geert Uytterhoeven
1
-61
/
+56
2014-01-28
spi: rspi: Abstract 8/16-bit Data Register access
Geert Uytterhoeven
1
-21
/
+35
[next]