aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-tps65218.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsGravatar Mika Westerberg 1-7/+7
2016-10-26mfd: tps65218: Remove redundant read wrapperGravatar Keerthy 1-1/+2
2016-09-18gpio: tps65218: use devm_gpiochip_add_data() for gpio registrationGravatar Wei Yongjun 1-11/+2
2016-09-13gpio: constify gpio_chip structuresGravatar Julia Lawall 1-1/+1
2016-07-04gpio: tps65218: Add platform_device_id tableGravatar Keerthy 1-0/+7
2016-04-14gpio: tps65218: use the new open drain callbackGravatar Linus Walleij 1-10/+35
2016-02-19gpio: tps65218: remove unused #includeGravatar Linus Walleij 1-1/+0
2016-02-16gpio: tps65218: Make tps65218_gpio_output set proper output levelGravatar Axel Lin 1-0/+1
2016-02-16gpio: create an API to detect open drain/source on linesGravatar Linus Walleij 1-5/+4
2016-02-11gpio: add tps65218 gpioGravatar Nicolas Saenz Julienne 1-0/+223