mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: Remove orphaned i.MX27 DT template
@ 2014-06-05 17:32 Alexander Shiyan
  2014-06-06  4:36 ` Sascha Hauer
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Shiyan @ 2014-06-05 17:32 UTC (permalink / raw)
  To: barebox

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 arch/arm/dts/imx27.dtsi | 11 -----------
 1 file changed, 11 deletions(-)
 delete mode 100644 arch/arm/dts/imx27.dtsi

diff --git a/arch/arm/dts/imx27.dtsi b/arch/arm/dts/imx27.dtsi
deleted file mode 100644
index 49a0ddf..0000000
--- a/arch/arm/dts/imx27.dtsi
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
- * Copyright 2012 Sascha Hauer, Pengutronix
- *
- * The code contained herein is licensed under the GNU General Public
- * License. You may obtain a copy of the GNU General Public License
- * Version 2 or later at the following locations:
- *
- * http://www.opensource.org/licenses/gpl-license.html
- * http://www.gnu.org/copyleft/gpl.html
- */
-#include <arm/imx27.dtsi>
-- 
1.8.5.5


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH] ARM: dts: Remove orphaned i.MX27 DT template
  2014-06-05 17:32 [PATCH] ARM: dts: Remove orphaned i.MX27 DT template Alexander Shiyan
@ 2014-06-06  4:36 ` Sascha Hauer
  2014-06-06 11:51   ` Alexander Shiyan
  0 siblings, 1 reply; 4+ messages in thread
From: Sascha Hauer @ 2014-06-06  4:36 UTC (permalink / raw)
  To: Alexander Shiyan; +Cc: barebox

On Thu, Jun 05, 2014 at 09:32:35PM +0400, Alexander Shiyan wrote:
> Signed-off-by: Alexander Shiyan <shc_work@mail.ru>

Applied, thanks

Sascha


> ---
>  arch/arm/dts/imx27.dtsi | 11 -----------
>  1 file changed, 11 deletions(-)
>  delete mode 100644 arch/arm/dts/imx27.dtsi
> 
> diff --git a/arch/arm/dts/imx27.dtsi b/arch/arm/dts/imx27.dtsi
> deleted file mode 100644
> index 49a0ddf..0000000
> --- a/arch/arm/dts/imx27.dtsi
> +++ /dev/null
> @@ -1,11 +0,0 @@
> -/*
> - * Copyright 2012 Sascha Hauer, Pengutronix
> - *
> - * The code contained herein is licensed under the GNU General Public
> - * License. You may obtain a copy of the GNU General Public License
> - * Version 2 or later at the following locations:
> - *
> - * http://www.opensource.org/licenses/gpl-license.html
> - * http://www.gnu.org/copyleft/gpl.html
> - */
> -#include <arm/imx27.dtsi>
> -- 
> 1.8.5.5
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH] ARM: dts: Remove orphaned i.MX27 DT template
  2014-06-06  4:36 ` Sascha Hauer
@ 2014-06-06 11:51   ` Alexander Shiyan
  2014-06-11  6:28     ` Sascha Hauer
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Shiyan @ 2014-06-06 11:51 UTC (permalink / raw)
  To: Sascha Hauer; +Cc: barebox

Fri, 6 Jun 2014 06:36:50 +0200 от Sascha Hauer <s.hauer@pengutronix.de>:
> On Thu, Jun 05, 2014 at 09:32:35PM +0400, Alexander Shiyan wrote:
> > Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
> 
> Applied, thanks

Supplementary question.
What's the plan to update dts branch?
Can you update this branch together with the new release or the way it is?

---

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH] ARM: dts: Remove orphaned i.MX27 DT template
  2014-06-06 11:51   ` Alexander Shiyan
@ 2014-06-11  6:28     ` Sascha Hauer
  0 siblings, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2014-06-11  6:28 UTC (permalink / raw)
  To: Alexander Shiyan; +Cc: barebox

Hi Alexander,

On Fri, Jun 06, 2014 at 03:51:01PM +0400, Alexander Shiyan wrote:
> Fri, 6 Jun 2014 06:36:50 +0200 от Sascha Hauer <s.hauer@pengutronix.de>:
> > On Thu, Jun 05, 2014 at 09:32:35PM +0400, Alexander Shiyan wrote:
> > > Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
> > 
> > Applied, thanks
> 
> Supplementary question.
> What's the plan to update dts branch?
> Can you update this branch together with the new release or the way it is?

My plan is (although it is not set in stone):

For every Kernel rc release merge the dts into barebox-next.

I don't want to merge directly into barebox-master so that we don't get
surprises in the master branch. This means that it can happen that we
end up with a dts from a rc1 Kernel in a barebox release which is not so
nice. I'll see what to do when this actually happens.

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2014-06-11  6:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-05 17:32 [PATCH] ARM: dts: Remove orphaned i.MX27 DT template Alexander Shiyan
2014-06-06  4:36 ` Sascha Hauer
2014-06-06 11:51   ` Alexander Shiyan
2014-06-11  6:28     ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox