| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-06 | gpio: tb10x: Drop unused tb10x_set_bits() function | Krzysztof Kozlowski | 1 | -19/+0 |
| 2025-09-12 | gpio: use more common syntax for compound literals | Bartosz Golaszewski | 1 | -1/+1 |
| 2025-09-08 | gpio: tb10x: use new generic GPIO chip API | Bartosz Golaszewski | 1 | -30/+30 |
| 2025-09-08 | gpio: tb10x: order includes alphabetically | Bartosz Golaszewski | 1 | -8/+8 |
| 2025-06-16 | gpio: Use dev_fwnode() where applicable across drivers | Jiri Slaby (SUSE) | 1 | -3/+2 |
| 2025-05-16 | gpio: Switch to irq_domain_create_*() | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2024-10-17 | gpio: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2023-10-31 | Merge tag 'gpio-updates-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -4/+2 |
| 2023-10-02 | gpio: tb10x: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-09-20 | gpio: tb10x: Fix an error handling path in tb10x_gpio_probe() | Christophe JAILLET | 1 | -1/+5 |
| 2023-03-15 | gpio: Use of_property_read_bool() for boolean properties | Rob Herring | 1 | -1/+1 |
| 2022-04-25 | gpio: use raw spinlock for gpio chip shadowed data | Schspa Shi | 1 | -2/+2 |
| 2021-08-12 | gpio: Bulk conversion to generic_handle_domain_irq() | Marc Zyngier | 1 | -1/+1 |
| 2019-12-12 | gpio: remove unneeded MODULE_VERSION() usage | Enrico Weigelt, metux IT consult | 1 | -1/+0 |
| 2019-08-05 | gpio: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 1 | -3/+1 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 | Thomas Gleixner | 1 | -13/+1 |
| 2019-04-05 | drivers: gpio: tb10x: use devm_platform_ioremap_resource() | Enrico Weigelt, metux IT consult | 1 | -3/+1 |
| 2018-08-29 | gpio: tb10x: Use GENERIC_GPIO | Linus Walleij | 1 | -66/+30 |
| 2018-08-29 | gpio: tb10x: Create local helper variables | Linus Walleij | 1 | -13/+14 |
| 2018-08-10 | gpio: tb10x: Use the right include | Linus Walleij | 1 | -2/+1 |
| 2017-09-21 | gpio: tb10x: Handle return value of devm_kasprintf | Arvind Yadav | 1 | -0/+3 |
| 2017-08-14 | gpio: Convert to using %pOF instead of full_name | Rob Herring | 1 | -1/+2 |
| 2016-02-23 | gpio: tb10x: Use devm_gpiochip_add_data() for gpio registration | Laxman Dewangan | 1 | -16/+6 |
| 2016-01-05 | gpio: tb10x: use gpiochip data pointer | Linus Walleij | 1 | -11/+6 |
| 2015-11-19 | gpio: change member .dev to .parent | Linus Walleij | 1 | -1/+1 |
| 2015-10-16 | gpio: replace trivial implementations of request/free with generic one | Jonas Gorski | 1 | -12/+2 |
| 2015-06-02 | gpio: tb10x: Drop unneeded free_irq() call | Axel Lin | 1 | -1/+0 |
| 2015-03-27 | gpio: gpio-tb10x: remove incorrect __exit markup | Dmitry Torokhov | 1 | -1/+1 |
| 2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
| 2014-10-28 | gpio: gpio-tb10x: remove duplicate check on resource | Varka Bhadram | 1 | -6/+1 |
| 2014-10-20 | gpio: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
| 2014-07-22 | gpio: remove all usage of gpio_remove retval in driver/gpio | abdoulaye berthe | 1 | -4/+1 |
| 2014-01-02 | gpio: tb10x: Remove redundant of_match_ptr helper | Sachin Kamat | 1 | -1/+1 |
| 2013-12-09 | Merge tag 'v3.13-rc3' into devel | Linus Walleij | 1 | -0/+1 |
| 2013-12-04 | gpio/pinctrl: make gpio_chip members typed boolean | Linus Walleij | 1 | -1/+1 |
| 2013-11-25 | gpio: tb10x: Set output value before setting direction to output | Axel Lin | 1 | -0/+1 |
| 2013-10-30 | gpio: tb10x: fix return value check in tb10x_gpio_probe() | Wei Yongjun | 1 | -4/+2 |
| 2013-10-30 | gpio: tb10x: use module_platform_driver to simplify the code | Wei Yongjun | 1 | -12/+1 |
| 2013-10-25 | gpio: add TB10x GPIO driver | Christian Ruppert | 1 | -0/+341 |