summaryrefslogtreecommitdiff
path: root/platform/generic/starfive
AgeCommit message (Expand)AuthorFilesLines
2025-02-12lib: utils: Initialize miscellaneous drivers in one passSamuel Holland1-1/+1
2024-11-28lib: utils/reset: Use fdt_driver for initializationSamuel Holland1-2/+7
2024-08-24platform: generic: Pass FDT to early/final_init overridesSamuel Holland1-3/+1
2024-08-24platform: generic: Constify FDT pointers in fw_platform_init()Samuel Holland1-1/+1
2024-08-24lib: utils/reset: Constify FDT pointers in parsing functionsSamuel Holland1-3/+3
2024-02-22platform: starfive: call starfive_jh7110_inst_init() in pm_reset_init()Nam Cao1-1/+6
2024-02-22platform: starfive: return error if needed devices are not presentNam Cao1-0/+4
2024-02-22platform: starfive: rename "stf,axp15060-regulator" -> "x-powers,axp15060"Nam Cao1-1/+1
2024-02-22platform: starfive: remove redundant compatibility check in pmic_opsNam Cao1-22/+14
2024-02-22platform: starfive: get I2C offset address from clocks propertyNam Cao1-10/+14
2024-02-22platform: starfive: correct system clock device tree nodeNam Cao1-1/+1
2023-03-09platform: starfive: add PMIC power ops in JH7110 visionfive2 boardMinda Chen1-0/+272
2023-01-07generic/starfive: Add Starfive JH7110 platform implementationWei Liang Lim2-0/+53