summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-tb10x.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-051-13/+1Star
* drivers: gpio: tb10x: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult2019-04-041-3/+1Star
* gpio: tb10x: Use GENERIC_GPIOLinus Walleij2018-08-291-66/+30Star
* gpio: tb10x: Create local helper variablesLinus Walleij2018-08-291-13/+14
* gpio: tb10x: Use the right includeLinus Walleij2018-08-101-2/+1Star
* gpio: tb10x: Handle return value of devm_kasprintfArvind Yadav2017-09-211-0/+3
* gpio: Convert to using %pOF instead of full_nameRob Herring2017-08-141-1/+2
* gpio: tb10x: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan2016-02-231-16/+6Star
* gpio: tb10x: use gpiochip data pointerLinus Walleij2016-01-051-11/+6Star
* gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
* gpio: replace trivial implementations of request/free with generic oneJonas Gorski2015-10-161-12/+2Star
* gpio: tb10x: Drop unneeded free_irq() callAxel Lin2015-06-021-1/+0Star
* gpio: gpio-tb10x: remove incorrect __exit markupDmitry Torokhov2015-03-271-1/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\
| * gpio: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | gpio: gpio-tb10x: remove duplicate check on resourceVarka Bhadram2014-10-281-6/+1Star
|/
* gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe2014-07-221-4/+1Star
* gpio: tb10x: Remove redundant of_match_ptr helperSachin Kamat2014-01-021-1/+1
* Merge tag 'v3.13-rc3' into develLinus Walleij2013-12-091-0/+1
|\
| * gpio: tb10x: Set output value before setting direction to outputAxel Lin2013-11-251-0/+1
* | gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij2013-12-041-1/+1
|/
* gpio: tb10x: fix return value check in tb10x_gpio_probe()Wei Yongjun2013-10-301-4/+2Star
* gpio: tb10x: use module_platform_driver to simplify the codeWei Yongjun2013-10-301-12/+1Star
* gpio: add TB10x GPIO driverChristian Ruppert2013-10-251-0/+341