All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: tegra: add port FF to GPIO ID's
@ 2013-11-18 13:10 ` Laxman Dewangan
  0 siblings, 0 replies; 6+ messages in thread
From: Laxman Dewangan @ 2013-11-18 13:10 UTC (permalink / raw)
  To: rob.herring-bsGFqQB8/DxBDgjK7y7TUQ
  Cc: pawel.moll-5wv7dgnIgG8, mark.rutland-5wv7dgnIgG8,
	swarren-3lzwWm7+Weoh9ZMKESR00Q, devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Ashwini Ghuge,
	Laxman Dewangan

From: Ashwini Ghuge <aghuge-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

NVIDIA Tegra124 supports has the new gpio port as GPIO_FF.
Add the macro for this port name.

Signed-off-by: Ashwini Ghuge <aghuge-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
Signed-off-by: Laxman Dewangan <ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
 include/dt-bindings/gpio/tegra-gpio.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/dt-bindings/gpio/tegra-gpio.h b/include/dt-bindings/gpio/tegra-gpio.h
index 4d179c0..197dc28 100644
--- a/include/dt-bindings/gpio/tegra-gpio.h
+++ b/include/dt-bindings/gpio/tegra-gpio.h
@@ -43,6 +43,7 @@
 #define TEGRA_GPIO_BANK_ID_CC 28
 #define TEGRA_GPIO_BANK_ID_DD 29
 #define TEGRA_GPIO_BANK_ID_EE 30
+#define TEGRA_GPIO_BANK_ID_FF 31
 
 #define TEGRA_GPIO(bank, offset) \
 	((TEGRA_GPIO_BANK_ID_##bank * 8) + offset)
-- 
1.7.1.1

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

* [PATCH] ARM: tegra: add port FF to GPIO ID's
@ 2013-11-18 13:10 ` Laxman Dewangan
  0 siblings, 0 replies; 6+ messages in thread
From: Laxman Dewangan @ 2013-11-18 13:10 UTC (permalink / raw)
  To: rob.herring
  Cc: pawel.moll, mark.rutland, swarren, devicetree, linux-tegra,
	linux-kernel, Ashwini Ghuge, Laxman Dewangan

From: Ashwini Ghuge <aghuge@nvidia.com>

NVIDIA Tegra124 supports has the new gpio port as GPIO_FF.
Add the macro for this port name.

Signed-off-by: Ashwini Ghuge <aghuge@nvidia.com>
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
---
 include/dt-bindings/gpio/tegra-gpio.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/dt-bindings/gpio/tegra-gpio.h b/include/dt-bindings/gpio/tegra-gpio.h
index 4d179c0..197dc28 100644
--- a/include/dt-bindings/gpio/tegra-gpio.h
+++ b/include/dt-bindings/gpio/tegra-gpio.h
@@ -43,6 +43,7 @@
 #define TEGRA_GPIO_BANK_ID_CC 28
 #define TEGRA_GPIO_BANK_ID_DD 29
 #define TEGRA_GPIO_BANK_ID_EE 30
