Age | Commit message (Expand) | Author | Files | Lines |
2024-09-02 | gpio: rockchip: fix OF node leak in probe() | Krzysztof Kozlowski | 1 | -0/+1 |
2023-11-04 | treewide: rename pinctrl_gpio_direction_output_new() | Bartosz Golaszewski | 1 | -1/+1 |
2023-11-04 | treewide: rename pinctrl_gpio_direction_input_new() | Bartosz Golaszewski | 1 | -1/+1 |
2023-11-04 | gpio: rockchip: use new pinctrl GPIO helpers | Bartosz Golaszewski | 1 | -2/+2 |
2023-10-02 | gpio: rockchip: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-07-19 | gpio: Explicitly include correct DT includes | Rob Herring | 1 | -1/+1 |
2023-01-30 | gpio: rockchip: Do not mention legacy API in the code | Andy Shevchenko | 1 | -1/+1 |
2022-12-06 | gpio/rockchip: fix refcount leak in rockchip_gpiolib_register() | Wang Yufen | 1 | -0/+1 |
2022-10-11 | Merge tag 'pinctrl-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 1 | -0/+7 |
2022-10-08 | Merge tag 'gpio-updates-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -16/+5 |
2022-10-04 | gpio: rockchip: request GPIO mux to pinctrl when setting direction | Quentin Schulz | 1 | -0/+7 |
2022-08-31 | gpio/rockchip: Convert to generic_handle_domain_irq() | Jeffy Chen | 1 | -16/+5 |
2022-08-25 | pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH | João H. Spies | 1 | -2/+2 |
2022-07-19 | gpio: rockchip: add support for rk3588 | Jianqun Xu | 1 | -1/+2 |
2022-04-22 | gpio/rockchip: handle deferring input-enable pinconfs | Caleb Connolly | 1 | -0/+5 |
2022-04-22 | pinctrl/rockchip: support deferring other gpio params | Caleb Connolly | 1 | -8/+16 |
2022-02-16 | gpio: rockchip: Reset int_bothedge when changing trigger | Samuel Holland | 1 | -27/+29 |
2021-12-17 | gpio: Get rid of duplicate of_node assignment in the drivers | Andy Shevchenko | 1 | -3/+0 |
2021-12-03 | gpio: rockchip: lock GPIOs used as interrupts | John Keeping | 1 | -0/+18 |
2021-09-28 | Merge tag 'pinctrl-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+22 |
2021-09-22 | gpio/rockchip: fix get_direction value handling | Heiko Stuebner | 1 | -1/+1 |
2021-09-22 | gpio/rockchip: extended debounce support is only available on v2 | Heiko Stuebner | 1 | -1/+1 |
2021-09-18 | gpio/rockchip: fetch deferred output settings on probe | Heiko Stuebner | 1 | -0/+22 |
2021-08-17 | gpio/rockchip: drop irq_gc_lock/irq_gc_unlock for irq set type | Jianqun Xu | 1 | -2/+0 |
2021-08-17 | gpio/rockchip: support next version gpio controller | Jianqun Xu | 1 | -72/+211 |
2021-08-17 | gpio/rockchip: use struct rockchip_gpio_regs for gpio controller | Jianqun Xu | 1 | -39/+47 |
2021-08-17 | gpio/rockchip: add driver for rockchip gpio | Jianqun Xu | 1 | -0/+626 |