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

2021-10-04 Thread Andre Przywara
On Mon, 26 Jul 2021 18:19:48 +0200 (CEST) Manuel Dipolt wrote: Hi Manuel, > This patch enables clock for the r_pio gpios for the h3 Thanks for the patch, but can you say what this is needed for or what it fixes? Also this patch looks mangled, the leading spaces in the diff context are gone,

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

2021-07-26 Thread Manuel Dipolt
This patch enables clock for the r_pio gpios for the h3 Signed-off-by: Manuel Dipolt --- drivers/clk/sunxi/Makefile | 1 + drivers/clk/sunxi/clk_h3-r.c | 51 drivers/gpio/sunxi_gpio.c | 9 +++ 3 files changed, 61 insertions(+) create mode 100644