index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
rk_spi.c
Age
Commit message (
Expand
)
Author
2019-12-02
common: Move get_ticks() function out of common.h
Simon Glass
2019-05-01
rockchip: use 'arch-rockchip' as header file path
Kever Yang
2019-05-01
rockchip: spi: make optimised receive-handler unaligned-safe
Philipp Tomsich
2019-05-01
rockchip: spi: add driver-data and a 'rxonly_manages_fifo' flag
Philipp Tomsich
2019-05-01
rockchip: spi: add optimised receive-only implementation
Philipp Tomsich
2019-05-01
rockchip: spi: only wait for completion, if transmitting
Philipp Tomsich
2019-05-01
rockchip: spi: consistently use false/true with rkspi_enable_chip
Philipp Tomsich
2019-05-01
rockchip: spi: fix off-by-one in chunk size computation
Philipp Tomsich
2019-05-01
rockchip: spi: remove unused code and fields in priv
Philipp Tomsich
2019-05-01
rockchip: spi: add debug message for delay in CS toggle
Philipp Tomsich
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2017-11-21
rockchip: spi: the symbol for Hertz is Hz
Heinrich Schuchardt
2017-09-18
rockchip: spi: Convert to livetree
Philipp Tomsich
2017-08-13
rockchip: spi: enable support for the rk_spi driver for the RK3368
Philipp Tomsich
2017-07-11
rockchip: spi: dm: convert fdt_get to dev_read
Philipp Tomsich
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2017-05-10
rockchip: spi: enable support for the rk_spi driver for the RK3399
Jakob Unterwurzacher
2017-05-10
rockchip: spi: rewrite rkspi_set_clk for a more conservative baudrate setting
Philipp Tomsich
2017-05-10
rockchip: spi: rk_spi: dynamically select an module input rate
Philipp Tomsich
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2016-11-25
rockchip: spi: Honour the deactivation delay
Simon Glass
2016-11-25
rockchip: spi: Add support for of-platdata
Simon Glass
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-06-19
clk: convert API to match reset/mailbox style
Stephen Warren
2016-01-21
rockchip: spi: Remove the explicit pinctrl setting
Simon Glass
2016-01-21
rockchip: spi: Correct chip-enable code
Simon Glass
2016-01-21
rockchip: spi: Implement the delays
Simon Glass
2016-01-21
rockchip: spi: Correct the bus init code
Simon Glass
2016-01-21
rockchip: spi: Remember the last speed to avoid re-setting it
Simon Glass
2016-01-21
rockchip: spi: Avoid setting the pinctrl twice
Simon Glass
2016-01-21
rockchip: spi: Update the driver to use the new clock ID
Simon Glass
2016-01-19
spi: rk_spi: Fix debug format warning
Tom Rini
2015-09-02
rockchip: Add SPI driver
Simon Glass