]> git.dujemihanovic.xyz Git - u-boot.git/commit
reset: Convert ipq4019 driver to a generic Qcom driver
authorSumit Garg <sumit.garg@linaro.org>
Thu, 4 Aug 2022 14:27:11 +0000 (19:57 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 26 Aug 2022 14:55:45 +0000 (10:55 -0400)
commit42588276b3375f20cf372ff59c7d3712f55cf48f
treed367270c68afca0fd8e0d5f238bb322c692f6b9c
parent0b746d287c6c467972522da02b836f567e3ed981
reset: Convert ipq4019 driver to a generic Qcom driver

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 <sumit.garg@linaro.org>
drivers/reset/Kconfig
drivers/reset/Makefile
drivers/reset/reset-qcom.c [moved from drivers/reset/reset-ipq4019.c with 79% similarity]