aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-tps6586x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-17gpio: Propagate firmware node from a parent deviceAndy Shevchenko1-3/+2
2021-05-24gpio: tps6586x: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-11/+2
2018-09-04gpio: tps65xxx: Use SPDX license tagLinus Walleij1-12/+1
2018-09-04gpio: tpx65xxx: Include the right headerLinus Walleij1-1/+1
2016-06-07gpio: remove redundant owner assignments of driversMasahiro Yamada1-1/+0
2016-04-05gpio: tps6586x: make explicitly non-modularPaul Gortmaker1-12/+1
2016-02-23gpio: tps6586x: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-10/+2
2016-01-05gpio: tps6586x: use gpiochip data pointerLinus Walleij1-10/+5
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe1-1/+2
2014-05-09gpio: tps6586x: remove unnecessary OOM messagesJingoo Han1-3/+1
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij1-1/+1
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-0/+9
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-11-13mfd: Implement tps6586x gpio_to_irqLaxman Dewangan1-0/+9
2012-07-25gpio: tps6586x: Add gpio support through platform driverLaxman Dewangan1-0/+158