aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-tps65912.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-04gpio: tps65xxx: Use SPDX license tagLinus Walleij1-9/+1
2018-09-04gpio: tpx65xxx: Include the right headerLinus Walleij1-3/+3
2016-09-13gpio: constify gpio_chip structuresJulia Lawall1-1/+1
2016-03-09gpio: tps65912: fix bad mergeLinus Walleij1-2/+2
2016-03-09Merge branch 'ib-mfd-regulator-gpio-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into develLinus Walleij1-79/+85
2016-02-23gpio: tps65912: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-10/+2
2016-02-11gpio: tps65912: Add GPIO driver for the TPS65912 PMICAndrew F. Davis1-0/+158
2016-02-11mfd: tps65912: Remove old driver in preparation for new driverAndrew F. Davis1-151/+0
2016-01-05gpio: tps65912: use gpiochip data pointerLinus Walleij1-7/+5
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2015-02-23gpio: tps65912: fix wrong container_of argumentsNicolas Saenz Julienne1-4/+10
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-08-16gpio: use dev_get_platdata()Jingoo Han1-1/+1
2012-11-28gpio: remove use of __devexitBill Pemberton1-1/+1
2012-11-28gpio: remove use of __devinitBill Pemberton1-1/+1
2012-11-28gpio: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-01gpio: tps65912: Convert to use devm_kzalloc APIAxel Lin1-13/+4
2011-07-31tps65912: gpio: add gpio driverMargarita Olaya1-0/+156