summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-rockchip.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: Explicitly include correct DT includesRob Herring2023-07-191-1/+1
* gpio: rockchip: Do not mention legacy API in the codeAndy Shevchenko2023-01-301-1/+1
* gpio/rockchip: fix refcount leak in rockchip_gpiolib_register()Wang Yufen2022-12-061-0/+1
* Merge tag 'pinctrl-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2022-10-111-0/+7
|\
| * gpio: rockchip: request GPIO mux to pinctrl when setting directionQuentin Schulz2022-10-041-0/+7
* | Merge tag 'gpio-updates-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-10-081-16/+5
|\ \
| * | gpio/rockchip: Convert to generic_handle_domain_irq()Jeffy Chen2022-08-311-16/+5
| |/
* / pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTHJoão H. Spies2022-08-251-2/+2
|/
* gpio: rockchip: add support for rk3588Jianqun Xu2022-07-191-1/+2
* gpio/rockchip: handle deferring input-enable pinconfsCaleb Connolly2022-04-221-0/+5
* pinctrl/rockchip: support deferring other gpio paramsCaleb Connolly2022-04-221-8/+16
* gpio: rockchip: Reset int_bothedge when changing triggerSamuel Holland2022-02-161-27/+29
* gpio: Get rid of duplicate of_node assignment in the driversAndy Shevchenko2021-12-171-3/+0
* gpio: rockchip: lock GPIOs used as interruptsJohn Keeping2021-12-031-0/+18
* Merge tag 'pinctrl-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-281-0/+22
|\
| * gpio/rockchip: fetch deferred output settings on probeHeiko Stuebner2021-09-181-0/+22
* | gpio/rockchip: fix get_direction value handlingHeiko Stuebner2021-09-221-1/+1
* | gpio/rockchip: extended debounce support is only available on v2Heiko Stuebner2021-09-221-1/+1
|/
* gpio/rockchip: drop irq_gc_lock/irq_gc_unlock for irq set typeJianqun Xu2021-08-171-2/+0
* gpio/rockchip: support next version gpio controllerJianqun Xu2021-08-171-72/+211
* gpio/rockchip: use struct rockchip_gpio_regs for gpio controllerJianqun Xu2021-08-171-39/+47
* gpio/rockchip: add driver for rockchip gpioJianqun Xu2021-08-171-0/+626