Message ID | utyz9kg1v.wl%morimoto.kuninori@renesas.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
On Fri, Sep 11, 2009 at 06:05:00PM +0900, Kuninori Morimoto wrote: > > Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> > --- > .../mach-kfr2r09/mach/partner-jet-setup.txt | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/arch/sh/include/mach-kfr2r09/mach/partner-jet-setup.txt b/arch/sh/include/mach-kfr2r09/mach/partner-jet-setup.txt > index a19ac31..700e5ae 100644 > --- a/arch/sh/include/mach-kfr2r09/mach/partner-jet-setup.txt > +++ b/arch/sh/include/mach-kfr2r09/mach/partner-jet-setup.txt > @@ -27,6 +27,8 @@ ED 0xff800020, 0xa5a50001 > ED 0xfec10000, 0x0000001b > > LIST "setup clocks" > +LIST "To avoid the frequency of RF, PLL and FLL are changed" > +LIST "This frequency influences the reception sensitivity" > ED 0xa4150004, 0x00000050 > ED 0xa4150000, 0x91053508 > WAIT 1 I'm not really sure what you mean here. Do you mean to say that PLL and FLL are adjusted for optimal RF reception? -- 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
Dear Paul > > LIST "setup clocks" > > +LIST "To avoid the frequency of RF, PLL and FLL are changed" > > +LIST "This frequency influences the reception sensitivity" > > ED 0xa4150004, 0x00000050 > > ED 0xa4150000, 0x91053508 > > WAIT 1 > > I'm not really sure what you mean here. Do you mean to say that PLL and > FLL are adjusted for optimal RF reception? Yes. Best regards -- Kuninori Morimoto -- 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
On Fri, Sep 11, 2009 at 06:05:00PM +0900, Kuninori Morimoto wrote: > Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> > --- > .../mach-kfr2r09/mach/partner-jet-setup.txt | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) On Mon, Sep 14, 2009 at 08:22:31PM +0900, Kuninori Morimoto wrote: > This patch prevent USB1 interrupt immediately after re-boot > > Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> > --- > arch/sh/boards/mach-ecovec24/setup.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) On Mon, Sep 14, 2009 at 08:23:00PM +0900, Kuninori Morimoto wrote: > Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> > --- > arch/sh/boards/mach-ecovec24/setup.c | 52 ++++++++++++++++++++++++++++++++++ > 1 files changed, 52 insertions(+), 0 deletions(-) On Mon, Sep 14, 2009 at 08:23:16PM +0900, Kuninori Morimoto wrote: > this patch modify compile error > > Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> > --- > arch/sh/boards/mach-ecovec24/setup.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) On Tue, Sep 15, 2009 at 09:21:34AM +0900, Kuninori Morimoto wrote: > After KYCR2 is set, udelay might become necessary > when the connected KEY is few. > This patch add kycr2_delay for this problem. > > Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> > --- > v1 -> v2 > > add if (pdata->kycr2_delay) > > arch/sh/include/asm/sh_keysc.h | 1 + > drivers/input/keyboard/sh_keysc.c | 3 +++ > 2 files changed, 4 insertions(+), 0 deletions(-) All applied (with some minor changelog sanitization), thanks. -- 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
diff --git a/arch/sh/include/mach-kfr2r09/mach/partner-jet-setup.txt b/arch/sh/include/mach-kfr2r09/mach/partner-jet-setup.txt index a19ac31..700e5ae 100644 --- a/arch/sh/include/mach-kfr2r09/mach/partner-jet-setup.txt +++ b/arch/sh/include/mach-kfr2r09/mach/partner-jet-setup.txt @@ -27,6 +27,8 @@ ED 0xff800020, 0xa5a50001 ED 0xfec10000, 0x0000001b LIST "setup clocks" +LIST "To avoid the frequency of RF, PLL and FLL are changed" +LIST "This frequency influences the reception sensitivity" ED 0xa4150004, 0x00000050 ED 0xa4150000, 0x91053508 WAIT 1
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> --- .../mach-kfr2r09/mach/partner-jet-setup.txt | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)