index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-ts4800.c
Age
Commit message (
Expand
)
Author
2025-09-12
gpio: use more common syntax for compound literals
Bartosz Golaszewski
2025-08-25
gpio: ts4800: use new generic GPIO chip API
Bartosz Golaszewski
2025-08-25
gpio: ts4800: use dev_err_probe()
Bartosz Golaszewski
2025-08-25
gpio: ts4800: use generic device properties
Bartosz Golaszewski
2025-08-25
gpio: ts4800: remove the unnecessary call to platform_set_drvdata()
Bartosz Golaszewski
2023-07-19
gpio: Explicitly include correct DT includes
Rob Herring
2022-06-10
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa...
Thomas Gleixner
2019-04-05
drivers: gpio: ts4800: use devm_platform_ioremap_resource()
Enrico Weigelt, metux IT consult
2016-10-21
gpio: ts4800: Fix module autoload
Javier Martinez Canillas
2016-09-15
gpio: ts4800: fix implicit assumption module.h is present
Paul Gortmaker
2016-02-25
Merge branch 'devm_gpiochip' of https://github.com/ldewangan/linux-upstream i...
Linus Walleij
2016-02-25
gpio: ts4800: Drop redundant code to set already initialized gpio_chip fields
Axel Lin
2016-02-23
gpio: ts4800: Use devm_gpiochip_add_data() for gpio registration
Laxman Dewangan
2016-02-16
gpio: TS-4800: remove useless bgpio_init flags
Julien Grossholtz
2016-02-05
gpio: add TS-4800 fpga GPIO support
Julien Grossholtz