summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-tpic2810.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-231-1/+1
* gpio: tpic2810: Use devm_gpiochip_add_data() to simplify remove pathAndrew Davis2023-05-171-21/+4
* drivers/gpio: use simple i2c probeStephen Kitt2022-10-171-3/+2
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_319.RULEThomas Gleixner2022-06-101-9/+1
* gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen2019-11-071-1/+1
* gpio: constify gpio_chip structuresJulia Lawall2016-09-131-1/+1
* gpio: tpic2810: Make sure cached buffer has consistent status with h/w statusAxel Lin2016-03-311-20/+15
* gpio: tpic2810: Make tpic2810_direction_output set proper output levelAxel Lin2016-02-161-0/+3
* gpio: Add driver for TI TPIC2810Andrew F. Davis2016-02-101-0/+167