index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-tpic2810.c
Age
Commit message (
Expand
)
Author
2025-08-07
treewide: rename GPIO set callbacks back to their original names
Bartosz Golaszewski
2025-07-07
gpio: tpic2810: use new GPIO line value setter callbacks
Bartosz Golaszewski
2025-07-07
gpio: tpic2810: remove unneeded callbacks
Bartosz Golaszewski
2023-05-23
gpio: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-05-17
gpio: tpic2810: Use devm_gpiochip_add_data() to simplify remove path
Andrew Davis
2022-10-17
drivers/gpio: use simple i2c probe
Stephen Kitt
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
2022-06-10
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_319.RULE
Thomas Gleixner
2019-11-07
gpio: Use new GPIO_LINE_DIRECTION
Matti Vaittinen
2016-09-13
gpio: constify gpio_chip structures
Julia Lawall
2016-03-31
gpio: tpic2810: Make sure cached buffer has consistent status with h/w status
Axel Lin
2016-02-16
gpio: tpic2810: Make tpic2810_direction_output set proper output level
Axel Lin
2016-02-10
gpio: Add driver for TI TPIC2810
Andrew F. Davis