aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-ts5500.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-02gpio: ts5500: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2022-03-31gpio: ts5500: Fix Links to Technologic Systems web resourcesGravatar Kris Bahnsen 1-2/+2
2022-01-05gpio: ts5500: Use platform_get_irq() to get the interruptGravatar Lad Prabhakar 1-7/+4
2018-09-04gpio: ts5500: Delete platform data handlingGravatar Linus Walleij 1-6/+0
2018-09-04gpio: ts5500: Use SPDX headerGravatar Linus Walleij 1-4/+1
2018-09-04gpio: ts5500: Include the right headerGravatar Linus Walleij 1-1/+1
2016-02-23gpio: ts5500: Use devm_gpiochip_add_data() for gpio registrationGravatar Laxman Dewangan 1-6/+3
2016-01-05gpio: ts5500: use gpiochip data pointerGravatar Linus Walleij 1-11/+6
2015-11-19gpio: change member .dev to .parentGravatar Linus Walleij 1-2/+3
2015-05-12gpio: Constify platform_device_idGravatar Krzysztof Kozlowski 1-1/+1
2014-10-20gpio: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioGravatar abdoulaye berthe 1-3/+3
2013-08-16gpio: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-01-03Drivers: misc: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-3/+3
2012-12-10gpio: add TS-5500 DIO blocks supportGravatar Vivien Didelot 1-0/+466