* [PATCH v3 4/5] ARM: shmobile: r8a7790: don't use external clock for SCIFs
@ 2013-05-31 15:57 Ulrich Hecht
2013-06-11 7:51 ` Simon Horman
2013-06-12 8:18 ` Simon Horman
0 siblings, 2 replies; 3+ messages in thread
From: Ulrich Hecht @ 2013-05-31 15:57 UTC (permalink / raw)
To: linux-sh
This is an external component and may or may not be there, while the
internal clock always works.
Signed-off-by: Ulrich Hecht <ulrich.hecht@gmail.com>
---
arch/arm/mach-shmobile/setup-r8a7790.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-shmobile/setup-r8a7790.c b/arch/arm/mach-shmobile/setup-r8a7790.c
index 5b7a770..a380bdc 100644
--- a/arch/arm/mach-shmobile/setup-r8a7790.c
+++ b/arch/arm/mach-shmobile/setup-r8a7790.c
@@ -96,7 +96,7 @@ void __init r8a7790_pinmux_init(void)
[index] = { \
SCIF_COMMON(PORT_SCIF, baseaddr, irq), \
.scbrr_algo_id = SCBRR_ALGO_2, \
- .scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1, \
+ .scscr = SCSCR_RE | SCSCR_TE, \
}
#define HSCIF_DATA(index, baseaddr, irq) \
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v3 4/5] ARM: shmobile: r8a7790: don't use external clock for SCIFs
2013-05-31 15:57 [PATCH v3 4/5] ARM: shmobile: r8a7790: don't use external clock for SCIFs Ulrich Hecht
@ 2013-06-11 7:51 ` Simon Horman
2013-06-12 8:18 ` Simon Horman
1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2013-06-11 7:51 UTC (permalink / raw)
To: linux-sh
On Fri, May 31, 2013 at 05:57:04PM +0200, Ulrich Hecht wrote:
> This is an external component and may or may not be there, while the
> internal clock always works.
Thanks, I have queued this up in the soc2 branch.
My current plan is to let that branch sit in next for a few
days and then send a pull-request for it to be included in v3.11.
>
> Signed-off-by: Ulrich Hecht <ulrich.hecht@gmail.com>
> ---
> arch/arm/mach-shmobile/setup-r8a7790.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-shmobile/setup-r8a7790.c b/arch/arm/mach-shmobile/setup-r8a7790.c
> index 5b7a770..a380bdc 100644
> --- a/arch/arm/mach-shmobile/setup-r8a7790.c
> +++ b/arch/arm/mach-shmobile/setup-r8a7790.c
> @@ -96,7 +96,7 @@ void __init r8a7790_pinmux_init(void)
> [index] = { \
> SCIF_COMMON(PORT_SCIF, baseaddr, irq), \
> .scbrr_algo_id = SCBRR_ALGO_2, \
> - .scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1, \
> + .scscr = SCSCR_RE | SCSCR_TE, \
> }
>
> #define HSCIF_DATA(index, baseaddr, irq) \
> --
> 1.7.10.4
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v3 4/5] ARM: shmobile: r8a7790: don't use external clock for SCIFs
2013-05-31 15:57 [PATCH v3 4/5] ARM: shmobile: r8a7790: don't use external clock for SCIFs Ulrich Hecht
2013-06-11 7:51 ` Simon Horman
@ 2013-06-12 8:18 ` Simon Horman
1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2013-06-12 8:18 UTC (permalink / raw)
To: linux-sh
On Tue, Jun 11, 2013 at 04:51:37PM +0900, Simon Horman wrote:
> On Fri, May 31, 2013 at 05:57:04PM +0200, Ulrich Hecht wrote:
> > This is an external component and may or may not be there, while the
> > internal clock always works.
>
> Thanks, I have queued this up in the soc2 branch.
> My current plan is to let that branch sit in next for a few
> days and then send a pull-request for it to be included in v3.11.
I have moved it to the sh-sci branch to satisfy dependencies
without rebasing soc2.
>
> >
> > Signed-off-by: Ulrich Hecht <ulrich.hecht@gmail.com>
> > ---
> > arch/arm/mach-shmobile/setup-r8a7790.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/arch/arm/mach-shmobile/setup-r8a7790.c b/arch/arm/mach-shmobile/setup-r8a7790.c
> > index 5b7a770..a380bdc 100644
> > --- a/arch/arm/mach-shmobile/setup-r8a7790.c
> > +++ b/arch/arm/mach-shmobile/setup-r8a7790.c
> > @@ -96,7 +96,7 @@ void __init r8a7790_pinmux_init(void)
> > [index] = { \
> > SCIF_COMMON(PORT_SCIF, baseaddr, irq), \
> > .scbrr_algo_id = SCBRR_ALGO_2, \
> > - .scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1, \
> > + .scscr = SCSCR_RE | SCSCR_TE, \
> > }
> >
> > #define HSCIF_DATA(index, baseaddr, irq) \
> > --
> > 1.7.10.4
> >
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> >
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-06-12 8:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-31 15:57 [PATCH v3 4/5] ARM: shmobile: r8a7790: don't use external clock for SCIFs Ulrich Hecht
2013-06-11 7:51 ` Simon Horman
2013-06-12 8:18 ` Simon Horman
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).