index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-lpc18xx.c
Age
Commit message (
Expand
)
Author
2025-06-16
gpio: Use dev_fwnode() where applicable across drivers
Jiri Slaby (SUSE)
2025-05-27
Merge tag 'gpio-updates-for-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-05-16
gpio: Switch to irq_domain_create_*()
Jiri Slaby (SUSE)
2025-05-15
gpio: lpc18xx: Make irq_chip immutable
Peng Fan
2025-05-13
gpio: lpc18xx: use new GPIO line value setter callbacks
Bartosz Golaszewski
2024-10-17
gpio: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-09-05
gpio: lpc18xx: Use helper function devm_clk_get_enabled()
Zhang Zekun
2023-10-02
gpio: lpc18xx: Convert to platform remove callback returning void
Uwe Kleine-König
2023-06-19
gpio: lpc18xx: Remove unused of_gpio.h inclusion
Andy Shevchenko
2019-04-05
drivers: gpio: lpc18xx: use devm_platform_ioremap_resource()
Enrico Weigelt, metux IT consult
2018-12-10
gpio: lpc18xx: fix GPIO controller driver build as a module
Vladimir Zapolskiy
2018-12-07
gpio: lpc18xx: add GPIO pin interrupt controller support
Vladimir Zapolskiy
2018-12-07
gpio: lpc18xx: use resource managed interface to register GPIO controller
Vladimir Zapolskiy
2018-12-07
gpio: lpc18xx: add struct device local variable
Vladimir Zapolskiy
2018-12-07
gpio: lpc18xx: use SPDX license identifier
Vladimir Zapolskiy
2016-09-13
gpio: constify gpio_chip structures
Julia Lawall
2016-01-05
gpio: lpc18xx: use gpiochip data pointer
Linus Walleij
2015-11-19
gpio: change member .dev to .parent
Linus Walleij
2015-10-16
gpio: replace trivial implementations of request/free with generic one
Jonas Gorski
2015-05-05
gpio: add lpc18xx gpio driver
Joachim Eastwood