+#define TEGRA_GPIO_BANK_ID_FF 31
 
 #define TEGRA_GPIO(bank, offset) \
 	((TEGRA_GPIO_BANK_ID_##bank * 8) + offset)
-- 
1.7.1.1


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

* Re: [PATCH] ARM: tegra: add port FF to GPIO ID's
  2013-11-18 13:10 ` Laxman Dewangan
@ 2013-11-18 15:05     ` Thierry Reding
  -1 siblings, 0 replies; 6+ messages in thread
From: Thierry Reding @ 2013-11-18 15:05 UTC (permalink / raw)
  To: Laxman Dewangan
  Cc: rob.herring-bsGFqQB8/DxBDgjK7y7TUQ, pawel.moll-5wv7dgnIgG8,
	mark.rutland-5wv7dgnIgG8, swarren-3lzwWm7+Weoh9ZMKESR00Q,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Ashwini Ghuge

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

On Mon, Nov 18, 2013 at 06:40:41PM +0530, Laxman Dewangan wrote:
> From: Ashwini Ghuge <aghuge-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> 
> NVIDIA Tegra124 supports has the new gpio port as GPIO_FF.
> Add the macro for this port name.
> 
> Signed-off-by: Ashwini Ghuge <aghuge-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> Signed-off-by: Laxman Dewangan <ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> ---
>  include/dt-bindings/gpio/tegra-gpio.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)

I've had the same patch in my local tree for a week, but was holding
back on sending it until the merge window closes. Anyway:

	Reviewed-by: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

And I suppose I could add:

	Acked-by: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

depending on who wants to take this patch. Traditionally I think
Stephen's taken them through the Tegra tree, since these files are
highly Tegra-specific.

Thierry

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

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

* Re: [PATCH] ARM: tegra: add port FF to GPIO ID's
@ 2013-11-18 15:05     ` Thierry Reding
  0 siblings, 0 replies; 6+ messages in thread
From: Thierry Reding @ 2013-11-18 15:05 UTC (permalink / raw)
  To: Laxman Dewangan
  Cc: rob.herring, pawel.moll, mark.rutland, swarren, devicetree,
	linux-tegra, linux-kernel, Ashwini Ghuge

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

On Mon, Nov 18, 2013 at 06:40:41PM +0530, Laxman Dewangan wrote:
> From: Ashwini Ghuge <aghuge@nvidia.com>
> 
> NVIDIA Tegra124 supports has the new gpio port as GPIO_FF.
> Add the macro for this port name.
> 
> Signed-off-by: Ashwini Ghuge <aghuge@nvidia.com>
> Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
> ---
>  include/dt-bindings/gpio/tegra-gpio.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)

I've had the same patch in my local tree for a week, but was holding
back on sending it until the merge window closes. Anyway:

	Reviewed-by: Thierry Reding <treding@nvidia.com>

And I suppose I could add:

	Acked-by: Thierry Reding <treding@nvidia.com>

depending on who wants to take this patch. Traditionally I think
Stephen's taken them through the Tegra tree, since these files are
highly Tegra-specific.

Thierry

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

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

* Re: [PATCH] ARM: tegra: add port FF to GPIO ID's
  2013-11-18 13:10 ` Laxman Dewangan
@ 2013-12-04 19:37     ` Stephen Warren
  -1 siblings, 0 replies; 6+ messages in thread
From: Stephen Warren @ 2013-12-04 19:37 UTC (permalink / raw)
  To: Laxman Dewangan, rob.herring-bsGFqQB8/DxBDgjK7y7TUQ
  Cc: pawel.moll-5wv7dgnIgG8, mark.rutland-5wv7dgnIgG8,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Ashwini Ghuge

On 11/18/2013 06:10 AM, Laxman Dewangan wrote:
> NVIDIA Tegra124 supports has the new gpio port as GPIO_FF.
> Add the macro for this port name.

I've applied this to Tegra's for-3.14/dt branch.

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

* Re: [PATCH] ARM: tegra: add port FF to GPIO ID's
@ 2013-12-04 19:37     ` Stephen Warren
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Warren @ 2013-12-04 19:37 UTC (permalink / raw)
  To: Laxman Dewangan, rob.herring
  Cc: pawel.moll, mark.rutland, devicetree, linux-tegra, linux-kernel,
	Ashwini Ghuge

On 11/18/2013 06:10 AM, Laxman Dewangan wrote:
> NVIDIA Tegra124 supports has the new gpio port as GPIO_FF.
> Add the macro for this port name.

I've applied this to Tegra's for-3.14/dt branch.


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

end of thread, other threads:[~2013-12-04 19:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-18 13:10 [PATCH] ARM: tegra: add port FF to GPIO ID's Laxman Dewangan
2013-11-18 13:10 ` Laxman Dewangan
     [not found] ` <1384780241-31639-1-git-send-email-ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-11-18 15:05   ` Thierry Reding
2013-11-18 15:05     ` Thierry Reding
2013-12-04 19:37   ` Stephen Warren
2013-12-04 19:37     ` Stephen Warren

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.