Re: [PATCH 3/4] gpio: sunxi: Implement .set_flags

2022-01-29 Thread Andre Przywara
On Fri, 5 Nov 2021 16:46:07 -0500 Samuel Holland wrote: > On 11/5/21 9:43 AM, Heinrich Schuchardt wrote: > > On 10/21/21 06:52, Samuel Holland wrote: > >> This, along with gpio_flags_xlate(), allows the GPIO driver to handle > >> pull-up/down flags provided by consumer drivers or in the device

Re: [PATCH 3/4] gpio: sunxi: Implement .set_flags

2021-11-05 Thread Samuel Holland
On 11/5/21 9:43 AM, Heinrich Schuchardt wrote: > On 10/21/21 06:52, Samuel Holland wrote: >> This, along with gpio_flags_xlate(), allows the GPIO driver to handle >> pull-up/down flags provided by consumer drivers or in the device tree. >> >> Signed-off-by: Samuel Holland >> Reviewed-by: Simon

Re: [PATCH 3/4] gpio: sunxi: Implement .set_flags

2021-11-05 Thread Heinrich Schuchardt
On 10/21/21 06:52, Samuel Holland wrote: This, along with gpio_flags_xlate(), allows the GPIO driver to handle pull-up/down flags provided by consumer drivers or in the device tree. Signed-off-by: Samuel Holland Reviewed-by: Simon Glass --- drivers/gpio/sunxi_gpio.c | 62

Re: [PATCH 3/4] gpio: sunxi: Implement .set_flags

2021-10-24 Thread Simon Glass
On Wed, 20 Oct 2021 at 22:53, Samuel Holland wrote: > > This, along with gpio_flags_xlate(), allows the GPIO driver to handle > pull-up/down flags provided by consumer drivers or in the device tree. > > Signed-off-by: Samuel Holland > --- > > drivers/gpio/sunxi_gpio.c | 62

[PATCH 3/4] gpio: sunxi: Implement .set_flags

2021-10-20 Thread Samuel Holland
This, along with gpio_flags_xlate(), allows the GPIO driver to handle pull-up/down flags provided by consumer drivers or in the device tree. Signed-off-by: Samuel Holland --- drivers/gpio/sunxi_gpio.c | 62 +-- 1 file changed, 27 insertions(+), 35