summaryrefslogtreecommitdiff
path: root/projects/linux/core
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2022-02-09 14:44:14 +0100
committerGeert Uytterhoeven <geert+renesas@glider.be>2022-02-09 16:15:44 +0100
commitfec98d214a23a6c1f3e31e80bb7fd74342a0d188 (patch)
tree806c4b4aeb8837386629fdb062c274f86d046d49 /projects/linux/core
parentc5ad1a2574f7b15637b60c222076def6f4381e04 (diff)
bsp-51x-upport-request: Move identical requests to tasks (part 1)
Several upport requests for bsp-51x existed in bsp-41x with the same patch ID, and were broken out in tasks before. Move them to the existing tasks. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'projects/linux/core')
-rw-r--r--projects/linux/core/bsp41x_clk_renesas.yaml3
-rw-r--r--projects/linux/core/bsp41x_ipmmu.yaml3
-rw-r--r--projects/linux/core/bsp41x_sysc.yaml5
-rw-r--r--projects/linux/core/done/rcar3_cpufreq.yaml3
4 files changed, 14 insertions, 0 deletions
diff --git a/projects/linux/core/bsp41x_clk_renesas.yaml b/projects/linux/core/bsp41x_clk_renesas.yaml
index 573abd8..d8e9208 100644
--- a/projects/linux/core/bsp41x_clk_renesas.yaml
+++ b/projects/linux/core/bsp41x_clk_renesas.yaml
@@ -44,5 +44,8 @@ bsp41x:
- 8a6d0d59a9d4d19a1853dd5d6b89b18bc635e348 # clk: renesas: r8a779a0: Add VCPL4 clock
- 60151ad45b0ded0aacab6438fbf03631b0f1c14f # clk: renesas: r8a779a0: Add WWDT clocks
+bsp51x:
+ - ce47cc590b66d6aa4e2333daff4eb680a594be31 # clk: renesas: rcar-gen3: Fix revision of R8A7796 for applying SD_SKIP_FIRST
+
upstream:
- torvalds: 2bd9feed23166f5ab67dec2ca02bd3f74c77b0ba # clk: renesas: r8a779[56]x: Add MLP clocks
diff --git a/projects/linux/core/bsp41x_ipmmu.yaml b/projects/linux/core/bsp41x_ipmmu.yaml
index d67508c..73af639 100644
--- a/projects/linux/core/bsp41x_ipmmu.yaml
+++ b/projects/linux/core/bsp41x_ipmmu.yaml
@@ -23,6 +23,9 @@ bsp41x:
- 4c1e49e03b9b2d688292ad610fb3e1626d0a27f7 # iommu/ipmmu-vmsa: Invalidate TLB when IPMMU translation error occurred
- e24bb1497bd95861babb4a3842904168c1a8d627 # iommu/ipmmu-vmsa: Clean up unncessary micro-TLB invalidation
+bsp51x:
+ - 6b05847deebee6538b24b7499cde8d860cc6a30a # iommu/ipmmu-vmsa: Invalidate TLB when IPMMU translation error occurred
+
upstream:
- torvalds: 77cf983892b2e0d40dc256b784930a9ffaad4fc8 # iommu/ipmmu-vmsa: Remove all unused register definitions
- torvalds: df9828aaa43256bda7e26573c44af25e78596b09 # iommu/ipmmu-vmsa: tidyup register definitions
diff --git a/projects/linux/core/bsp41x_sysc.yaml b/projects/linux/core/bsp41x_sysc.yaml
index bfa250a..c63c058 100644
--- a/projects/linux/core/bsp41x_sysc.yaml
+++ b/projects/linux/core/bsp41x_sysc.yaml
@@ -10,3 +10,8 @@ bsp41x:
- 720540c59029406cda6406b7067fb36a2be4e413 # soc: renesas: rcar-sysc: Improve power domains always on implementation
- 495e47e390499c522197352a08f423e8a3b41e83 # soc: renesas: rcar-sysc: Add wait 1us before turning off power domain
- 8d8c75cef82fbe802598143ef668662c72f23528 # soc: renesas: rcar-sysc: Adjust the waiting time to cover the worst case
+
+bsp51x:
+ - b69cbc84d92905606f0d7f58d3d5381028eb2e9c # soc: renesas: rcar-sysc: Remove power domains always on for M3N v1.0
+ - 44e3da0ae123aa92cde26fb1f85c7bcc5f638723 # soc: renesas: rcar-sysc: Include 3DG as always-on power domains
+ - 8d3ce5fb89760567a9a0c437866941ca219a0db6 # soc: renesas: rcar-sysc: Adjust the waiting time to cover the worst case
diff --git a/projects/linux/core/done/rcar3_cpufreq.yaml b/projects/linux/core/done/rcar3_cpufreq.yaml
index 5482fcc..48de424 100644
--- a/projects/linux/core/done/rcar3_cpufreq.yaml
+++ b/projects/linux/core/done/rcar3_cpufreq.yaml
@@ -10,6 +10,9 @@ bsp41x:
- f987b6914499838ec36a73d39c3d9849e418b33c # arm64: dts: h3ulcb: Add cpu-supply property in a57_0 node
- de2a18575b8350dfc9896851c0108a54cb4fb2d1 # arm64: dts: salvator-common: Add cpu-supply property in a57_0 node
+bsp51x:
+ - c8464f4a44e2d7c4b57619b25edc37937be0bc3c # arm64: dts: renesas: h3ulcb: Add cpu-supply property in a57_0 node
+
upstream:
- torvalds: 2b35ca2fe605f85aa1a52c713571baf04a5f434a # arm64: dts: renesas: ulcb: Add cpu-supply property to a57_0 node
- torvalds: 35e732d7990ddae3ca759c09498dd2c049511297 # arm64: dts: renesas: salvator-common: Add cpu-supply property to a57_0 node