aboutsummaryrefslogtreecommitdiffstats
path: root/tegra-branches.yaml
blob: 23b871fbbb2726cca18491ded954951e4f14d406 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
# 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 <thierry.reding@gmail.com>
      - Jon Hunter <jonathanh@nvidia.com>
      - linux-tegra@vger.kernel.org
      - linux-arm-kernel@lists.infradead.org
    addressee: ARM SoC maintainers
  clk:
    to:
      - Michael Turquette <mturquette@baylibre.com>
      - Stephen Boyd <sboyd@kernel.org>
    cc:
      - linux-clk@vger.kernel.org
      - linux-tegra@vger.kernel.org
    addressee: Mike, Stephen
  regulator:
    to:
      - Liam Girdwood <lgirdwood@gmail.com>
      - Mark Brown <broonie@kernel.org>
    cc:
      - linux-kernel@vger.kernel.org
  cpuidle:
    to:
      - Rafael J. Wysocki <rjw@rjwysocki.net>
      - Daniel Lezcano <daniel.lezcano@linaro.org>
    cc:
      - linux-pm@vger.kernel.org
      - linux-tegra@vger.kernel.org
    addressee: Rafael, Daniel
  i2c:
    to:
      - Wolfram Sang <wsa@the-dreams.de>
    cc:
      - linux-i2c@vger.kernel.org
      - linux-tegra@vger.kernel.org
  usb:
    to:
      - Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      - Felipe Balbi <balbi@kernel.org>
    cc:
      - linux-usb@vger.kernel.org
      - linux-tegra@vger.kernel.org
    addressee: Greg, Felipe
  phy:
    to:
      - Kishon Vijay Abraham I <kishon@ti.com>
      - Vinod Koul <vkoul@kernel.org>
    cc:
      - linux-phy@lists.infradead.org
    addressee: Kishon, Vinod
  memory:
    to:
      - Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
    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