# 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- to: - arm@kernel.org - soc@kernel.org cc: - Thierry Reding - Jon Hunter - linux-tegra@vger.kernel.org - linux-arm-kernel@lists.infradead.org addressee: ARM SoC maintainers clk: to: - Michael Turquette - Stephen Boyd cc: - linux-clk@vger.kernel.org - linux-tegra@vger.kernel.org addressee: Mike, Stephen regulator: to: - Liam Girdwood - Mark Brown cc: - linux-kernel@vger.kernel.org cpuidle: to: - Rafael J. Wysocki - Daniel Lezcano cc: - linux-pm@vger.kernel.org - linux-tegra@vger.kernel.org addressee: Rafael, Daniel i2c: to: - Wolfram Sang cc: - linux-i2c@vger.kernel.org - linux-tegra@vger.kernel.org usb: to: - Greg Kroah-Hartman - Felipe Balbi cc: - linux-usb@vger.kernel.org - linux-tegra@vger.kernel.org addressee: Greg, Felipe phy: to: - Kishon Vijay Abraham I - Vinod Koul cc: - linux-phy@lists.infradead.org addressee: Kishon, Vinod memory: to: - Krzysztof Kozlowski cc: - linux-kernel@vger.kernel.org - linux-tegra@vger.kernel.org addressee: Krzysztof # local branches branches: for-next: remote: tegra dependencies: v6.5-rc1: remote: origin #for-6.4/arm/core: # remote: tegra # target: arm-soc # dependencies: # v6.3-rc1: # remote: origin for-6.6/soc: remote: tegra target: arm-soc merged: true dependencies: v6.5-rc1: remote: origin #for-6.5/firmware: # remote: tegra # target: arm-soc # dependencies: # v6.4-rc1: # remote: origin #for-6.2/clk: # remote: tegra # target: arm-soc # dependencies: # v6.1-rc1: # remote: origin # # for-6.2/firmware: # remote: tegra for-6.6/dt-bindings: remote: tegra target: arm-soc dependencies: v6.5-rc1: remote: origin tegra-for-6.6-dt-bindings: remote: tegra #for-6.5/memory: # remote: tegra # target: arm-soc # dependencies: # v6.4-rc1: # remote: origin # # for-6.5/dt-bindings: # remote: tegra #for-6.5/pci: # remote: tegra # target: arm-soc # dependencies: # v6.4-rc1: # remote: origin # # for-6.5/memory: # remote: tegra for-6.6/arm/dt: remote: tegra target: arm-soc merged: true dependencies: v6.5-rc1: remote: origin #for-5.20/arm/defconfig: # remote: tegra # target: arm-soc # dependencies: # v5.19-rc1: # remote: origin for-6.6/arm64/dt: remote: tegra target: arm-soc dependencies: v6.5-rc1: remote: origin tegra-for-6.6-arm64-dt: remote: tegra #for-6.4/arm64/defconfig: # remote: tegra # target: arm-soc # dependencies: # v6.3-rc1: # remote: origin # for-5.7/work: # remote: github # dependencies: # master: # remote: next builds: arm64: defconfig: branches: remotes: - tegra arm: tegra_defconfig: branches: remotes: - tegra multi_v7_defconfig: branches: remotes: - tegra # vim: ft=yaml et sts=2 sw=2 ts=2