summaryrefslogtreecommitdiffstats
path: root/drivers/reset/reset-sunplus.c
Commit message (Collapse)AuthorAgeFilesLines
* reset: sunplus: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-11-281-2/+1
| | | | | | | | | | Convert platform_get_resource(), devm_ioremap_resource() to a single call to devm_platform_get_and_ioremap_resource(), as this is exactly what this function does. Signed-off-by: Yangtao Li <frank.li@vivo.com> Link: https://lore.kernel.org/r/20230704120211.38122-6-frank.li@vivo.com Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
* reset: Add Sunplus SP7021 reset driverQin Jian2022-07-081-0/+212
Add reset driver for Sunplus SP7021 SoC. Signed-off-by: Qin Jian <qinjian@cqplus1.com> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Arnd Bergmann <arnd@arndb.de>