aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-tps65218.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-17gpio: Get rid of duplicate of_node assignment in the driversAndy Shevchenko1-3/+0
2021-09-22gpio: tps65218: drop unneeded MODULE_ALIASKrzysztof Kozlowski1-1/+0
2021-05-24gpio: tps65218: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-11/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 111Thomas Gleixner1-5/+1
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg1-7/+7
2016-10-26mfd: tps65218: Remove redundant read wrapperKeerthy1-1/+2
2016-09-18gpio: tps65218: use devm_gpiochip_add_data() for gpio registrationWei Yongjun1-11/+2
2016-09-13gpio: constify gpio_chip structuresJulia Lawall1-1/+1
2016-07-04gpio: tps65218: Add platform_device_id tableKeerthy1-0/+7
2016-04-14gpio: tps65218: use the new open drain callbackLinus Walleij1-10/+35
2016-02-19gpio: tps65218: remove unused #includeLinus Walleij1-1/+0
2016-02-16gpio: tps65218: Make tps65218_gpio_output set proper output levelAxel Lin1-0/+1
2016-02-16gpio: create an API to detect open drain/source on linesLinus Walleij1-5/+4
2016-02-11gpio: add tps65218 gpioNicolas Saenz Julienne1-0/+223