* [PATCH] dt-binding: mfd: as3722: correct macro name
@ 2014-06-09 8:31 Laxman Dewangan
2014-06-17 20:11 ` Lee Jones
0 siblings, 1 reply; 2+ messages in thread
From: Laxman Dewangan @ 2014-06-09 8:31 UTC (permalink / raw)
To: lee.jones
Cc: swarren, mark.rutland, devicetree, linux-kernel, dwillemsen,
Laxman Dewangan
The macro name for enable3 pin is named as AS3722_EXT_CONTROL_PIN_ENABLE2
which is conflict with the enable2 pin.
Correct this macro name to correctly reflect the enable pin i.e.
AS3722_EXT_CONTROL_PIN_ENABLE3.
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reported-by: Dan Willemsen <dwillemsen@nvidia.com>
---
include/dt-bindings/mfd/as3722.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/dt-bindings/mfd/as3722.h b/include/dt-bindings/mfd/as3722.h
index 0e69256..e66c089 100644
--- a/include/dt-bindings/mfd/as3722.h
+++ b/include/dt-bindings/mfd/as3722.h
@@ -13,7 +13,7 @@
/* External control pins */
#define AS3722_EXT_CONTROL_PIN_ENABLE1 1
#define AS3722_EXT_CONTROL_PIN_ENABLE2 2
-#define AS3722_EXT_CONTROL_PIN_ENABLE2 3
+#define AS3722_EXT_CONTROL_PIN_ENABLE3 3
/* Interrupt numbers for AS3722 */
#define AS3722_IRQ_LID 0
--
1.8.1.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] dt-binding: mfd: as3722: correct macro name
2014-06-09 8:31 [PATCH] dt-binding: mfd: as3722: correct macro name Laxman Dewangan
@ 2014-06-17 20:11 ` Lee Jones
0 siblings, 0 replies; 2+ messages in thread
From: Lee Jones @ 2014-06-17 20:11 UTC (permalink / raw)
To: Laxman Dewangan
Cc: swarren, mark.rutland, devicetree, linux-kernel, dwillemsen
On Mon, 09 Jun 2014, Laxman Dewangan wrote:
> The macro name for enable3 pin is named as AS3722_EXT_CONTROL_PIN_ENABLE2
> which is conflict with the enable2 pin.
>
> Correct this macro name to correctly reflect the enable pin i.e.
> AS3722_EXT_CONTROL_PIN_ENABLE3.
>
> Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
> Reported-by: Dan Willemsen <dwillemsen@nvidia.com>
> ---
> include/dt-bindings/mfd/as3722.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
> diff --git a/include/dt-bindings/mfd/as3722.h b/include/dt-bindings/mfd/as3722.h
> index 0e69256..e66c089 100644
> --- a/include/dt-bindings/mfd/as3722.h
> +++ b/include/dt-bindings/mfd/as3722.h
> @@ -13,7 +13,7 @@
> /* External control pins */
> #define AS3722_EXT_CONTROL_PIN_ENABLE1 1
> #define AS3722_EXT_CONTROL_PIN_ENABLE2 2
> -#define AS3722_EXT_CONTROL_PIN_ENABLE2 3
> +#define AS3722_EXT_CONTROL_PIN_ENABLE3 3
>
> /* Interrupt numbers for AS3722 */
> #define AS3722_IRQ_LID 0
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-17 20:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-09 8:31 [PATCH] dt-binding: mfd: as3722: correct macro name Laxman Dewangan
2014-06-17 20:11 ` Lee Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).