aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-tb10x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-13/+1
2019-04-05drivers: gpio: tb10x: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult1-3/+1
2018-08-29gpio: tb10x: Use GENERIC_GPIOLinus Walleij1-66/+30
2018-08-29gpio: tb10x: Create local helper variablesLinus Walleij1-13/+14
2018-08-10gpio: tb10x: Use the right includeLinus Walleij1-2/+1
2017-09-21gpio: tb10x: Handle return value of devm_kasprintfArvind Yadav1-0/+3
2017-08-14gpio: Convert to using %pOF instead of full_nameRob Herring1-1/+2
2016-02-23gpio: tb10x: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-16/+6
2016-01-05gpio: tb10x: use gpiochip data pointerLinus Walleij1-11/+6
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2015-10-16gpio: replace trivial implementations of request/free with generic oneJonas Gorski1-12/+2
2015-06-02gpio: tb10x: Drop unneeded free_irq() callAxel Lin1-1/+0
2015-03-27gpio: gpio-tb10x: remove incorrect __exit markupDmitry Torokhov1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-10-28gpio: gpio-tb10x: remove duplicate check on resourceVarka Bhadram1-6/+1
2014-10-20gpio: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe1-4/+1
2014-01-02gpio: tb10x: Remove redundant of_match_ptr helperSachin Kamat1-1/+1
2013-12-09Merge tag 'v3.13-rc3' into develLinus Walleij1-0/+1
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij1-1/+1
2013-11-25gpio: tb10x: Set output value before setting direction to outputAxel Lin1-0/+1
2013-10-30gpio: tb10x: fix return value check in tb10x_gpio_probe()Wei Yongjun1-4/+2
2013-10-30gpio: tb10x: use module_platform_driver to simplify the codeWei Yongjun1-12/+1
2013-10-25gpio: add TB10x GPIO driverChristian Ruppert1-0/+341