Re: [PATCH v4 2/2] gpio: add driver for SAMA5D2 PIOBU pins

2018-12-21 Thread Linus Walleij
On Wed, Dec 12, 2018 at 12:57 PM wrote: > PIOBU pins do not lose their voltage during Backup/Self-refresh. > This patch adds a simple GPIO controller for them and a > maintainer for the driver. > > This driver adds support for using the pins as GPIO > offering the possibility to read/set the

[PATCH v4 2/2] gpio: add driver for SAMA5D2 PIOBU pins

2018-12-12 Thread Andrei.Stefanescu
PIOBU pins do not lose their voltage during Backup/Self-refresh. This patch adds a simple GPIO controller for them and a maintainer for the driver. This driver adds support for using the pins as GPIO offering the possibility to read/set the voltage. Signed-off-by: Andrei Stefanescu ---