index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
rk_spi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: rk: Limit transfers to (64K - 1) bytes
Jagan Teki
2019-12-27
1
-2
/
+8
*
common: Move get_ticks() function out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
rockchip: use 'arch-rockchip' as header file path
Kever Yang
2019-05-01
1
-2
/
+2
*
rockchip: spi: make optimised receive-handler unaligned-safe
Philipp Tomsich
2019-05-01
1
-13
/
+6
*
rockchip: spi: add driver-data and a 'rxonly_manages_fifo' flag
Philipp Tomsich
2019-05-01
1
-2
/
+22
*
rockchip: spi: add optimised receive-only implementation
Philipp Tomsich
2019-05-01
1
-1
/
+88
*
rockchip: spi: only wait for completion, if transmitting
Philipp Tomsich
2019-05-01
1
-3
/
+12
*
rockchip: spi: consistently use false/true with rkspi_enable_chip
Philipp Tomsich
2019-05-01
1
-1
/
+1
*
rockchip: spi: fix off-by-one in chunk size computation
Philipp Tomsich
2019-05-01
1
-1
/
+1
*
rockchip: spi: remove unused code and fields in priv
Philipp Tomsich
2019-05-01
1
-26
/
+3
*
rockchip: spi: add debug message for delay in CS toggle
Philipp Tomsich
2019-05-01
1
-2
/
+7
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-04-27
1
-2
/
+0
*
rockchip: spi: the symbol for Hertz is Hz
Heinrich Schuchardt
2017-11-21
1
-1
/
+1
*
rockchip: spi: Convert to livetree
Philipp Tomsich
2017-09-18
1
-1
/
+1
*
rockchip: spi: enable support for the rk_spi driver for the RK3368
Philipp Tomsich
2017-08-13
1
-0
/
+9
*
rockchip: spi: dm: convert fdt_get to dev_read
Philipp Tomsich
2017-07-11
1
-8
/
+7
*
dm: Rename dev_addr..() functions
Simon Glass
2017-06-01
1
-1
/
+1
*
rockchip: spi: enable support for the rk_spi driver for the RK3399
Jakob Unterwurzacher
2017-05-10
1
-0
/
+1
*
rockchip: spi: rewrite rkspi_set_clk for a more conservative baudrate setting
Philipp Tomsich
2017-05-10
1
-3
/
+22
*
rockchip: spi: rk_spi: dynamically select an module input rate
Philipp Tomsich
2017-05-10
1
-7
/
+29
*
dm: core: Replace of_offset with accessor
Simon Glass
2017-02-08
1
-1
/
+1
*
rockchip: spi: Honour the deactivation delay
Simon Glass
2016-11-25
1
-0
/
+8
*
rockchip: spi: Add support for of-platdata
Simon Glass
2016-11-25
1
-1
/
+35
*
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-09-23
1
-1
/
+1
*
clk: convert API to match reset/mailbox style
Stephen Warren
2016-06-19
1
-4
/
+2
*
rockchip: spi: Remove the explicit pinctrl setting
Simon Glass
2016-01-21
1
-26
/
+2
*
rockchip: spi: Correct chip-enable code
Simon Glass
2016-01-21
1
-1
/
+6
*
rockchip: spi: Implement the delays
Simon Glass
2016-01-21
1
-4
/
+23
*
rockchip: spi: Correct the bus init code
Simon Glass
2016-01-21
1
-2
/
+2
*
rockchip: spi: Remember the last speed to avoid re-setting it
Simon Glass
2016-01-21
1
-1
/
+4
*
rockchip: spi: Avoid setting the pinctrl twice
Simon Glass
2016-01-21
1
-3
/
+6
*
rockchip: spi: Update the driver to use the new clock ID
Simon Glass
2016-01-21
1
-15
/
+17
*
spi: rk_spi: Fix debug format warning
Tom Rini
2016-01-19
1
-1
/
+1
*
rockchip: Add SPI driver
Simon Glass
2015-09-02
1
-0
/
+374