2023-08-30 19:33:02

by Martin Botka

[permalink] [raw]
Subject: Re: [PATCH] firmware: smccc: Export both soc_id functions

The patches using this are still WIP but the basic point is that H616
has 2 die revisions (And those have
couple of other versions themselves) that require different uV and some
frequencies are blacklisted on those
versions.

The driver is using these functions to read the revision (Not the
version. It just looked like the logical
thing to export both and Andre confirmed. We can ofc drop the version
symbol export if need be) and reads
trough the OPP table and selects the supported frequencies and uV for
the chip its running on :)

I will try to get the cpufreq patches in order in the upcoming days and
I will Cc you in those as well +
post a link to them in this thread :)

Cheers,
Martin

On Wed, Aug 30 2023 at 03:05:09 PM +01:00:00, Sudeep Holla
<[email protected]> wrote:
>
>
> On Wed, Aug 30, 2023 at 2:24 PM Martin Botka
> <[email protected]> wrote:
>> arm_smccc_get_soc_id_version and arm_smccc_get_soc_id_revision
>> need to be exported so they can be used by modules.
>> Currently sun50i cpu freq driver is planning to use these functions.
>
> I am not against exporting these but please post along with the
> patches using these
> exported symbols so that no one complains about you exporting the
> symbols mentioning
> some patches that may or may not appear in the future.
>
> --
> Regards,
> Sudeep




2023-08-30 22:14:44

by Sudeep Holla

[permalink] [raw]
Subject: Re: [PATCH] firmware: smccc: Export both soc_id functions

On Wed, Aug 30, 2023 at 04:19:23PM +0200, Martin Botka wrote:
> The patches using this are still WIP but the basic point is that H616 has 2
> die revisions (And those have
> couple of other versions themselves) that require different uV and some
> frequencies are blacklisted on those
> versions.
>
> The driver is using these functions to read the revision (Not the version.
> It just looked like the logical
> thing to export both and Andre confirmed. We can ofc drop the version symbol
> export if need be) and reads
> trough the OPP table and selects the supported frequencies and uV for the
> chip its running on :)
>
> I will try to get the cpufreq patches in order in the upcoming days and I
> will Cc you in those as well +
> post a link to them in this thread :)
>

For simplicity, just make this patch part of the series that adds cpufreq
support on this platform/soc. Cross referencing won't give any more confidence
that the user is also getting merged at the same time as this patch.

--
Regards,
Sudeep