mbox series

[v3,0/2] arm64: cputype: Add info about some Qualcomm Kryo cores

Message ID 20241219211131.2389091-1-dianders@chromium.org
Headers show
Series arm64: cputype: Add info about some Qualcomm Kryo cores | expand

Message

Doug Anderson Dec. 19, 2024, 9:11 p.m. UTC
This series breaks off of my series that reworked Spectre BHB
mitigations. Originally I needed Qualcomm Kryo IDs because I was
adding "guesses" about their Spectre BHB mitigations. Now that the
Spectre BHB series no longer has guesses I don't need them there, but
these two patches still seem worth it to land on their own.

I've still called this series "v3" because the first patch was part of
the v1 and v2 of the previous series.

Link to prev versions:
v1: https://lore.kernel.org/r/20241209174430.2904353-1-dianders@chromium.org/
v2: https://lore.kernel.org/r/20241214005248.198803-1-dianders@chromium.org

Changes in v3:
- arm64: cputype: Add comments about Qualcomm Kryo 5XX and 6XX cores

Douglas Anderson (2):
  arm64: cputype: Add QCOM_CPU_PART_KRYO_3XX_GOLD
  arm64: cputype: Add comments about Qualcomm Kryo 5XX and 6XX cores

 arch/arm64/include/asm/cputype.h | 12 ++++++++++++
 1 file changed, 12 insertions(+)

Comments

Will Deacon Jan. 7, 2025, 3:19 p.m. UTC | #1
On Thu, Dec 19, 2024 at 01:11:08PM -0800, Douglas Anderson wrote:
> 
> This series breaks off of my series that reworked Spectre BHB
> mitigations. Originally I needed Qualcomm Kryo IDs because I was
> adding "guesses" about their Spectre BHB mitigations. Now that the
> Spectre BHB series no longer has guesses I don't need them there, but
> these two patches still seem worth it to land on their own.
> 
> I've still called this series "v3" because the first patch was part of
> the v1 and v2 of the previous series.
> 
> Link to prev versions:
> v1: https://lore.kernel.org/r/20241209174430.2904353-1-dianders@chromium.org/
> v2: https://lore.kernel.org/r/20241214005248.198803-1-dianders@chromium.org
> 
> Changes in v3:
> - arm64: cputype: Add comments about Qualcomm Kryo 5XX and 6XX cores
> 
> Douglas Anderson (2):
>   arm64: cputype: Add QCOM_CPU_PART_KRYO_3XX_GOLD
>   arm64: cputype: Add comments about Qualcomm Kryo 5XX and 6XX cores
> 
>  arch/arm64/include/asm/cputype.h | 12 ++++++++++++
>  1 file changed, 12 insertions(+)

Can somebody from Qualcomm please provide an Ack on these patches?

Thanks,

Will