public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: lee.jones@linaro.org (Lee Jones)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 05/13] ARM: ux500: Apply a ste-* prefix onto snowball.dts
Date: Thu, 22 Aug 2013 08:18:43 +0100	[thread overview]
Message-ID: <20130822071843.GA22023@lee--X1> (raw)
In-Reply-To: <CAOesGMgZYFgwAhVCc-ObnxcmGTLTM-Zk27Dh7r1_p646ULWHeg@mail.gmail.com>

On Wed, 21 Aug 2013, Olof Johansson wrote:

> On Wed, Aug 21, 2013 at 3:37 PM, Linus Walleij <linus.walleij@linaro.org> wrote:
> > On Wed, Aug 21, 2013 at 2:31 AM, Olof Johansson <olof@lixom.net> wrote:
> >
> >>> diff --git a/arch/arm/boot/dts/snowball.dts b/arch/arm/boot/dts/ste-snowball.dts
> >>> similarity index 100%
> >>> rename from arch/arm/boot/dts/snowball.dts
> >>> rename to arch/arm/boot/dts/ste-snowball.dts
> >>
> >> Grmbl, grmbl, grmbl. This now breaks any script that knows to use
> >> snowball.dtb. :(
> >>
> >> It's good to get the prefixes added, but it's annoying to have to deal
> >> with both during an overlap period. Maybe generate both dtb filenames
> >> for a while but rename the source?
> >
> > Hm I had the same problem but changed my Makefile
> > (scripts are too simple for me) like this:
> >
> >  dtb            := $(build_dir)/arch/arm/boot/dts/ste-hrefv60plus.dtb
> > +fallbackdtb    := $(build_dir)/arch/arm/boot/dts/hrefv60plus.dtb
> > (...)
> > -       cat $(dtb) >> $(output_dir)/zImage
> > +       if [ -f arch/arm/boot/dts/hrefv60plus.dts ] ; then \
> > +           cat $(fallbackdtb) >> $(output_dir)/zImage ; echo "fallback" ; \
> > +       else \
> > +           cat $(dtb) >> $(output_dir)/zImage ; \
> > +       fi
> 
> Sure, working around it is trivial. I just did a:
>    - at cp $</arch/arm/boot/dts/ste-snowball.dtb $</arch/arm/boot/dts/snowball.dtb
> 
> But the point is that everybody needs to do something like that now,
> which is unfortunate.

Well with only ~5 active users it's probably not that much of a big
deal anyway, but I'm still interested to know what the alternative is?

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org ? Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

  reply	other threads:[~2013-08-22  7:18 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-19 14:13 [PATCH 00/13] ARM: ux500: Misc Device Tree patches Lee Jones
2013-07-19 14:13 ` [PATCH 01/13] ARM: ux500: Remove Toshiba TC35892 I/O Expander's DT entry from Snowball's DTS Lee Jones
2013-08-07 13:28   ` Linus Walleij
2013-07-19 14:13 ` [PATCH 02/13] ARM: ux500: Remove Snowball DTS entry for National Semiconductor LP5521 LED chip Lee Jones
2013-08-07 13:29   ` Linus Walleij
2013-07-19 14:13 ` [PATCH 03/13] ARM: ux500: Remove Snowball DTS entry for TPS61052 chip Lee Jones
2013-08-07 13:30   ` Linus Walleij
2013-07-19 14:13 ` [PATCH 04/13] ARM: ux500: Remove Snowball DTS entry for ROHM BH1780GLI ambient light sensor Lee Jones
2013-08-07 13:31   ` Linus Walleij
2013-07-19 14:13 ` [PATCH 05/13] ARM: ux500: Apply a ste-* prefix onto snowball.dts Lee Jones
2013-08-21  0:31   ` Olof Johansson
2013-08-21  8:21     ` Lee Jones
2013-08-21 22:37     ` Linus Walleij
2013-08-21 23:22       ` Olof Johansson
2013-08-22  7:18         ` Lee Jones [this message]
2013-07-19 14:13 ` [PATCH 06/13] ARM: ux500: Apply a ste-* prefix onto ccu8540.dts Lee Jones
2013-07-19 14:13 ` [PATCH 07/13] ARM: ux500: Apply a ste-* prefix onto ccu9540.dts Lee Jones
2013-07-19 14:13 ` [PATCH 08/13] ARM: ux500: Apply a ste-* prefix onto href.dtsi Lee Jones
2013-07-19 14:13 ` [PATCH 09/13] ARM: ux500: Apply a ste-* prefix onto hrefprev60.dts Signed-off-by: Lee Jones <lee.jones@linaro.org> Lee Jones
2013-07-19 14:13 ` [PATCH 10/13] ARM: ux500: Apply a ste-* prefix onto hrefv60plus.dts Lee Jones
2013-07-19 14:13 ` [PATCH 11/13] ARM: ux500: Apply a ste-* prefix onto stuib.dtsi Lee Jones
2013-07-19 14:13 ` [PATCH 12/13] ARM: ux500: Apply a ste-* prefix onto dbx5x0.dtsi Lee Jones
2013-07-19 14:13 ` [PATCH 13/13] ARM: ux500: Remove u9540.dts as it's been replaced Lee Jones
2013-08-07 13:48   ` Linus Walleij

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=20130822071843.GA22023@lee--X1 \
    --to=lee.jones@linaro.org \
    --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