Re: [PATCH v2 5/8] soc: qcom: geni: Add support for ACPI

2019-06-07 Thread Ard Biesheuvel
On Fri, 7 Jun 2019 at 10:30, Lee Jones wrote: > > When booting with ACPI as the active set of configuration tables, > all; clocks, regulators, pin functions ect are expected to be at > their ideal values/levels/rates, thus the associated frameworks > are unavailable. Ensure calls to these APIs ar

[PATCH v2 5/8] soc: qcom: geni: Add support for ACPI

2019-06-07 Thread Lee Jones
When booting with ACPI as the active set of configuration tables, all; clocks, regulators, pin functions ect are expected to be at their ideal values/levels/rates, thus the associated frameworks are unavailable. Ensure calls to these APIs are shielded when ACPI is enabled. Signed-off-by: Lee Jone