Re: [PATCH 03/13] reset: Convert ipq4019 driver to a generic Qcom driver

2022-08-26 Thread Tom Rini
On Thu, Aug 04, 2022 at 07:57:11PM +0530, Sumit Garg wrote: > Since the base functionality remains the same for a reset driver on Qcom > SoCs, so leverage that to convert ipq4019 specific reset driver to a > generic Qcom reset driver. With that one just need to provide SoC specific > reset table.

[PATCH 03/13] reset: Convert ipq4019 driver to a generic Qcom driver

2022-08-04 Thread Sumit Garg
Since the base functionality remains the same for a reset driver on Qcom SoCs, so leverage that to convert ipq4019 specific reset driver to a generic Qcom reset driver. With that one just need to provide SoC specific reset table. Signed-off-by: Sumit Garg --- drivers/reset/Kconfig