summaryrefslogtreecommitdiffstats
path: root/src/soc/rockchip/common/gpio.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* soc/rockchip: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-13/+2
* soc: Remove copyright noticesPatrick Georgi2020-03-181-1/+0
* src/soc/rockchip: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-041-13/+13
* src/soc: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-0/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-161-1/+0
* rockchip: Add gpio_set() functionJulius Werner2018-04-031-1/+6
* rockchip: gpio: Correct rk3399 pmu gpio pull settingLin Huang2017-08-061-1/+1
* rockchip: gpio: add gpio_pull argument in gpio_input_irq() functionLin Huang2017-08-061-2/+7
* rockchip: gpio: add gpio_input_irq & gpio_irq_statusJeffy Chen2017-04-281-0/+43
* rockchip: Remove pulls for gpio_output(), clean up codeJulius Werner2016-10-041-6/+15
* rockchip/rk3399: Fix pinctrl pull bias settingsShunqian Zheng2016-07-121-8/+3
* rockchip: refactor gpio driverShunqian Zheng2016-05-091-0/+66