aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-tps6586x.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-19gpio: Explicitly include correct DT includesGravatar Rob Herring 1-1/+1
2021-12-17gpio: Propagate firmware node from a parent deviceGravatar Andy Shevchenko 1-3/+2
2021-05-24gpio: tps6586x: remove platform_set_drvdata() + cleanup probeGravatar Alexandru Ardelean 1-11/+2
2018-09-04gpio: tps65xxx: Use SPDX license tagGravatar Linus Walleij 1-12/+1
2018-09-04gpio: tpx65xxx: Include the right headerGravatar Linus Walleij 1-1/+1
2016-06-07gpio: remove redundant owner assignments of driversGravatar Masahiro Yamada 1-1/+0
2016-04-05gpio: tps6586x: make explicitly non-modularGravatar Paul Gortmaker 1-12/+1
2016-02-23gpio: tps6586x: Use devm_gpiochip_add_data() for gpio registrationGravatar Laxman Dewangan 1-10/+2
2016-01-05gpio: tps6586x: use gpiochip data pointerGravatar Linus Walleij 1-10/+5
2015-11-19gpio: change member .dev to .parentGravatar Linus Walleij 1-1/+1
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioGravatar abdoulaye berthe 1-1/+2
2014-05-09gpio: tps6586x: remove unnecessary OOM messagesGravatar Jingoo Han 1-3/+1
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanGravatar Linus Walleij 1-1/+1
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Gravatar Linus Torvalds 1-0/+9
2012-11-28gpio: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-28gpio: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-28gpio: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-11-13mfd: Implement tps6586x gpio_to_irqGravatar Laxman Dewangan 1-0/+9
2012-07-25gpio: tps6586x: Add gpio support through platform driverGravatar Laxman Dewangan 1-0/+158