All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] powerpc: dtc: remove obsolete .gitignore entries
@ 2011-03-12 16:44 Wolfram Sang
  2011-03-30  8:05 ` Wolfram Sang
  2011-03-31 15:58 ` Grant Likely
  0 siblings, 2 replies; 5+ messages in thread
From: Wolfram Sang @ 2011-03-12 16:44 UTC (permalink / raw)
  To: linuxppc-dev

dtc was moved and .gitignores have been added to the new location. So, we can
delete the old, forgotten ones.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
---
 arch/powerpc/boot/.gitignore         |    1 -
 arch/powerpc/boot/dtc-src/.gitignore |    3 ---
 2 files changed, 0 insertions(+), 4 deletions(-)
 delete mode 100644 arch/powerpc/boot/dtc-src/.gitignore

diff --git a/arch/powerpc/boot/.gitignore b/arch/powerpc/boot/.gitignore
index 3d80c3e..12da77e 100644
--- a/arch/powerpc/boot/.gitignore
+++ b/arch/powerpc/boot/.gitignore
@@ -1,5 +1,4 @@
 addnote
-dtc
 empty.c
 hack-coff
 infblock.c
diff --git a/arch/powerpc/boot/dtc-src/.gitignore b/arch/powerpc/boot/dtc-src/.gitignore
deleted file mode 100644
index a7c3f94..0000000
--- a/arch/powerpc/boot/dtc-src/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-dtc-lexer.lex.c
-dtc-parser.tab.c
-dtc-parser.tab.h
-- 
1.7.2.3

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

* Re: [PATCH] powerpc: dtc: remove obsolete .gitignore entries
  2011-03-12 16:44 [PATCH] powerpc: dtc: remove obsolete .gitignore entries Wolfram Sang
@ 2011-03-30  8:05 ` Wolfram Sang
  2011-03-31 15:58 ` Grant Likely
  1 sibling, 0 replies; 5+ messages in thread
From: Wolfram Sang @ 2011-03-30  8:05 UTC (permalink / raw)
  To: linuxppc-dev

