linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] arm: mxc: move IOMUX_CONFIG_SION definition to iomux-v3.h
@ 2011-01-06 11:05 Richard Zhao
  2011-01-07  9:21 ` Richard Zhao
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Zhao @ 2011-01-06 11:05 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Richard Zhao <richard.zhao@freescale.com>
---
 arch/arm/plat-mxc/include/mach/iomux-mx53.h |    1 -
 arch/arm/plat-mxc/include/mach/iomux-v3.h   |    1 +
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/plat-mxc/include/mach/iomux-mx53.h b/arch/arm/plat-mxc/include/mach/iomux-mx53.h
index 5deee01..2673007 100644
--- a/arch/arm/plat-mxc/include/mach/iomux-mx53.h
+++ b/arch/arm/plat-mxc/include/mach/iomux-mx53.h
@@ -34,7 +34,6 @@ typedef enum iomux_config {
 	IOMUX_CONFIG_ALT6,
 	IOMUX_CONFIG_ALT7,
 	IOMUX_CONFIG_GPIO, /* added to help user use GPIO mode */
-	IOMUX_CONFIG_SION = 0x1 << 4, /* LOOPBACK:MUX SION bit */
 } iomux_pin_cfg_t;
 
 /* These 2 defines are for pins that may not have a mux register, but could
diff --git a/arch/arm/plat-mxc/include/mach/iomux-v3.h b/arch/arm/plat-mxc/include/mach/iomux-v3.h
index 2277b01..82620af 100644
--- a/arch/arm/plat-mxc/include/mach/iomux-v3.h
+++ b/arch/arm/plat-mxc/include/mach/iomux-v3.h
@@ -105,6 +105,7 @@ typedef u64 iomux_v3_cfg_t;
 #define PAD_CTL_SRE_FAST		(1 << 0)
 #define PAD_CTL_SRE_SLOW		(0 << 0)
 
+#define IOMUX_CONFIG_SION		(0x1 << 4)
 
 #define MX51_NUM_GPIO_PORT	4
 
-- 
1.6.3.3

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

* [PATCH 1/1] arm: mxc: move IOMUX_CONFIG_SION definition to iomux-v3.h
  2011-01-06 11:05 [PATCH 1/1] arm: mxc: move IOMUX_CONFIG_SION definition to iomux-v3.h Richard Zhao
@ 2011-01-07  9:21 ` Richard Zhao
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Zhao @ 2011-01-07  9:21 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Sascha,
On Thu, Jan 6, 2011 at 7:05 PM, Richard Zhao <richard.zhao@freescale.com> wrote:
> Signed-off-by: Richard Zhao <richard.zhao@freescale.com>
Will you accept this patch?

Thanks
Richard
> ---
> ?arch/arm/plat-mxc/include/mach/iomux-mx53.h | ? ?1 -
> ?arch/arm/plat-mxc/include/mach/iomux-v3.h ? | ? ?1 +
> ?2 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/plat-mxc/include/mach/iomux-mx53.h b/arch/arm/plat-mxc/include/mach/iomux-mx53.h
> index 5deee01..2673007 100644
> --- a/arch/arm/plat-mxc/include/mach/iomux-mx53.h
> +++ b/arch/arm/plat-mxc/include/mach/iomux-mx53.h
> @@ -34,7 +34,6 @@ typedef enum iomux_config {
> ? ? ? ?IOMUX_CONFIG_ALT6,
> ? ? ? ?IOMUX_CONFIG_ALT7,
> ? ? ? ?IOMUX_CONFIG_GPIO, /* added to help user use GPIO mode */
> - ? ? ? IOMUX_CONFIG_SION = 0x1 << 4, /* LOOPBACK:MUX SION bit */
> ?} iomux_pin_cfg_t;
>
> ?/* These 2 defines are for pins that may not have a mux register, but could
> diff --git a/arch/arm/plat-mxc/include/mach/iomux-v3.h b/arch/arm/plat-mxc/include/mach/iomux-v3.h
> index 2277b01..82620af 100644
> --- a/arch/arm/plat-mxc/include/mach/iomux-v3.h
> +++ b/arch/arm/plat-mxc/include/mach/iomux-v3.h
> @@ -105,6 +105,7 @@ typedef u64 iomux_v3_cfg_t;
> ?#define PAD_CTL_SRE_FAST ? ? ? ? ? ? ? (1 << 0)
> ?#define PAD_CTL_SRE_SLOW ? ? ? ? ? ? ? (0 << 0)
>
> +#define IOMUX_CONFIG_SION ? ? ? ? ? ? ?(0x1 << 4)
>
> ?#define MX51_NUM_GPIO_PORT ? ? 4
>
> --
> 1.6.3.3
>
>
>

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

end of thread, other threads:[~2011-01-07  9:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-06 11:05 [PATCH 1/1] arm: mxc: move IOMUX_CONFIG_SION definition to iomux-v3.h Richard Zhao
2011-01-07  9:21 ` Richard Zhao

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).