summaryrefslogtreecommitdiff
path: root/drivers/gpio/rk_gpio.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-07-10drivers: rename drivers to match compatible stringWalter Lozano1-2/+2
2019-05-01rockchip: use 'arch-rockchip' as header file pathKever Yang1-1/+2
2019-02-01rockchip: Implement spl_gpio in the GPIO driverSimon Glass1-0/+46
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-13rockchip: gpio: remove dead codeHeinrich Schuchardt1-4/+0
2017-09-18rockchip: gpio: remove outdated/misleading commentPhilipp Tomsich1-1/+0
2017-09-18rockchip: gpio: convert to livetreePhilipp Tomsich1-1/+1
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-05-31gpio: add Tegra186 GPIO driverStephen Warren1-1/+0
2016-05-17gpio: rk: remove gpio_xlate routineEric Nelson1-11/+0
2016-03-15dm: Use uclass_first_device_err() where it is usefulSimon Glass1-3/+1
2016-01-22rockchip: gpio: Implement the get_function() methodSimon Glass1-4/+36
2016-01-22rockchip: gpio: Read the GPIO value correctlySimon Glass1-1/+1
2015-09-03rockchip: gpio: Add rockchip GPIO driverSimon Glass1-0/+123