Re: [PATCH v2] sunxi: h3: enable clock support for r_pio gpios

2021-10-13 Thread Andre Przywara
On Tue, 5 Oct 2021 17:58:20 +0200 Manuel Dipolt wrote: Hi Manuel, > This patch enables clock for the r_pio gpios for the h3 > r_pio is required to access gpios from port L Better, but it would be good to know what this actually allows (LEDs)? And while some of the whitespace issues are

[PATCH v2] sunxi: h3: enable clock support for r_pio gpios

2021-10-05 Thread Manuel Dipolt
This patch enables clock for the r_pio gpios for the h3 r_pio is required to access gpios from port L Signed-off-by: Manuel Dipolt --- drivers/clk/sunxi/Makefile | 1 + drivers/clk/sunxi/clk_h3-r.c | 51 drivers/gpio/sunxi_gpio.c| 8 ++ 3 files