summaryrefslogtreecommitdiff
path: root/drivers/reset/reset-airoha.c
AgeCommit message (Collapse)Author
2025-11-07reset: airoha: add support for airoha en7523 SoC familyMikhail Kshevetskiy
This adds reset controller support for airoha en7523/en7529/en7562 SoCs. Signed-off-by: Mikhail Kshevetskiy <[email protected]>
2025-11-07reset: airoha: unify code using SCU regmap helperMikhail Kshevetskiy
This patch unify probing code using airoha SCU regmap helper, thus a common function can be used instead of an7581/an7583 specific ones. Signed-off-by: Mikhail Kshevetskiy <[email protected]>
2025-11-07reset: airoha: convert to regmap APIChristian Marangi
In preparation for support for Airoha AN7583, convert the driver to regmap API. This is needed as Airoha AN7583 will use syscon to access reset registers. Signed-off-by: Christian Marangi <[email protected]>
2025-04-01reset: airoha: Add driver for controlling reset line of AN7581Christian Marangi
Add driver for controlling the reset lines of AN7581. This is a detached version of the clock controller driver present in Linux only used to control reset lines. Driver gets loaded with the bind of the clock driver and doesn't require a compatible. This is needed as they share the same registers. Signed-off-by: Christian Marangi <[email protected]>