| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-05-08 | reset: starfive: select AUXILIARY_BUS | Philipp Zabel | 1 | -1/+2 | |
| CONFIG_AUXILIARY_BUS is not a user-visible symbol, replace 'depends on' with 'select'. Suggested-by: Arnd Bergmann <[email protected]> Reviewed-by: Hal Feng <[email protected]> Reviewed-by: Arnd Bergmann <[email protected]> Reviewed-by: Emil Renner Berthing <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Philipp Zabel <[email protected]> | |||||
| 2023-04-05 | reset: starfive: Add StarFive JH7110 reset driver | Hal Feng | 1 | -0/+8 | |
| Add auxiliary driver to support StarFive JH7110 system and always-on resets. Tested-by: Tommaso Merciai <[email protected]> Reviewed-by: Emil Renner Berthing <[email protected]> Signed-off-by: Hal Feng <[email protected]> Signed-off-by: Conor Dooley <[email protected]> | |||||
| 2023-04-05 | reset: starfive: Factor out common JH71X0 reset code | Emil Renner Berthing | 1 | -0/+4 | |
| The StarFive JH7100 SoC has additional reset controllers for audio and video, but the registers follow the same structure. On the JH7110 the reset registers don't get their own memory range, but instead follow the clock control registers. The registers still follow the same structure though, so let's factor out the common code to handle all these cases. Tested-by: Tommaso Merciai <[email protected]> Reviewed-by: Conor Dooley <[email protected]> Reviewed-by: Emil Renner Berthing <[email protected]> Signed-off-by: Emil Renner Berthing <[email protected]> Signed-off-by: Hal Feng <[email protected]> Signed-off-by: Conor Dooley <[email protected]> | |||||
| 2023-04-05 | reset: Create subdirectory for StarFive drivers | Emil Renner Berthing | 1 | -0/+8 | |
| This moves the StarFive JH7100 reset driver to a new subdirectory in preparation for adding more StarFive reset drivers. Reviewed-by: Philipp Zabel <[email protected]> Tested-by: Tommaso Merciai <[email protected]> Reviewed-by: Conor Dooley <[email protected]> Reviewed-by: Emil Renner Berthing <[email protected]> Signed-off-by: Emil Renner Berthing <[email protected]> Signed-off-by: Hal Feng <[email protected]> Signed-off-by: Conor Dooley <[email protected]> | |||||