| Commit message (Expand) | Author | Age | Files | Lines |
* | gpio: use raw spinlock for gpio chip shadowed data | Schspa Shi | 2022-04-25 | 1 | -2/+2 |
* | gpio: Bulk conversion to generic_handle_domain_irq() | Marc Zyngier | 2021-08-12 | 1 | -1/+1 |
* | gpio: remove unneeded MODULE_VERSION() usage | Enrico Weigelt, metux IT consult | 2019-12-12 | 1 | -1/+0 |
* | gpio: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 2019-08-05 | 1 | -3/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 | Thomas Gleixner | 2019-06-05 | 1 | -13/+1 |
* | drivers: gpio: tb10x: use devm_platform_ioremap_resource() | Enrico Weigelt, metux IT consult | 2019-04-04 | 1 | -3/+1 |
* | gpio: tb10x: Use GENERIC_GPIO | Linus Walleij | 2018-08-29 | 1 | -66/+30 |
* | gpio: tb10x: Create local helper variables | Linus Walleij | 2018-08-29 | 1 | -13/+14 |
* | gpio: tb10x: Use the right include | Linus Walleij | 2018-08-10 | 1 | -2/+1 |
* | gpio: tb10x: Handle return value of devm_kasprintf | Arvind Yadav | 2017-09-21 | 1 | -0/+3 |
* | gpio: Convert to using %pOF instead of full_name | Rob Herring | 2017-08-14 | 1 | -1/+2 |
* | gpio: tb10x: Use devm_gpiochip_add_data() for gpio registration | Laxman Dewangan | 2016-02-23 | 1 | -16/+6 |
* | gpio: tb10x: use gpiochip data pointer | Linus Walleij | 2016-01-05 | 1 | -11/+6 |
* | gpio: change member .dev to .parent | Linus Walleij | 2015-11-19 | 1 | -1/+1 |
* | gpio: replace trivial implementations of request/free with generic one | Jonas Gorski | 2015-10-16 | 1 | -12/+2 |
* | gpio: tb10x: Drop unneeded free_irq() call | Axel Lin | 2015-06-02 | 1 | -1/+0 |
* | gpio: gpio-tb10x: remove incorrect __exit markup | Dmitry Torokhov | 2015-03-27 | 1 | -1/+1 |
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-15 | 1 | -1/+0 |
|\ |
|
| * | gpio: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | | gpio: gpio-tb10x: remove duplicate check on resource | Varka Bhadram | 2014-10-28 | 1 | -6/+1 |
|/ |
|
* | gpio: remove all usage of gpio_remove retval in driver/gpio | abdoulaye berthe | 2014-07-22 | 1 | -4/+1 |
* | gpio: tb10x: Remove redundant of_match_ptr helper | Sachin Kamat | 2014-01-02 | 1 | -1/+1 |
* | Merge tag 'v3.13-rc3' into devel | Linus Walleij | 2013-12-09 | 1 | -0/+1 |
|\ |
|
| * | gpio: tb10x: Set output value before setting direction to output | Axel Lin | 2013-11-25 | 1 | -0/+1 |
* | | gpio/pinctrl: make gpio_chip members typed boolean | Linus Walleij | 2013-12-04 | 1 | -1/+1 |
|/ |
|
* | gpio: tb10x: fix return value check in tb10x_gpio_probe() | Wei Yongjun | 2013-10-30 | 1 | -4/+2 |
* | gpio: tb10x: use module_platform_driver to simplify the code | Wei Yongjun | 2013-10-30 | 1 | -12/+1 |
* | gpio: add TB10x GPIO driver | Christian Ruppert | 2013-10-25 | 1 | -0/+341 |