aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-twl6040.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-10gpio: twl6040: Implement .get_direction()Linus Walleij1-0/+7
2018-09-10gpio: twl6040: Use bitopsLinus Walleij1-3/+4
2018-09-10gpio: twl6040: Cut down boilerplateLinus Walleij1-14/+1
2018-09-10gpio: twl6040: Include the right headerLinus Walleij1-1/+1
2017-08-23gpio: twl6040: remove unneeded forward declarationMasahiro Yamada1-2/+0
2016-02-23gpio: twl6040: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-8/+1
2016-01-05gpio: convert remaining users to gpiochip_add_data()Linus Walleij1-1/+1
2015-11-19gpio: change member .dev to .parentLinus Walleij1-3/+3
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-1/+2
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij1-1/+1
2013-07-20GPIO: gpio-twl6040: Remove support for legacy (pdata) modePeter Ujfalusi1-5/+1
2012-11-28gpio: remove use of __devexitBill Pemberton1-1/+1
2012-11-28gpio: remove use of __devinitBill Pemberton1-1/+1
2012-09-19gpio: Add basic support for TWL6040 GPOsPeter Ujfalusi1-0/+137