~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* rockchip: spi: rk_spi: use base variable with uintptr_t sizeJohan Jonker2023-05-06
* drivers: spi: fix some typosPengfei Fan2023-01-26
* clk: Rename clk_get_by_driver_info()Simon Glass2021-09-25
* treewide: Try to avoid the preprocessor with OF_REALSimon Glass2021-09-25
* treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass2021-09-25
* dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2021-01-05
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-05
* spi: Update for new sequence numbersSimon Glass2020-12-18
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-13
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-13
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-13
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-13
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-13
* drivers: spi: rk_spi: Add support for RK3328Johannes Krottmayer2020-07-22
* dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano2020-07-09
* core: add support for U_BOOT_DRIVER_ALIASWalter Lozano2020-07-09
* drivers: rename drivers to match compatible stringWalter Lozano2020-07-09
* common: Drop linux/delay.h from common headerSimon Glass2020-05-18
* common: Drop log.h from common headerSimon Glass2020-05-18
* spi: rk: Limit transfers to (64K - 1) bytesJagan Teki2019-12-27
* common: Move get_ticks() function out of common.hSimon Glass2019-12-02
* rockchip: use 'arch-rockchip' as header file pathKever Yang2019-05-01
* rockchip: spi: make optimised receive-handler unaligned-safePhilipp Tomsich2019-05-01
* rockchip: spi: add driver-data and a 'rxonly_manages_fifo' flagPhilipp Tomsich2019-05-01
* rockchip: spi: add optimised receive-only implementationPhilipp Tomsich2019-05-01
* rockchip: spi: only wait for completion, if transmittingPhilipp Tomsich2019-05-01
* rockchip: spi: consistently use false/true with rkspi_enable_chipPhilipp Tomsich2019-05-01
* rockchip: spi: fix off-by-one in chunk size computationPhilipp Tomsich2019-05-01
* rockchip: spi: remove unused code and fields in privPhilipp Tomsich2019-05-01
* rockchip: spi: add debug message for delay in CS togglePhilipp Tomsich2019-05-01
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-27
* rockchip: spi: the symbol for Hertz is HzHeinrich Schuchardt2017-11-21
* rockchip: spi: Convert to livetreePhilipp Tomsich2017-09-18
* rockchip: spi: enable support for the rk_spi driver for the RK3368Philipp Tomsich2017-08-13
* rockchip: spi: dm: convert fdt_get to dev_readPhilipp Tomsich2017-07-11
* dm: Rename dev_addr..() functionsSimon Glass2017-06-01
* rockchip: spi: enable support for the rk_spi driver for the RK3399Jakob Unterwurzacher2017-05-10
* rockchip: spi: rewrite rkspi_set_clk for a more conservative baudrate settingPhilipp Tomsich2017-05-10
* rockchip: spi: rk_spi: dynamically select an module input ratePhilipp Tomsich2017-05-10
* dm: core: Replace of_offset with accessorSimon Glass2017-02-08
* rockchip: spi: Honour the deactivation delaySimon Glass2016-11-25
* rockchip: spi: Add support for of-platdataSimon Glass2016-11-25
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23
* clk: convert API to match reset/mailbox styleStephen Warren2016-06-19
* rockchip: spi: Remove the explicit pinctrl settingSimon Glass2016-01-21
* rockchip: spi: Correct chip-enable codeSimon Glass2016-01-21
* rockchip: spi: Implement the delaysSimon Glass2016-01-21
* rockchip: spi: Correct the bus init codeSimon Glass2016-01-21
* rockchip: spi: Remember the last speed to avoid re-setting itSimon Glass2016-01-21