summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-lp87565.c
Commit message (Collapse)AuthorAgeFilesLines
* gpio: lp87565: Set proper output level and direction for direction_outputAxel Lin2017-07-311-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>
* gpio: lp87565: Add support for GPIOKeerthy2017-06-211-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>