All of lore.kernel.org
 help / color / mirror / Atom feed
* Tegra for-next branch status check
@ 2012-04-23 21:21 ` Stephen Warren
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Warren @ 2012-04-23 21:21 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, ARM kernel mailing list

Arnd, Olof,

Could I please ask you to take a quick look at Tegra's git repo:

git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git

... and double-check the construction of all the for-3.5 branches. I've
tended to mostly put stuff in topic branches rather than separating
things into the perhaps more typical soc/drivers/dt branches. Is this
scheme going to work out OK?

Note a couple dependencies in there:

for-3.5/gpio-pinmux-dependency is a copy of pinctrl's "base" tag.

for-3.5/gpio-pinmux depends on for-3.5/gpio-pinmux-dependency

for-3.5/tegra30-audio and for-3.5/usb-ulpi both depend on
for-3.5/gpio-pinmux.

Thanks for any feedback.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Tegra for-next branch status check
@ 2012-04-23 21:21 ` Stephen Warren
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Warren @ 2012-04-23 21:21 UTC (permalink / raw)
  To: linux-arm-kernel

Arnd, Olof,

Could I please ask you to take a quick look at Tegra's git repo:

git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git

... and double-check the construction of all the for-3.5 branches. I've
tended to mostly put stuff in topic branches rather than separating
things into the perhaps more typical soc/drivers/dt branches. Is this
scheme going to work out OK?

Note a couple dependencies in there:

for-3.5/gpio-pinmux-dependency is a copy of pinctrl's "base" tag.

for-3.5/gpio-pinmux depends on for-3.5/gpio-pinmux-dependency

for-3.5/tegra30-audio and for-3.5/usb-ulpi both depend on
for-3.5/gpio-pinmux.

Thanks for any feedback.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Tegra for-next branch status check
  2012-04-23 21:21 ` Stephen Warren
@ 2012-04-25 18:21     ` Olof Johansson
  -1 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2012-04-25 18:21 UTC (permalink / raw)
  To: Stephen Warren
  Cc: Arnd Bergmann, linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	ARM kernel mailing list

Hi,

On Mon, Apr 23, 2012 at 2:21 PM, Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> wrote:
> Arnd, Olof,
>
> Could I please ask you to take a quick look at Tegra's git repo:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
>
> ... and double-check the construction of all the for-3.5 branches. I've
> tended to mostly put stuff in topic branches rather than separating
> things into the perhaps more typical soc/drivers/dt branches. Is this
> scheme going to work out OK?
>
> Note a couple dependencies in there:
>
> for-3.5/gpio-pinmux-dependency is a copy of pinctrl's "base" tag.
>
> for-3.5/gpio-pinmux depends on for-3.5/gpio-pinmux-dependency
>
> for-3.5/tegra30-audio and for-3.5/usb-ulpi both depend on
> for-3.5/gpio-pinmux.
>
> Thanks for any feedback.

Looks good. Keeping the changes per topic like that works well,
especially in cases where the cross-dependencies don't get too heavy
(and they are not at this time). Even though we will aggregate them to
fewer branches in arm-soc, getting them sent up as shorter topic
branches is great.

If you wanted to separate things out a bit more between soc and board
changes, you could split off some of the top commits from the topic
branches to a secondary board branch. But given that most of tegra now
is just two DT boards, there's no real need to keep those few commits
separated out.


-Olof

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Tegra for-next branch status check
@ 2012-04-25 18:21     ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2012-04-25 18:21 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On Mon, Apr 23, 2012 at 2:21 PM, Stephen Warren <swarren@wwwdotorg.org> wrote:
> Arnd, Olof,
>
> Could I please ask you to take a quick look at Tegra's git repo:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
>
> ... and double-check the construction of all the for-3.5 branches. I've
> tended to mostly put stuff in topic branches rather than separating
> things into the perhaps more typical soc/drivers/dt branches. Is this
> scheme going to work out OK?
>
> Note a couple dependencies in there:
>
> for-3.5/gpio-pinmux-dependency is a copy of pinctrl's "base" tag.
>
> for-3.5/gpio-pinmux depends on for-3.5/gpio-pinmux-dependency
>
> for-3.5/tegra30-audio and for-3.5/usb-ulpi both depend on
> for-3.5/gpio-pinmux.
>
> Thanks for any feedback.

Looks good. Keeping the changes per topic like that works well,
especially in cases where the cross-dependencies don't get too heavy
(and they are not at this time). Even though we will aggregate them to
fewer branches in arm-soc, getting them sent up as shorter topic
branches is great.

If you wanted to separate things out a bit more between soc and board
changes, you could split off some of the top commits from the topic
branches to a secondary board branch. But given that most of tegra now
is just two DT boards, there's no real need to keep those few commits
separated out.


-Olof

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-04-25 18:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-23 21:21 Tegra for-next branch status check Stephen Warren
2012-04-23 21:21 ` Stephen Warren
     [not found] ` <4F95C7C9.30205-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-04-25 18:21   ` Olof Johansson
2012-04-25 18:21     ` Olof Johansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.