mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Pierre Gondois <pierre.gondois@arm.com>
To: LKML <linux-kernel@vger.kernel.org>
Cc: Nishanth Menon <nm@ti.com>, Vignesh Raghavendra <vigneshr@ti.com>,
	Tero Kristo <kristo@kernel.org>, Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org
Subject: Re: [PATCH v2 00/23] Update cache properties for arm64 DTS
Date: Thu, 12 Jan 2023 09:33:40 +0100	[thread overview]
Message-ID: <464eb7c6-2195-ff14-298a-d5f7fa09a3e6@arm.com> (raw)
In-Reply-To: <20221107155825.1644604-1-pierre.gondois@arm.com>

(subset of the cc list for the Texas Instruments patch)
Hello,
Just a reminder in case the following patch was forgotten:
    arm64: dts: Update cache properties for ti

Regards,
Pierre

On 11/7/22 16:56, Pierre Gondois wrote:
> v2:
> - Update/Add patches for missed cache properties requiring to be
>    updated for the following platforns: bcm, amazon, arm, exynos,
>    freescale, marvell, mediatek, nvidia, socinext, tesla, ti.
>    Missed cache properties were detected using Rob Herring's branch:
>    https://github.com/robherring/dt-schema/tree/cache-rework
> - v1 of exynos, tesla were merged.
> - Updated wrong reference in commit message.
> - Added received Rb/Acked-by.
> 
> Align arm64 DTS to the DeviceTree specification v0.3 regarding
> cache properties. The patch-set mainly adds 'cache-level' or
> 'cache' compatibility properties.
> For one qcom DTS, level 1 cache nodes are removed as they should
> be in the cpu nodes.
> 
> On another node, it seems that the 'cache-unified' is under-used.
> cache-unified:
>    If present, specifies the cache has a unified or-
>    ganization. If not present, specifies that the
>    cache has a Harvard architecture with separate
>    caches for instructions and data.
> Only a few l2 cache nodes have this property, and in the absence
> of [|d|i]-cache-size properties (or other), the cache is assumed to be
> split.
> 
> The l2 cache of the Rockchip RK3308 platform is thus assumed to be
> split:
> l2: l2-cache {
> 	compatible = "cache";
> 	cache-level = <2>;
> };
> when the platform datasheet advertises a unified cache.
> 
> No modification/check was made to correct that due to the lack of
> cache information for most platforms.
> 
> Pierre Gondois (23):
>    arm64: dts: Update cache properties for amazon
>    arm64: dts: Update cache properties for amd
>    arm64: dts: Update cache properties for amlogic
>    arm64: dts: Update cache properties for apm
>    arm64: dts: Update cache properties for arm
>    arm64: dts: Update cache properties for broadcom
>    arm64: dts: Update cache properties for exynos
>    arm64: dts: Update cache properties for freescale
>    arm64: dts: Update cache properties for hisilicon
>    arm64: dts: Update cache properties for lg
>    arm64: dts: Update cache properties for marvell
>    arm64: dts: Update cache properties for mediatek
>    arm64: dts: Update cache properties for microchip
>    arm64: dts: Update cache properties for nuvoton
>    arm64: dts: Update cache properties for nvidia
>    arm64: dts: Update cache properties for qcom
>    arm64: dts: Update cache properties for realtek
>    arm64: dts: Update cache properties for renesas
>    arm64: dts: Update cache properties for rockchip
>    arm64: dts: Update cache properties for socionext
>    arm64: dts: Update cache properties for synaptics
>    arm64: dts: Update cache properties for tesla
>    arm64: dts: Update cache properties for ti
> 
>   arch/arm/boot/dts/bcm2711.dtsi                |  1 +
>   arch/arm/boot/dts/bcm2837.dtsi                |  1 +
>   arch/arm64/boot/dts/amazon/alpine-v3.dtsi     |  4 ++
>   arch/arm64/boot/dts/amd/amd-seattle-cpus.dtsi |  9 +++
>   arch/arm64/boot/dts/amlogic/meson-a1.dtsi     |  1 +
>   arch/arm64/boot/dts/amlogic/meson-axg.dtsi    |  1 +
>   arch/arm64/boot/dts/amlogic/meson-g12a.dtsi   |  1 +
>   arch/arm64/boot/dts/amlogic/meson-g12b.dtsi   |  1 +
>   arch/arm64/boot/dts/amlogic/meson-gx.dtsi     |  1 +
>   arch/arm64/boot/dts/amlogic/meson-sm1.dtsi    |  1 +
>   arch/arm64/boot/dts/apm/apm-shadowcat.dtsi    |  4 ++
>   arch/arm64/boot/dts/apm/apm-storm.dtsi        |  4 ++
>   arch/arm64/boot/dts/arm/corstone1000.dtsi     |  1 +
>   arch/arm64/boot/dts/arm/foundation-v8.dtsi    |  1 +
>   arch/arm64/boot/dts/arm/juno-r1.dts           |  2 +
>   arch/arm64/boot/dts/arm/juno-r2.dts           |  2 +
>   arch/arm64/boot/dts/arm/juno.dts              |  2 +
>   arch/arm64/boot/dts/arm/rtsm_ve-aemv8a.dts    |  1 +
>   .../boot/dts/arm/vexpress-v2f-1xv7-ca53x2.dts |  1 +
>   .../boot/dts/broadcom/bcmbca/bcm4908.dtsi     |  1 +
>   .../boot/dts/broadcom/bcmbca/bcm4912.dtsi     |  1 +
>   .../boot/dts/broadcom/bcmbca/bcm63146.dtsi    |  1 +
>   .../boot/dts/broadcom/bcmbca/bcm63158.dtsi    |  1 +
>   .../boot/dts/broadcom/bcmbca/bcm6813.dtsi     |  1 +
>   .../boot/dts/broadcom/bcmbca/bcm6856.dtsi     |  1 +
>   .../boot/dts/broadcom/bcmbca/bcm6858.dtsi     |  1 +
>   .../boot/dts/broadcom/northstar2/ns2.dtsi     |  1 +
>   .../boot/dts/broadcom/stingray/stingray.dtsi  |  4 ++
>   arch/arm64/boot/dts/exynos/exynos5433.dtsi    |  4 ++
>   arch/arm64/boot/dts/exynos/exynos7.dtsi       |  2 +
>   .../arm64/boot/dts/freescale/fsl-ls1028a.dtsi |  1 +
>   .../arm64/boot/dts/freescale/fsl-ls1043a.dtsi |  1 +
>   .../arm64/boot/dts/freescale/fsl-ls1046a.dtsi |  1 +
>   .../arm64/boot/dts/freescale/fsl-ls2080a.dtsi |  4 ++
>   .../arm64/boot/dts/freescale/fsl-ls2088a.dtsi |  4 ++
>   .../arm64/boot/dts/freescale/fsl-lx2160a.dtsi |  8 +++
>   arch/arm64/boot/dts/freescale/imx8dxl.dtsi    |  1 +
>   arch/arm64/boot/dts/freescale/imx8mm.dtsi     |  1 +
>   arch/arm64/boot/dts/freescale/imx8mn.dtsi     |  1 +
>   arch/arm64/boot/dts/freescale/imx8mp.dtsi     |  1 +
>   arch/arm64/boot/dts/freescale/imx8mq.dtsi     |  1 +
>   arch/arm64/boot/dts/freescale/imx8qm.dtsi     |  2 +
>   arch/arm64/boot/dts/freescale/imx8qxp.dtsi    |  1 +
>   arch/arm64/boot/dts/freescale/imx8ulp.dtsi    |  1 +
>   arch/arm64/boot/dts/freescale/s32g2.dtsi      |  2 +
>   arch/arm64/boot/dts/freescale/s32v234.dtsi    |  2 +
>   arch/arm64/boot/dts/hisilicon/hi3660.dtsi     |  2 +
>   arch/arm64/boot/dts/hisilicon/hi6220.dtsi     |  2 +
>   arch/arm64/boot/dts/hisilicon/hip05.dtsi      |  4 ++
>   arch/arm64/boot/dts/hisilicon/hip06.dtsi      |  4 ++
>   arch/arm64/boot/dts/hisilicon/hip07.dtsi      | 16 ++++++
>   arch/arm64/boot/dts/lg/lg1312.dtsi            |  1 +
>   arch/arm64/boot/dts/lg/lg1313.dtsi            |  1 +
>   arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi |  1 +
>   .../boot/dts/marvell/armada-ap806-dual.dtsi   |  2 +
>   .../boot/dts/marvell/armada-ap806-quad.dtsi   |  4 ++
>   .../boot/dts/marvell/armada-ap807-quad.dtsi   |  4 ++
>   arch/arm64/boot/dts/mediatek/mt8186.dtsi      |  3 +
>   arch/arm64/boot/dts/mediatek/mt8192.dtsi      |  3 +
>   arch/arm64/boot/dts/mediatek/mt8195.dtsi      |  3 +
>   arch/arm64/boot/dts/microchip/sparx5.dtsi     |  1 +
>   .../boot/dts/nuvoton/nuvoton-npcm845.dtsi     |  1 +
>   arch/arm64/boot/dts/nvidia/tegra194.dtsi      | 15 +++++
>   arch/arm64/boot/dts/nvidia/tegra210.dtsi      |  1 +
>   arch/arm64/boot/dts/nvidia/tegra234.dtsi      | 33 +++++++++++
>   arch/arm64/boot/dts/qcom/msm8953.dtsi         | 56 -------------------
>   arch/arm64/boot/dts/qcom/sc7180.dtsi          |  9 +++
>   arch/arm64/boot/dts/qcom/sc7280.dtsi          |  9 +++
>   arch/arm64/boot/dts/qcom/sc8280xp.dtsi        |  9 +++
>   arch/arm64/boot/dts/qcom/sdm845.dtsi          |  9 +++
>   arch/arm64/boot/dts/qcom/sm6125.dtsi          |  2 +
>   arch/arm64/boot/dts/qcom/sm6350.dtsi          |  9 +++
>   arch/arm64/boot/dts/qcom/sm8150.dtsi          |  9 +++
>   arch/arm64/boot/dts/qcom/sm8250.dtsi          |  9 +++
>   arch/arm64/boot/dts/qcom/sm8350.dtsi          |  9 +++
>   arch/arm64/boot/dts/qcom/sm8450.dtsi          |  9 +++
>   arch/arm64/boot/dts/realtek/rtd1293.dtsi      |  1 +
>   arch/arm64/boot/dts/realtek/rtd1295.dtsi      |  1 +
>   arch/arm64/boot/dts/realtek/rtd1296.dtsi      |  1 +
>   arch/arm64/boot/dts/realtek/rtd1395.dtsi      |  1 +
>   arch/arm64/boot/dts/realtek/rtd16xx.dtsi      |  2 +
>   arch/arm64/boot/dts/renesas/r9a07g043.dtsi    |  1 +
>   arch/arm64/boot/dts/renesas/r9a07g044.dtsi    |  1 +
>   arch/arm64/boot/dts/renesas/r9a07g054.dtsi    |  1 +
>   arch/arm64/boot/dts/rockchip/rk3308.dtsi      |  1 +
>   arch/arm64/boot/dts/rockchip/rk3328.dtsi      |  1 +
>   .../boot/dts/socionext/uniphier-ld11.dtsi     |  1 +
>   .../boot/dts/socionext/uniphier-ld20.dtsi     |  2 +
>   .../boot/dts/socionext/uniphier-pxs3.dtsi     |  1 +
>   arch/arm64/boot/dts/synaptics/berlin4ct.dtsi  |  1 +
>   arch/arm64/boot/dts/tesla/fsd.dtsi            |  2 +
>   arch/arm64/boot/dts/ti/k3-am625.dtsi          |  1 +
>   arch/arm64/boot/dts/ti/k3-am62a7.dtsi         |  1 +
>   arch/arm64/boot/dts/ti/k3-am642.dtsi          |  1 +
>   arch/arm64/boot/dts/ti/k3-am654.dtsi          |  2 +
>   arch/arm64/boot/dts/ti/k3-j7200.dtsi          |  1 +
>   arch/arm64/boot/dts/ti/k3-j721e.dtsi          |  1 +
>   arch/arm64/boot/dts/ti/k3-j721s2.dtsi         |  1 +
>   98 files changed, 299 insertions(+), 56 deletions(-)
> 

      parent reply	other threads:[~2023-01-12  8:34 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-07 15:56 Pierre Gondois
2022-11-07 15:56 ` [PATCH v2 01/23] arm64: dts: Update cache properties for amazon Pierre Gondois
2023-01-12  8:34   ` Pierre Gondois
2022-11-07 15:56 ` [PATCH v2 02/23] arm64: dts: Update cache properties for amd Pierre Gondois
2023-01-12  8:34   ` Pierre Gondois
2023-01-12 15:31   ` Tom Lendacky
2022-11-07 15:56 ` [PATCH v2 03/23] arm64: dts: Update cache properties for amlogic Pierre Gondois
2022-11-07 15:56 ` [PATCH v2 04/23] arm64: dts: Update cache properties for apm Pierre Gondois
2023-01-12  8:33   ` Pierre Gondois
2022-11-07 15:56 ` [PATCH v2 05/23] arm64: dts: Update cache properties for arm Pierre Gondois
2022-11-11 15:56   ` Sudeep Holla
2022-11-07 15:56 ` [PATCH v2 06/23] arm64: dts: Update cache properties for broadcom Pierre Gondois
2022-11-07 17:31   ` Florian Fainelli
2022-11-07 17:58     ` Pierre Gondois
2022-11-16 18:22       ` Florian Fainelli
2022-11-17  9:39         ` Pierre Gondois
2022-11-07 15:57 ` [PATCH v2 07/23] arm64: dts: Update cache properties for exynos Pierre Gondois
2022-11-07 17:55   ` Krzysztof Kozlowski
2022-11-07 18:24     ` Pierre Gondois
2022-11-07 15:57 ` [PATCH v2 08/23] arm64: dts: Update cache properties for freescale Pierre Gondois
2022-11-14 11:41   ` Shawn Guo
2022-11-07 15:57 ` [PATCH v2 09/23] arm64: dts: Update cache properties for hisilicon Pierre Gondois
2022-11-16  2:17   ` Wei Xu
2022-11-07 15:57 ` [PATCH v2 10/23] arm64: dts: Update cache properties for lg Pierre Gondois
2023-01-12  8:34   ` Pierre Gondois
2023-01-13  1:12     ` Chanho Min
2022-11-07 15:57 ` [PATCH v2 11/23] arm64: dts: Update cache properties for marvell Pierre Gondois
2022-11-07 15:57 ` [PATCH v2 12/23] arm64: dts: Update cache properties for mediatek Pierre Gondois
2022-11-08 11:42   ` Matthias Brugger
2022-11-07 15:57 ` [PATCH v2 13/23] arm64: dts: Update cache properties for microchip Pierre Gondois
2023-01-12  8:33   ` Pierre Gondois
2023-01-18  8:21   ` Steen Hegelund
2022-11-07 15:57 ` [PATCH v2 14/23] arm64: dts: Update cache properties for nuvoton Pierre Gondois
2023-01-12  8:34   ` Pierre Gondois
2022-11-07 15:57 ` [PATCH v2 15/23] arm64: dts: Update cache properties for nvidia Pierre Gondois
2022-11-07 15:57 ` [PATCH v2 16/23] arm64: dts: Update cache properties for qcom Pierre Gondois
2022-12-29 12:47   ` Krzysztof Kozlowski
2022-12-29 17:23   ` (subset) " Bjorn Andersson
2022-11-07 15:57 ` [PATCH v2 17/23] arm64: dts: Update cache properties for realtek Pierre Gondois
2023-01-12  8:33   ` Pierre Gondois
2023-01-12  8:51     ` Andreas Färber
2022-11-07 15:57 ` [PATCH v2 18/23] arm64: dts: Update cache properties for renesas Pierre Gondois
2022-11-08  8:34   ` Geert Uytterhoeven
2022-11-07 15:57 ` [PATCH v2 19/23] arm64: dts: Update cache properties for rockchip Pierre Gondois
2022-11-07 15:57 ` [PATCH v2 20/23] arm64: dts: Update cache properties for socionext Pierre Gondois
2023-01-12  8:33   ` Pierre Gondois
2023-01-12 10:27     ` Kunihiko Hayashi
2022-11-07 15:57 ` [PATCH v2 21/23] arm64: dts: Update cache properties for synaptics Pierre Gondois
2023-01-12  8:32   ` Pierre Gondois
2022-11-07 15:57 ` [PATCH v2 22/23] arm64: dts: Update cache properties for tesla Pierre Gondois
2022-11-07 17:56   ` Krzysztof Kozlowski
2022-11-07 18:23     ` Pierre Gondois
2022-11-07 15:57 ` [PATCH v2 23/23] arm64: dts: Update cache properties for ti Pierre Gondois
2023-01-17 13:41   ` (subset) " Raghavendra, Vignesh
2022-11-07 18:03 ` [PATCH v2 00/23] Update cache properties for arm64 DTS Krzysztof Kozlowski
2022-11-07 23:11 ` Rob Herring
2022-11-22 22:34 ` (subset) " Heiko Stuebner
2023-01-12  8:33 ` Pierre Gondois [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=464eb7c6-2195-ff14-298a-d5f7fa09a3e6@arm.com \
    --to=pierre.gondois@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=kristo@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nm@ti.com \
    --cc=robh+dt@kernel.org \
    --cc=vigneshr@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®