public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM: tegra: fix include guard
@ 2014-06-11 19:53 Jeroen Hofstee
  2014-06-11 19:55 ` Stephen Warren
  0 siblings, 1 reply; 6+ messages in thread
From: Jeroen Hofstee @ 2014-06-11 19:53 UTC (permalink / raw)
  To: u-boot

cc: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
---
 include/configs/tegra-common-ums.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/tegra-common-ums.h b/include/configs/tegra-common-ums.h
index 7bd8960..578ca68 100644
--- a/include/configs/tegra-common-ums.h
+++ b/include/configs/tegra-common-ums.h
@@ -6,7 +6,7 @@
  */
 
 #ifndef _TEGRA_COMMON_UMS_H_
-#define _TEGRA_COMMON_UMS_H
+#define _TEGRA_COMMON_UMS_H_
 
 #ifndef CONFIG_SPL_BUILD
 /* USB gadget, and mass storage protocol */
-- 
1.8.3.2

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

* [U-Boot] [PATCH] ARM: tegra: fix include guard
  2014-06-11 19:53 [U-Boot] [PATCH] ARM: tegra: fix include guard Jeroen Hofstee
@ 2014-06-11 19:55 ` Stephen Warren
  2014-06-19 15:52   ` Stephen Warren
  0 siblings, 1 reply; 6+ messages in thread
From: Stephen Warren @ 2014-06-11 19:55 UTC (permalink / raw)
  To: u-boot

On 06/11/2014 01:53 PM, Jeroen Hofstee wrote:

> diff --git a/include/configs/tegra-common-ums.h b/include/configs/tegra-common-ums.h

>  #ifndef _TEGRA_COMMON_UMS_H_
> -#define _TEGRA_COMMON_UMS_H
> +#define _TEGRA_COMMON_UMS_H_

Acked-by: Stephen Warren <swarren@nvidia.com>

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

* [U-Boot] [PATCH] ARM: tegra: fix include guard
  2014-06-11 19:55 ` Stephen Warren
@ 2014-06-19 15:52   ` Stephen Warren
  2014-06-19 15:55     ` Tom Rini
  0 siblings, 1 reply; 6+ messages in thread
From: Stephen Warren @ 2014-06-19 15:52 UTC (permalink / raw)
  To: u-boot

On 06/11/2014 01:55 PM, Stephen Warren wrote:
> On 06/11/2014 01:53 PM, Jeroen Hofstee wrote:
> 
>> diff --git a/include/configs/tegra-common-ums.h b/include/configs/tegra-common-ums.h
> 
>>  #ifndef _TEGRA_COMMON_UMS_H_
>> -#define _TEGRA_COMMON_UMS_H
>> +#define _TEGRA_COMMON_UMS_H_
> 
> Acked-by: Stephen Warren <swarren@nvidia.com>

Has this been picked up? I wonder if TomR or TomW will do that?

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

* [U-Boot] [PATCH] ARM: tegra: fix include guard
  2014-06-19 15:52   ` Stephen Warren
@ 2014-06-19 15:55     ` Tom Rini
  2014-06-19 16:08       ` Tom Warren
  0 siblings, 1 reply; 6+ messages in thread
From: Tom Rini @ 2014-06-19 15:55 UTC (permalink / raw)
  To: u-boot

On Thu, Jun 19, 2014 at 09:52:53AM -0600, Stephen Warren wrote:

> On 06/11/2014 01:55 PM, Stephen Warren wrote:
> > On 06/11/2014 01:53 PM, Jeroen Hofstee wrote:
> > 
> >> diff --git a/include/configs/tegra-common-ums.h b/include/configs/tegra-common-ums.h
> > 
> >>  #ifndef _TEGRA_COMMON_UMS_H_
> >> -#define _TEGRA_COMMON_UMS_H
> >> +#define _TEGRA_COMMON_UMS_H_
> > 
> > Acked-by: Stephen Warren <swarren@nvidia.com>
> 
> Has this been picked up? I wonder if TomR or TomW will do that?

I tossed this towards Tom W in patchwork, got enough time left in the
release for one more PR at least :)

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140619/c73821da/attachment.pgp>

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

* [U-Boot] [PATCH] ARM: tegra: fix include guard
  2014-06-19 15:55     ` Tom Rini
@ 2014-06-19 16:08       ` Tom Warren
  2014-06-19 16:24         ` Tom Rini
  0 siblings, 1 reply; 6+ messages in thread
From: Tom Warren @ 2014-06-19 16:08 UTC (permalink / raw)
  To: u-boot

Just got back from vacation - I'll put it in u-boot-tegra/next. Should I send a PR to Albert so it goes up the chain in the usual manner? Or would you like to pull it directly once it's in u-boot-tegra?

--
nvpublic

> -----Original Message-----
> From: Tom Rini [mailto:tom.rini at gmail.com] On Behalf Of Tom Rini
> Sent: Thursday, June 19, 2014 8:56 AM
> To: Stephen Warren
> Cc: Tom Warren; u-boot at lists.denx.de; Jeroen Hofstee; Stephen Warren
> Subject: Re: [U-Boot] [PATCH] ARM: tegra: fix include guard
> 
> * PGP Signed by an unknown key
> 
> On Thu, Jun 19, 2014 at 09:52:53AM -0600, Stephen Warren wrote:
> 
> > On 06/11/2014 01:55 PM, Stephen Warren wrote:
> > > On 06/11/2014 01:53 PM, Jeroen Hofstee wrote:
> > >
> > >> diff --git a/include/configs/tegra-common-ums.h
> > >> b/include/configs/tegra-common-ums.h
> > >
> > >>  #ifndef _TEGRA_COMMON_UMS_H_
> > >> -#define _TEGRA_COMMON_UMS_H
> > >> +#define _TEGRA_COMMON_UMS_H_
> > >
> > > Acked-by: Stephen Warren <swarren@nvidia.com>
> >
> > Has this been picked up? I wonder if TomR or TomW will do that?
> 
> I tossed this towards Tom W in patchwork, got enough time left in the
> release for one more PR at least :)
> 
> --
> Tom
> 
> * Unknown Key
> * 0x94391D56

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

* [U-Boot] [PATCH] ARM: tegra: fix include guard
  2014-06-19 16:08       ` Tom Warren
@ 2014-06-19 16:24         ` Tom Rini
  0 siblings, 0 replies; 6+ messages in thread
From: Tom Rini @ 2014-06-19 16:24 UTC (permalink / raw)
  To: u-boot

On Thu, Jun 19, 2014 at 09:08:08AM -0700, Tom Warren wrote:

> Just got back from vacation - I'll put it in u-boot-tegra/next. Should I send a PR to Albert so it goes up the chain in the usual manner? Or would you like to pull it directly once it's in u-boot-tegra?

It's a trivial enough patch that I'm fine with it coming in for this
release, via Albert as usual.  Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140619/49f2a8cd/attachment.pgp>

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

end of thread, other threads:[~2014-06-19 16:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-11 19:53 [U-Boot] [PATCH] ARM: tegra: fix include guard Jeroen Hofstee
2014-06-11 19:55 ` Stephen Warren
2014-06-19 15:52   ` Stephen Warren
2014-06-19 15:55     ` Tom Rini
2014-06-19 16:08       ` Tom Warren
2014-06-19 16:24         ` Tom Rini

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