aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-janz-ttl.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-09Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-5/+4
2019-06-27gpio: janz-ttl: Drop unneccessary temp variable devGravatar Enrico Weigelt, metux IT consult 1-5/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-04-05drivers: gpio: janz-ttl: use devm_platform_ioremap_resource()Gravatar Enrico Weigelt, metux IT consult 1-3/+1
2018-03-19gpio: janz-ttl: Use BIT() macroGravatar Linus Walleij 1-6/+7
2018-03-19gpio: janz-ttl: Include the right headerGravatar Linus Walleij 1-1/+1
2016-02-23gpio: janz-ttl: Use devm_gpiochip_add_data() for gpio registrationGravatar Laxman Dewangan 1-11/+1
2016-01-05gpio: convert remaining users to gpiochip_add_data()Gravatar Linus Walleij 1-1/+1
2015-12-26gpio: janz-ttl: Be sure to clamp return valueGravatar Linus Walleij 1-1/+1
2015-11-19gpio: change member .dev to .parentGravatar Linus Walleij 1-3/+3
2014-10-20gpio: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioGravatar abdoulaye berthe 1-7/+1
2014-05-16gpio: janzttl: use devm functionGravatar abdoulaye berthe 1-29/+8
2014-05-09gpio: janz-ttl: remove unnecessary OOM messagesGravatar Jingoo Han 1-1/+0
2013-08-16gpio: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2012-11-28gpio: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-28gpio: remove use of __devinitGravatar Bill Pemberton 1-3/+3
2012-11-28gpio: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-01-02gpio: Convert GPIO drivers to module_platform_driverGravatar Mark Brown 1-12/+1
2011-12-12gpiolib: output basic details and consolidate gpio device driversGravatar Grant Likely 1-2/+0
2011-06-06gpio: reorganize driversGravatar Grant Likely 1-0/+258