[-- Attachment #1: Type: text/plain, Size: 1312 bytes --]

On Sat, Mar 12, 2011 at 05:44:10PM +0100, Wolfram Sang wrote:
> dtc was moved and .gitignores have been added to the new location. So, we can
> delete the old, forgotten ones.
> 
> Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>

Ping. Is this one more for Ben or more for Grant?

> ---
>  arch/powerpc/boot/.gitignore         |    1 -
>  arch/powerpc/boot/dtc-src/.gitignore |    3 ---
>  2 files changed, 0 insertions(+), 4 deletions(-)
>  delete mode 100644 arch/powerpc/boot/dtc-src/.gitignore
> 
> diff --git a/arch/powerpc/boot/.gitignore b/arch/powerpc/boot/.gitignore
> index 3d80c3e..12da77e 100644
> --- a/arch/powerpc/boot/.gitignore
> +++ b/arch/powerpc/boot/.gitignore
> @@ -1,5 +1,4 @@
>  addnote
> -dtc
>  empty.c
>  hack-coff
>  infblock.c
> diff --git a/arch/powerpc/boot/dtc-src/.gitignore b/arch/powerpc/boot/dtc-src/.gitignore
> deleted file mode 100644
> index a7c3f94..0000000
> --- a/arch/powerpc/boot/dtc-src/.gitignore
> +++ /dev/null
> @@ -1,3 +0,0 @@
> -dtc-lexer.lex.c
> -dtc-parser.tab.c
> -dtc-parser.tab.h
> -- 
> 1.7.2.3
> 

-- 
Pengutronix e.K.                           | Wolfram Sang                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [PATCH] powerpc: dtc: remove obsolete .gitignore entries
  2011-03-12 16:44 [PATCH] powerpc: dtc: remove obsolete .gitignore entries Wolfram Sang
  2011-03-30  8:05 ` Wolfram Sang
@ 2011-03-31 15:58 ` Grant Likely
  2011-06-08 20:49   ` Wolfram Sang
  1 sibling, 1 reply; 5+ messages in thread
From: Grant Likely @ 2011-03-31 15:58 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linuxppc-dev

On Sat, Mar 12, 2011 at 05:44:10PM +0100, Wolfram Sang wrote:
> dtc was moved and .gitignores have been added to the new location. So, we can
> delete the old, forgotten ones.
> 
> Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>

It's Ben's jurisdiction, but I've picked it up into my
devicetree/merge branch anyway.  If I don't hear from Ben either way
then I'll push it out to Linus next week.

g.

> ---
>  arch/powerpc/boot/.gitignore         |    1 -
>  arch/powerpc/boot/dtc-src/.gitignore |    3 ---
>  2 files changed, 0 insertions(+), 4 deletions(-)
>  delete mode 100644 arch/powerpc/boot/dtc-src/.gitignore
> 
> diff --git a/arch/powerpc/boot/.gitignore b/arch/powerpc/boot/.gitignore
> index 3d80c3e..12da77e 100644
> --- a/arch/powerpc/boot/.gitignore
> +++ b/arch/powerpc/boot/.gitignore
> @@ -1,5 +1,4 @@
>  addnote
> -dtc
>  empty.c
>  hack-coff
>  infblock.c
> diff --git a/arch/powerpc/boot/dtc-src/.gitignore b/arch/powerpc/boot/dtc-src/.gitignore
> deleted file mode 100644
> index a7c3f94..0000000
> --- a/arch/powerpc/boot/dtc-src/.gitignore
> +++ /dev/null
> @@ -1,3 +0,0 @@
> -dtc-lexer.lex.c
> -dtc-parser.tab.c
> -dtc-parser.tab.h
> -- 
> 1.7.2.3
> 
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/linuxppc-dev

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

* Re: [PATCH] powerpc: dtc: remove obsolete .gitignore entries
  2011-03-31 15:58 ` Grant Likely
@ 2011-06-08 20:49   ` Wolfram Sang
  2011-06-08 22:16     ` Grant Likely
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfram Sang @ 2011-06-08 20:49 UTC (permalink / raw)
  To: Grant Likely; +Cc: linuxppc-dev

[-- Attachment #1: Type: text/plain, Size: 734 bytes --]

On Thu, Mar 31, 2011 at 09:58:34AM -0600, Grant Likely wrote:
> On Sat, Mar 12, 2011 at 05:44:10PM +0100, Wolfram Sang wrote:
> > dtc was moved and .gitignores have been added to the new location. So, we can
> > delete the old, forgotten ones.
> > 
> > Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
> > Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
> 
> It's Ben's jurisdiction, but I've picked it up into my
> devicetree/merge branch anyway.  If I don't hear from Ben either way
> then I'll push it out to Linus next week.

I can't find it there?

-- 
Pengutronix e.K.                           | Wolfram Sang                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [PATCH] powerpc: dtc: remove obsolete .gitignore entries
  2011-06-08 20:49   ` Wolfram Sang
@ 2011-06-08 22:16     ` Grant Likely
  0 siblings, 0 replies; 5+ messages in thread
From: Grant Likely @ 2011-06-08 22:16 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linuxppc-dev

On Wed, Jun 08, 2011 at 10:49:47PM +0200, Wolfram Sang wrote:
> On Thu, Mar 31, 2011 at 09:58:34AM -0600, Grant Likely wrote:
> > On Sat, Mar 12, 2011 at 05:44:10PM +0100, Wolfram Sang wrote:
> > > dtc was moved and .gitignores have been added to the new location. So, we can
> > > delete the old, forgotten ones.
> > > 
> > > Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
> > > Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
> > 
> > It's Ben's jurisdiction, but I've picked it up into my
> > devicetree/merge branch anyway.  If I don't hear from Ben either way
> > then I'll push it out to Linus next week.
> 
> I can't find it there?

Arg, I lost it.  I just pushed it out to devicetree/next

g.

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

end of thread, other threads:[~2011-06-08 22:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-12 16:44 [PATCH] powerpc: dtc: remove obsolete .gitignore entries Wolfram Sang
2011-03-30  8:05 ` Wolfram Sang
2011-03-31 15:58 ` Grant Likely
2011-06-08 20:49   ` Wolfram Sang
2011-06-08 22:16     ` Grant Likely

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.