aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2020-01-11 01:39:40 +0100
committerThierry Reding <treding@nvidia.com>2020-01-11 01:44:55 +0100
commitd6b6c7a034e80b02f8af1461c5b3f2279223d1cf (patch)
tree5bd35bc4eb4caa4785818183eb2442e92a7af86a
parentdf7a608a0b99e9f0a49c33f844b5f1294bfd75bd (diff)
downloadmaint-scripts-d6b6c7a034e80b02f8af1461c5b3f2279223d1cf.tar.gz
Final branches for v5.6-rc1
Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r--tegra-branches.sh.dot3
-rw-r--r--tegra-branches.yaml111
2 files changed, 114 insertions, 0 deletions
diff --git a/tegra-branches.sh.dot b/tegra-branches.sh.dot
index 8b1c085..46fbc3a 100644
--- a/tegra-branches.sh.dot
+++ b/tegra-branches.sh.dot
@@ -1,10 +1,13 @@
merge_base=v5.5-rc1
arm_soc="${arm_soc} for-5.6/dt-bindings" # on v5.5-rc1
+arm_soc="${arm_soc} for-5.6/bus" # on v5.5-rc1
arm_soc="${arm_soc} for-5.6/memory" # on v5.5-rc1
+arm_soc="${arm_soc} for-5.6/soc" # on v5.5-rc1
arm_soc="${arm_soc} for-5.6/arm/core" # on v5.5-rc1
arm_soc="${arm_soc} for-5.6/arm/dt" # on v5.5-rc1
arm_soc="${arm_soc} for-5.6/arm64/dt" # on v5.5-rc1
+arm_soc="${arm_soc} for-5.6/arm64/defconfig" # on v5.5-rc1
branches="${branches} for-5.6/clk" # on v5.5-rc1
diff --git a/tegra-branches.yaml b/tegra-branches.yaml
new file mode 100644
index 0000000..9848fdf
--- /dev/null
+++ b/tegra-branches.yaml
@@ -0,0 +1,111 @@
+# git repository remotes
+remotes:
+ origin:
+ pull: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
+ next:
+ pull: git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
+ tegra:
+ push: git@gitolite.kernel.org:pub/scm/linux/kernel/git/tegra/linux.git
+ pull: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
+ github:
+ push: git@github.com:thierryreding/linux.git
+
+# subsystem trees
+targets:
+ arm-soc:
+ tag-prefix: tegra-
+ from: Thierry Reding <thierry.reding@gmail.com>
+ to:
+ - arm@kernel.org
+ - soc@kernel.org
+ cc:
+ - Thierry Reding <thierry.reding@gmail.com>
+ - Jon Hunter <jonathanh@nvidia.com>
+ - linux-tegra@vger.kernel.org
+ - linux-arm-kernel@lists.infradead.org
+ clk:
+ to:
+ - Michael Turquette <mturquette@baylibre.com>
+ - Stephen Boyd <sboyd@kernel.org>
+ cc:
+ - linux-clk@vger.kernel.org
+ - linux-tegra@vger.kernel.org
+
+# local branches
+branches:
+ for-next:
+ remote: tegra
+ dependencies:
+ v5.5-rc1:
+ remote: origin
+
+ for-5.6/dt-bindings:
+ remote: tegra
+ target: arm-soc
+ dependencies:
+ v5.5-rc1:
+ remote: origin
+
+ for-5.6/bus:
+ remote: tegra
+ target: arm-soc
+ dependencies:
+ v5.5-rc1:
+ remote: origin
+
+ for-5.6/memory:
+ remote: tegra
+ target: arm-soc
+ dependencies:
+ v5.5-rc1:
+ remote: origin
+
+ for-5.6/soc:
+ remote: tegra
+ target: arm-soc
+ dependencies:
+ v5.5-rc1:
+ remote: origin
+
+ for-5.6/arm/core:
+ remote: tegra
+ target: arm-soc
+ dependencies:
+ v5.5-rc1:
+ remote: origin
+
+ for-5.6/arm/dt:
+ remote: tegra
+ target: arm-soc
+ dependencies:
+ v5.5-rc1:
+ remote: origin
+
+ for-5.6/arm64/dt:
+ remote: tegra
+ target: arm-soc
+ dependencies:
+ v5.5-rc1:
+ remote: origin
+
+ for-5.6/arm64/defconfig:
+ remote: tegra
+ target: arm-soc
+ dependencies:
+ v5.5-rc1:
+ remote: origin
+
+ for-5.6/clk:
+ remote: tegra
+ target: clk
+ dependencies:
+ v5.5-rc1:
+ remote: origin
+
+ for-5.6/work:
+ remote: github
+ dependencies:
+ master:
+ remote: next
+
+# vim: ft=yaml et sts=2 sw=2 ts=2