Message ID | 20240605172049.231108-1-macroalpha82@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Add GPADC for Allwinner H616 | expand |
On Thu, Jun 6, 2024 at 1:20 AM Chris Morgan <macroalpha82@gmail.com> wrote: > > From: Chris Morgan <macromorgan@hotmail.com> > > Add support for the general purpose analog-to-digital converter (GPADC) > for the Allwinner H616 SoC to support the ADC joysticks as found on the > Anbernic RG35XX-H. > > Changes since V1: > - Split dt-binding include additions to a separate patch. > - Removed patch adding compatible string as it was already upstreamed. > - Added patch to add the adc-joystick function to the RG35XX-H. Please carry relevant Reviewed-by and other tags forward. ChenYu > Chris Morgan (4): > dt-bindings: clock: sun50i-h616-ccu: Add GPADC clocks > clk: sunxi-ng: h616: Add clock/reset for GPADC > arm64: dts: allwinner: h616: Add GPADC device node > arm64: dts: allwinner: anbernic-rg35xx-h: Add ADC joysticks > > .../arm64/boot/dts/allwinner/sun50i-h616.dtsi | 11 +++ > .../sun50i-h700-anbernic-rg35xx-h.dts | 79 +++++++++++++++++++ > drivers/clk/sunxi-ng/ccu-sun50i-h616.c | 5 ++ > drivers/clk/sunxi-ng/ccu-sun50i-h616.h | 2 +- > include/dt-bindings/clock/sun50i-h616-ccu.h | 1 + > include/dt-bindings/reset/sun50i-h616-ccu.h | 1 + > 6 files changed, 98 insertions(+), 1 deletion(-) > > -- > 2.34.1 >
On Wed, 05 Jun 2024 12:20:45 -0500, Chris Morgan wrote: > Add support for the general purpose analog-to-digital converter (GPADC) > for the Allwinner H616 SoC to support the ADC joysticks as found on the > Anbernic RG35XX-H. > > Changes since V1: > - Split dt-binding include additions to a separate patch. > - Removed patch adding compatible string as it was already upstreamed. > - Added patch to add the adc-joystick function to the RG35XX-H. > > [...] Applied to sunxi/shared-clk-ids-for-6.11 in sunxi/linux.git, thanks! [1/4] dt-bindings: clock: sun50i-h616-ccu: Add GPADC clocks https://git.kernel.org/sunxi/linux/c/532857c2a76b Best regards,
On Wed, 05 Jun 2024 12:20:45 -0500, Chris Morgan wrote: > Add support for the general purpose analog-to-digital converter (GPADC) > for the Allwinner H616 SoC to support the ADC joysticks as found on the > Anbernic RG35XX-H. > > Changes since V1: > - Split dt-binding include additions to a separate patch. > - Removed patch adding compatible string as it was already upstreamed. > - Added patch to add the adc-joystick function to the RG35XX-H. > > [...] Applied to sunxi/clk-for-6.11 in sunxi/linux.git, thanks! [2/4] clk: sunxi-ng: h616: Add clock/reset for GPADC https://git.kernel.org/sunxi/linux/c/002cf0dfa201 Best regards,
On Wed, 05 Jun 2024 12:20:45 -0500, Chris Morgan wrote: > Add support for the general purpose analog-to-digital converter (GPADC) > for the Allwinner H616 SoC to support the ADC joysticks as found on the > Anbernic RG35XX-H. > > Changes since V1: > - Split dt-binding include additions to a separate patch. > - Removed patch adding compatible string as it was already upstreamed. > - Added patch to add the adc-joystick function to the RG35XX-H. > > [...] Applied to sunxi/dt-for-6.11 in sunxi/linux.git, thanks! [3/4] arm64: dts: allwinner: h616: Add GPADC device node https://git.kernel.org/sunxi/linux/c/59678cc9cc54 [4/4] arm64: dts: allwinner: anbernic-rg35xx-h: Add ADC joysticks https://git.kernel.org/sunxi/linux/c/e41e5973bf45 Best regards,
From: Chris Morgan <macromorgan@hotmail.com> Add support for the general purpose analog-to-digital converter (GPADC) for the Allwinner H616 SoC to support the ADC joysticks as found on the Anbernic RG35XX-H. Changes since V1: - Split dt-binding include additions to a separate patch. - Removed patch adding compatible string as it was already upstreamed. - Added patch to add the adc-joystick function to the RG35XX-H. Chris Morgan (4): dt-bindings: clock: sun50i-h616-ccu: Add GPADC clocks clk: sunxi-ng: h616: Add clock/reset for GPADC arm64: dts: allwinner: h616: Add GPADC device node arm64: dts: allwinner: anbernic-rg35xx-h: Add ADC joysticks .../arm64/boot/dts/allwinner/sun50i-h616.dtsi | 11 +++ .../sun50i-h700-anbernic-rg35xx-h.dts | 79 +++++++++++++++++++ drivers/clk/sunxi-ng/ccu-sun50i-h616.c | 5 ++ drivers/clk/sunxi-ng/ccu-sun50i-h616.h | 2 +- include/dt-bindings/clock/sun50i-h616-ccu.h | 1 + include/dt-bindings/reset/sun50i-h616-ccu.h | 1 + 6 files changed, 98 insertions(+), 1 deletion(-)