* ARM: mach-bcm dt updates for 3.15
@ 2014-03-06 6:36 Matt Porter
2014-03-11 20:25 ` Olof Johansson
0 siblings, 1 reply; 3+ messages in thread
From: Matt Porter @ 2014-03-06 6:36 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 6d0abeca3242a88cab8232e4acd7e2bf088f3bc2:
Linux 3.14-rc3 (2014-02-16 13:30:25 -0800)
are available in the git repository at:
git://github.com/broadcom/mach-bcm tags/armsoc/for-3.15/dt
for you to fetch changes up to a33705ee8a8af40bbaa379e4567ca451c38fc0d6:
ARM: dts: remove bcm11351-brt.dts (2014-03-05 01:28:56 -0500)
----------------------------------------------------------------
ARM: mach-bcm dt updates for 3.15
- add BCM4708 dt support
- remove bcm11351-brt
- bcm281xx common clock support
----------------------------------------------------------------
Alex Elder (1):
ARM: dts: bcm281xx: define real clocks
Hauke Mehrtens (1):
ARM: BCM5301X: add dts files for BCM4708 SoC
Matt Porter (1):
ARM: dts: remove bcm11351-brt.dts
Tim Kryger (1):
ARM: dts: Leave sdio1 as disabled on bcm28155-ap
arch/arm/boot/dts/Makefile | 4 +-
arch/arm/boot/dts/bcm11351-brt.dts | 54 --------
arch/arm/boot/dts/bcm11351.dtsi | 192 ++++++++++++++++++++--------
arch/arm/boot/dts/bcm28155-ap.dts | 5 -
arch/arm/boot/dts/bcm4708-netgear-r6250.dts | 35 +++++
arch/arm/boot/dts/bcm4708.dtsi | 34 +++++
arch/arm/boot/dts/bcm5301x.dtsi | 95 ++++++++++++++
7 files changed, 306 insertions(+), 113 deletions(-)
delete mode 100644 arch/arm/boot/dts/bcm11351-brt.dts
create mode 100644 arch/arm/boot/dts/bcm4708-netgear-r6250.dts
create mode 100644 arch/arm/boot/dts/bcm4708.dtsi
create mode 100644 arch/arm/boot/dts/bcm5301x.dtsi
^ permalink raw reply [flat|nested] 3+ messages in thread
* ARM: mach-bcm dt updates for 3.15
2014-03-06 6:36 ARM: mach-bcm dt updates for 3.15 Matt Porter
@ 2014-03-11 20:25 ` Olof Johansson
2014-03-11 22:15 ` Matt Porter
0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2014-03-11 20:25 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Mar 06, 2014 at 01:36:05AM -0500, Matt Porter wrote:
> The following changes since commit 6d0abeca3242a88cab8232e4acd7e2bf088f3bc2:
>
> Linux 3.14-rc3 (2014-02-16 13:30:25 -0800)
>
> are available in the git repository at:
>
> git://github.com/broadcom/mach-bcm tags/armsoc/for-3.15/dt
>
> for you to fetch changes up to a33705ee8a8af40bbaa379e4567ca451c38fc0d6:
>
> ARM: dts: remove bcm11351-brt.dts (2014-03-05 01:28:56 -0500)
>
> ----------------------------------------------------------------
> ARM: mach-bcm dt updates for 3.15
>
> - add BCM4708 dt support
> - remove bcm11351-brt
> - bcm281xx common clock support
Merged, but I thought you said that the driver peices of common clock
were a prereq for the DT changes? I didn't see this branch based on the
driver changes. The only way to guarantee that the driver changes are
applied before the DT ones are at all times is to base the two branches
on each other (I.e. otherwise you might land on a location where only
the DT change is applied when you bisect).
This isn't super-critical in this case; the only person subjected to
this problem right now is likely you, so I've merged it anyway. Keep
it in mind in the future though -- it's one of the quirks of git that
takes a while to get used to.
-Olof
^ permalink raw reply [flat|nested] 3+ messages in thread
* ARM: mach-bcm dt updates for 3.15
2014-03-11 20:25 ` Olof Johansson
@ 2014-03-11 22:15 ` Matt Porter
0 siblings, 0 replies; 3+ messages in thread
From: Matt Porter @ 2014-03-11 22:15 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Mar 11, 2014 at 01:25:34PM -0700, Olof Johansson wrote:
> On Thu, Mar 06, 2014 at 01:36:05AM -0500, Matt Porter wrote:
> > The following changes since commit 6d0abeca3242a88cab8232e4acd7e2bf088f3bc2:
> >
> > Linux 3.14-rc3 (2014-02-16 13:30:25 -0800)
> >
> > are available in the git repository at:
> >
> > git://github.com/broadcom/mach-bcm tags/armsoc/for-3.15/dt
> >
> > for you to fetch changes up to a33705ee8a8af40bbaa379e4567ca451c38fc0d6:
> >
> > ARM: dts: remove bcm11351-brt.dts (2014-03-05 01:28:56 -0500)
> >
> > ----------------------------------------------------------------
> > ARM: mach-bcm dt updates for 3.15
> >
> > - add BCM4708 dt support
> > - remove bcm11351-brt
> > - bcm281xx common clock support
>
> Merged, but I thought you said that the driver peices of common clock
> were a prereq for the DT changes? I didn't see this branch based on the
> driver changes. The only way to guarantee that the driver changes are
> applied before the DT ones are at all times is to base the two branches
> on each other (I.e. otherwise you might land on a location where only
> the DT change is applied when you bisect).
Yes, that's correct...and, ok I see now.
> This isn't super-critical in this case; the only person subjected to
> this problem right now is likely you, so I've merged it anyway. Keep
> it in mind in the future though -- it's one of the quirks of git that
> takes a while to get used to.
Ok, understood, I'll be sure to properly base these in the future. I
have an upcoming similar case with a second soc pull request that will
be based on both cleanups and soc that will do it correctly, hopefully.
Thanks,
Matt
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-11 22:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-06 6:36 ARM: mach-bcm dt updates for 3.15 Matt Porter
2014-03-11 20:25 ` Olof Johansson
2014-03-11 22:15 ` Matt Porter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).