reset: amlogic: aux: drop aux registration helperHaving the aux registration helper along with the registered driver is notgreat dependency wise. It does not allow the registering driver to bepro
reset: amlogic: aux: drop aux registration helperHaving the aux registration helper along with the registered driver is notgreat dependency wise. It does not allow the registering driver to beproperly decoupled from the registered auxiliary driver.Drop the registration helper from the amlogic auxiliary reset driver.This will be handled in the registering clock driver to start with whilea more generic solution is worked on.Suggested-by: Arnd Bergmann <arnd@arndb.de>Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>Acked-by: Arnd Bergmann <arnd@arndb.de>Link: https://lore.kernel.org/r/20241209-meson-rst-aux-rework-v1-2-d2afb69cc72e@baylibre.comSigned-off-by: Philipp Zabel <p.zabel@pengutronix.de>
show more ...
reset: amlogic: add auxiliary reset driver supportAdd support for the reset controller present in the audio clockcontroller of the g12 and sm1 SoC families, using the auxiliary bus.This is expec
reset: amlogic: add auxiliary reset driver supportAdd support for the reset controller present in the audio clockcontroller of the g12 and sm1 SoC families, using the auxiliary bus.This is expected to replace the driver currently present directlywithin the related clock driver.Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>Link: https://lore.kernel.org/r/20240910-meson-rst-aux-v5-9-60be62635d3e@baylibre.comSigned-off-by: Philipp Zabel <p.zabel@pengutronix.de>
perf/amlogic: Add support for Amlogic meson G12 SoC DDR PMU driverAdd support for Amlogic Meson G12 Series SOC - DDR bandwidth PMU driverframework and interfaces. The PMU can not only monitor the
perf/amlogic: Add support for Amlogic meson G12 SoC DDR PMU driverAdd support for Amlogic Meson G12 Series SOC - DDR bandwidth PMU driverframework and interfaces. The PMU can not only monitor the total DDRbandwidth, but also individual IP module bandwidth.Signed-off-by: Jiucheng Xu <jiucheng.xu@amlogic.com>Tested-by: Chris Healy <healych@amazon.com>Link: https://lore.kernel.org/r/20221121021602.3306998-1-jiucheng.xu@amlogic.comSigned-off-by: Will Deacon <will@kernel.org>