summaryrefslogtreecommitdiff
path: root/drivers/spi/rk_spi.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-25clk: Rename clk_get_by_driver_info()Simon Glass1-1/+1
2021-09-25treewide: Try to avoid the preprocessor with OF_REALSimon Glass1-18/+18
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass1-1/+1
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass1-1/+1
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-3/+3
2020-12-19spi: Update for new sequence numbersSimon Glass1-1/+0
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-10/+10
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-5/+5
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-07-22drivers: spi: rk_spi: Add support for RK3328Johannes Krottmayer1-0/+2
2020-07-10dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano1-1/+1
2020-07-10core: add support for U_BOOT_DRIVER_ALIASWalter Lozano1-0/+2
2020-07-10drivers: rename drivers to match compatible stringWalter Lozano1-5/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2019-12-27spi: rk: Limit transfers to (64K - 1) bytesJagan Teki1-2/+8
2019-12-03common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-05-01rockchip: use 'arch-rockchip' as header file pathKever Yang1-2/+2
2019-05-01rockchip: spi: make optimised receive-handler unaligned-safePhilipp Tomsich1-13/+6
2019-05-01rockchip: spi: add driver-data and a 'rxonly_manages_fifo' flagPhilipp Tomsich1-2/+22
2019-05-01rockchip: spi: add optimised receive-only implementationPhilipp Tomsich1-1/+88
2019-05-01rockchip: spi: only wait for completion, if transmittingPhilipp Tomsich1-3/+12
2019-05-01rockchip: spi: consistently use false/true with rkspi_enable_chipPhilipp Tomsich1-1/+1
2019-05-01rockchip: spi: fix off-by-one in chunk size computationPhilipp Tomsich1-1/+1
2019-05-01rockchip: spi: remove unused code and fields in privPhilipp Tomsich1-26/+3
2019-05-01rockchip: spi: add debug message for delay in CS togglePhilipp Tomsich1-2/+7
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-11-22rockchip: spi: the symbol for Hertz is HzHeinrich Schuchardt1-1/+1
2017-09-18rockchip: spi: Convert to livetreePhilipp Tomsich1-1/+1
2017-08-13rockchip: spi: enable support for the rk_spi driver for the RK3368Philipp Tomsich1-0/+9
2017-07-11rockchip: spi: dm: convert fdt_get to dev_readPhilipp Tomsich1-8/+7
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-05-10rockchip: spi: enable support for the rk_spi driver for the RK3399Jakob Unterwurzacher1-0/+1
2017-05-10rockchip: spi: rewrite rkspi_set_clk for a more conservative baudrate settingPhilipp Tomsich1-3/+22
2017-05-10rockchip: spi: rk_spi: dynamically select an module input ratePhilipp Tomsich1-7/+29
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2016-11-26rockchip: spi: Honour the deactivation delaySimon Glass1-0/+8
2016-11-26rockchip: spi: Add support for of-platdataSimon Glass1-1/+35
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-06-20clk: convert API to match reset/mailbox styleStephen Warren1-4/+2
2016-01-22rockchip: spi: Remove the explicit pinctrl settingSimon Glass1-26/+2
2016-01-22rockchip: spi: Correct chip-enable codeSimon Glass1-1/+6
2016-01-22rockchip: spi: Implement the delaysSimon Glass1-4/+23
2016-01-22rockchip: spi: Correct the bus init codeSimon Glass1-2/+2
2016-01-22rockchip: spi: Remember the last speed to avoid re-setting itSimon Glass1-1/+4
2016-01-22rockchip: spi: Avoid setting the pinctrl twiceSimon Glass1-3/+6
2016-01-22rockchip: spi: Update the driver to use the new clock IDSimon Glass1-15/+17