summaryrefslogtreecommitdiff
path: root/drivers/spi/rk_spi.c
AgeCommit message (Expand)Author
2019-05-01rockchip: use 'arch-rockchip' as header file pathKever Yang
2019-05-01rockchip: spi: make optimised receive-handler unaligned-safePhilipp Tomsich
2019-05-01rockchip: spi: add driver-data and a 'rxonly_manages_fifo' flagPhilipp Tomsich
2019-05-01rockchip: spi: add optimised receive-only implementationPhilipp Tomsich
2019-05-01rockchip: spi: only wait for completion, if transmittingPhilipp Tomsich
2019-05-01rockchip: spi: consistently use false/true with rkspi_enable_chipPhilipp Tomsich
2019-05-01rockchip: spi: fix off-by-one in chunk size computationPhilipp Tomsich
2019-05-01rockchip: spi: remove unused code and fields in privPhilipp Tomsich
2019-05-01rockchip: spi: add debug message for delay in CS togglePhilipp Tomsich
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2017-11-21rockchip: spi: the symbol for Hertz is HzHeinrich Schuchardt
2017-09-18rockchip: spi: Convert to livetreePhilipp Tomsich
2017-08-13rockchip: spi: enable support for the rk_spi driver for the RK3368Philipp Tomsich
2017-07-11rockchip: spi: dm: convert fdt_get to dev_readPhilipp Tomsich
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2017-05-10rockchip: spi: enable support for the rk_spi driver for the RK3399Jakob Unterwurzacher
2017-05-10rockchip: spi: rewrite rkspi_set_clk for a more conservative baudrate settingPhilipp Tomsich
2017-05-10rockchip: spi: rk_spi: dynamically select an module input ratePhilipp Tomsich
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-11-25rockchip: spi: Honour the deactivation delaySimon Glass
2016-11-25rockchip: spi: Add support for of-platdataSimon Glass
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-06-19clk: convert API to match reset/mailbox styleStephen Warren
2016-01-21rockchip: spi: Remove the explicit pinctrl settingSimon Glass
2016-01-21rockchip: spi: Correct chip-enable codeSimon Glass
2016-01-21rockchip: spi: Implement the delaysSimon Glass
2016-01-21rockchip: spi: Correct the bus init codeSimon Glass
2016-01-21rockchip: spi: Remember the last speed to avoid re-setting itSimon Glass
2016-01-21rockchip: spi: Avoid setting the pinctrl twiceSimon Glass
2016-01-21rockchip: spi: Update the driver to use the new clock IDSimon Glass
2016-01-19spi: rk_spi: Fix debug format warningTom Rini
2015-09-02rockchip: Add SPI driverSimon Glass