aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-lp87565.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-07-31gpio: lp87565: Set proper output level and direction for direction_outputAxel Lin1-22/+24
The value argument of lp87565_gpio_direction_output() means output level rather than gpio direction. Signed-off-by: Axel Lin <axel.lin@ingics.com> Reviewed-by: Keerthy <j-keerthy@ti.com> Tested-by: Keerthy <j-keerthy@ti.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2017-06-21gpio: lp87565: Add support for GPIOKeerthy1-0/+190
Add driver for lp87565 PMIC family GPIOs. Three GPIOs are supported and can be configured in Open-drain output or Push-pull output. Signed-off-by: Keerthy <j-keerthy@ti.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>