Re: [PATCH v4 09/18] reset: thead: Add TH1520 reset controller driver

2025-01-31 Thread Matt Coster
On 28/01/2025 19:48, Michal Wilczynski wrote: > Add reset controller driver for the T-HEAD TH1520 SoC that manages > hardware reset lines for various subsystems. The driver currently > implements support for GPU reset control, with infrastructure in place > to extend support for NPU and Watchdog Ti

Re: [PATCH v4 09/18] reset: thead: Add TH1520 reset controller driver

2025-01-29 Thread Philipp Zabel
On Di, 2025-01-28 at 20:48 +0100, Michal Wilczynski wrote: > Add reset controller driver for the T-HEAD TH1520 SoC that manages > hardware reset lines for various subsystems. The driver currently > implements support for GPU reset control, with infrastructure in place > to extend support for NPU an

[PATCH v4 09/18] reset: thead: Add TH1520 reset controller driver

2025-01-28 Thread Michal Wilczynski
Add reset controller driver for the T-HEAD TH1520 SoC that manages hardware reset lines for various subsystems. The driver currently implements support for GPU reset control, with infrastructure in place to extend support for NPU and Watchdog Timer resets in future updates. Signed-off-by: Michal W