commit | 931cf0c53e6999375eac65f3650a656b88634b9d | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Fri Sep 29 23:44:05 2017 +0200 |
committer | Sudeep Holla <sudeep.holla@arm.com> | Wed Oct 04 11:09:46 2017 +0100 |
tree | 1133bda2d05adc797fe1959a8e8fc8dbceaf7498 | |
parent | cfe8a9c9aaf47af3d9e6fe4c4b03f4a88844746d [diff] |
firmware: arm_scpi: pre-populate dvfs info in scpi_probe Pre-populating the dvfs info data in scpi_probe allows to make all memory allocations device-managed. This helps to simplify scpi_remove and eventually to get rid of scpi_remove completely. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> [sudeep.holla: changed to continue probe even if scpi_dvfs_populate_info fails] Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>