summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-tb10x.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+6
* gpio: tb10x: use gpiochip data pointerLinus Walleij2016-01-051-11/+6
* 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/+2
* gpio: tb10x: Drop unneeded free_irq() callAxel Lin2015-06-021-1/+0
* 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-141-1/+0
|\
| * gpio: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | gpio: gpio-tb10x: remove duplicate check on resourceVarka Bhadram2014-10-281-6/+1
|/
* gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe2014-07-221-4/+1
* 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/+2
* gpio: tb10x: use module_platform_driver to simplify the codeWei Yongjun2013-10-301-12/+1
* gpio: add TB10x GPIO driverChristian Ruppert2013-10-251-0/+341