From: Simon Horman <horms@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [GIT PULL] Renesas ARM SoC updates for v3.10 #2
Date: Wed, 03 Apr 2013 00:57:09 +0000 [thread overview]
Message-ID: <20130403005707.GA30263@verge.net.au> (raw)
In-Reply-To: <20130402202503.GC8015@quad.lixom.net>
On Tue, Apr 02, 2013 at 01:25:03PM -0700, Olof Johansson wrote:
> On Tue, Apr 02, 2013 at 02:06:56PM +0900, Simon Horman wrote:
> > Hi Arnd, Hi Olof,
> >
> > The following changes since commit 4c82e452732784419fd616cf1acf2bc9b004aae1:
> >
> > Merge tag 'renesas-intc-external-irq2-for-v3.10' into soc-base (2013-04-02 10:55:57 +0900)
> >
> > are available in the git repository at:
> >
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-soc2-for-v3.10
> >
> > for you to fetch changes up to 8585deb18580d04209a2986430aa0959ef38fce2:
> >
> > ARM: shmobile: r8a7790 SoC 64-bit DT support (2013-04-02 11:02:21 +0900)
> >
> > ----------------------------------------------------------------
> > Second round of Renesas ARM SoC updates for v3.10
> >
> > Some Highlights:
> >
> > * Add r8a7790 SoC
> > * Add r8a73a4 SoC
> > * Migrate r8a7740 SoC from INTC to GIC
> > * Add thermal driver support to r8a73a4 SoC
> > * Add irqpin DT nodes to sh73a0 SoC
> > * Add SCIF support to r8a7778 SoC
> >
> > This pull request is based on a merge of:
> > git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas renesas-soc-for-v3.10
> > git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas renesas-intc-external-irq2-for-v3.10
>
> Ugh. So, the irq branch depends on the old soc branch, and now this depends on
> the irq branch (and it is soc code). That's a circular dependency.
>
> I'll add this as a next/soc2 branch in arm-soc, but please think about these
> kind of circular dependencies in the future, and try to avoid them if you can
> by splitting the branch contents in separate topics if possible.
Sorry about that. I have been having a bit of trouble managing the
dependencies and some assumptions I made with earlier branches
turned out to be invalid as new patches came in. I'll try to be
more careful in future.
> Likewise, there's a bunch of patches in this branch such as the fixed
> divisor clock patches that could be considered cleanup. Not a big deal to
> group them with the soc code, but if you're already doing cleanup
> branches it'd be just as well to put them in those.
I'm not carrying any cleanup branches at this time.
I will keep in in mind for future patches of this nature.
prev parent reply other threads:[~2013-04-03 0:57 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-02 5:06 [GIT PULL] Renesas ARM SoC updates for v3.10 #2 Simon Horman
2013-04-02 5:06 ` [PATCH 01/30] ARM: shmobile: Initial r8a73a4 SoC support V3 Simon Horman
2013-04-02 5:06 ` [PATCH 02/30] ARM: shmobile: r8a73a4 SCIF " Simon Horman
2013-04-02 5:06 ` [PATCH 03/30] ARM: shmobile: r8a73a4 IRQC support V2 Simon Horman
2013-04-02 5:07 ` [PATCH 04/30] ARM: shmobile: r8a73a4 PFC support Simon Horman
2013-04-02 5:07 ` [PATCH 05/30] ARM: shmobile: sh73a0: wait for completion when kicking the clock Simon Horman
2013-04-02 5:07 ` [PATCH 06/30] ARM: shmobile: add R8A7778 basis support Simon Horman
2013-04-02 5:07 ` [PATCH 07/30] ARM: shmobile: r8a7778 SCIF support Simon Horman
2013-04-02 5:07 ` [PATCH 08/30] ARM: shmobile: sh73a0: add irqpin DT nodes Simon Horman
2013-04-02 5:07 ` [PATCH 09/30] ARM: shmobile: Disallow PINCTRL without GPIOLIB Simon Horman
2013-04-02 5:07 ` [PATCH 10/30] ARM: shmobile: r8a73a4: add thermal driver support Simon Horman
2013-04-02 5:07 ` [PATCH 11/30] ARM: shmobile: r8a7740: Migrate from INTC to GIC Simon Horman
2013-04-02 5:07 ` [PATCH 12/30] ARM: shmobile: sh73a0: add a TWD clock Simon Horman
2013-04-02 5:07 ` [PATCH 13/30] ARM: shmobile: sh73a0: remove DIV4_ZT* clocks Simon Horman
2013-04-02 5:07 ` [PATCH 14/30] ARM: shmobile: sh7372: " Simon Horman
2013-04-02 5:07 ` [PATCH 15/30] ARM: shmobile: add struct clk_ratio and fixed ratio clock macro Simon Horman
2013-04-02 5:07 ` [PATCH 16/30] ARM: shmobile: sh7372: use fixed ratio clock Simon Horman
2013-04-02 12:17 ` Sergei Shtylyov
2013-04-02 15:41 ` Arnd Bergmann
2013-04-02 5:07 ` [PATCH 17/30] ARM: shmobile: sh73a0: " Simon Horman
2013-04-02 5:07 ` [PATCH 18/30] ARM: shmobile: r8a7740: tidyup comment/implementation mismatch Simon Horman
2013-04-02 5:07 ` [PATCH 19/30] ARM: shmobile: r8a7740: use fixed ratio clock Simon Horman
2013-04-02 5:07 ` [PATCH 20/30] ARM: shmobile: r8a7779: remove DIV4 clocks and " Simon Horman
2013-04-02 5:07 ` [PATCH 21/30] ARM: shmobile: sh7372: move global functions to sh7372.h Simon Horman
2013-04-02 5:07 ` [PATCH 22/30] ARM: shmobile: sh73a0: move global functions to sh73a0.h Simon Horman
2013-04-02 5:07 ` [PATCH 23/30] ARM: shmobile: r8a7740: move global functions to r8a7740.h Simon Horman
2013-04-02 5:07 ` [PATCH 24/30] ARM: shmobile: r8a7779: move global functions to r8a7779.h Simon Horman
2013-04-02 5:07 ` [PATCH 25/30] ARM: shmobile: Initial r8a7790 SoC support Simon Horman
2013-04-02 5:07 ` [PATCH 26/30] ARM: shmobile: r8a7790 SCIF support Simon Horman
2013-04-02 5:07 ` [PATCH 27/30] ARM: shmobile: r8a7790 IRQC support Simon Horman
2013-04-02 5:07 ` [PATCH 28/30] ARM: shmobile: r8a7790 PFC support Simon Horman
2013-04-02 5:07 ` [PATCH 29/30] ARM: shmobile: r8a73a4 SoC 64-bit DT support Simon Horman
2013-04-02 5:07 ` [PATCH 30/30] ARM: shmobile: r8a7790 " Simon Horman
2013-04-02 20:25 ` [GIT PULL] Renesas ARM SoC updates for v3.10 #2 Olof Johansson
2013-04-03 0:57 ` Simon Horman [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130403005707.GA30263@verge.net.au \
--to=horms@verge.net.au \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox