aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-ts4800.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-12gpio: use more common syntax for compound literalsBartosz Golaszewski1-1/+1
2025-08-25gpio: ts4800: use new generic GPIO chip APIBartosz Golaszewski1-8/+17
2025-08-25gpio: ts4800: use dev_err_probe()Bartosz Golaszewski1-4/+2
2025-08-25gpio: ts4800: use generic device propertiesBartosz Golaszewski1-7/+3
2025-08-25gpio: ts4800: remove the unnecessary call to platform_set_drvdata()Bartosz Golaszewski1-2/+0
2023-07-19gpio: Explicitly include correct DT includesRob Herring1-2/+1
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa...Thomas Gleixner1-4/+1
2019-04-05drivers: gpio: ts4800: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult1-3/+1
2016-10-21gpio: ts4800: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-09-15gpio: ts4800: fix implicit assumption module.h is presentPaul Gortmaker1-0/+1
2016-02-25Merge branch 'devm_gpiochip' of https://github.com/ldewangan/linux-upstream i...Linus Walleij1-11/+1
2016-02-25gpio: ts4800: Drop redundant code to set already initialized gpio_chip fieldsAxel Lin1-2/+0
2016-02-23gpio: ts4800: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-11/+1
2016-02-16gpio: TS-4800: remove useless bgpio_init flagsJulien Grossholtz1-2/+1
2016-02-05gpio: add TS-4800 fpga GPIO supportJulien Grossholtz1-0/+94