From: u.kleine-koenig@pengutronix.de (Uwe Kleine-König)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/3] ARM: mx28evk: set a initial clock rate for saif
Date: Thu, 8 Sep 2011 10:56:18 +0200 [thread overview]
Message-ID: <20110908085618.GC28816@pengutronix.de> (raw)
In-Reply-To: <65EE16ACC360FA4D99C96DC085B3F77223E900@039-SN1MPN1-003.039d.mgd.msft.net>
Hello (must I say Dong or Aisheng here?)
On Thu, Sep 08, 2011 at 08:03:17AM +0000, Dong Aisheng-B29396 wrote:
> > -----Original Message-----
> > From: Uwe Kleine-K?nig [mailto:u.kleine-koenig at pengutronix.de]
> > Sent: Thursday, September 08, 2011 2:22 AM
> > To: Dong Aisheng-B29396
> > Cc: alsa-devel at alsa-project.org; s.hauer at pengutronix.de;
> > broonie at opensource.wolfsonmicro.com; lrg at ti.com; linux-arm-
> > kernel at lists.infradead.org; w.sang at pengutronix.de
> > Subject: Re: [PATCH v2 2/3] ARM: mx28evk: set a initial clock rate for
> > saif
> >
> > On Wed, Sep 07, 2011 at 09:57:37PM +0800, Dong Aisheng wrote:
> > > Signed-off-by: Dong Aisheng <b29396@freescale.com>
> > > Cc: Sascha Hauer <s.hauer@pengutronix.de>
> > > Cc: Wolfram Sang <w.sang@pengutronix.de>
> > > Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
> > > Cc: Liam Girdwood <lrg@ti.com>
> > >
> > > ---
> > > No changes since v1.
> > >
> > > Note this patch still needs another patch from Wolfram to work.
> > > I send out it in this series as
> > > [PATCH 3/3] arm: mxs: disable clock-gates when setting saif-clocks
> > If your patch 2 depends on patch 3 there is something fishy.
> Yes, because the original saif clk setting code has some issues
> Which can be fixed in patch 3.
So patch 3 should come before patch 2 in the series.
> > > As discussed with Wolfram, that patch may still have some later work
> > > to do. However, we just send out it for testers to work first.
> > > ---
> > > arch/arm/mach-mxs/clock-mx28.c | 9 +++++++++
> > > 1 files changed, 9 insertions(+), 0 deletions(-)
> > >
> > > diff --git a/arch/arm/mach-mxs/clock-mx28.c
> > > b/arch/arm/mach-mxs/clock-mx28.c index f0c7cb6..33cc2ff 100644
> > > --- a/arch/arm/mach-mxs/clock-mx28.c
> > > +++ b/arch/arm/mach-mxs/clock-mx28.c
> > > @@ -826,6 +826,15 @@ int __init mx28_clocks_init(void)
> > > clk_set_parent(&saif0_clk, &pll0_clk);
> > > clk_set_parent(&saif1_clk, &pll0_clk);
> > >
> > > + /*
> > > + * Set an initial clk rate for saif's internal logic to work
> > properly,
> > > + * this is especially for the saif working on EXTMASTER mode that
> > who
> > > + * uses other saif's BITCLK&LRCLK but it still needs a basic clk
> > which
> > > + * should be bigger enough for its internal logic.
> > This is not a proper (German) English sentence. Maybe this is better?:
> >
> > Set an initial clock rate for the saif internal logic to work
> > properly. This is important when working in EXTMASTER mode that
> > uses the other saif's BITCLK&LRCLK but it still needs a basic
> > clock which should be fast enough for the internal logic.
> Yes, I think it's better. :)
> I will change like that.
>
> > > + */
> > > + clk_set_rate(&saif0_clk, 24000000);
> > > + clk_set_rate(&saif1_clk, 24000000);
> > > +
> > Do you need to check for clk_set_rate returning -ESOMETHING here?
> Basically this rate setting will not fail in clock_init.
> I noticed arch/arm/mach-mx5/clock-mx51-mx53.c also used like this.
> Should I add an error checking here?
Probably it's OK as is then.
Uwe
--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | http://www.pengutronix.de/ |
next prev parent reply other threads:[~2011-09-08 8:56 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-07 13:57 [PATCH v2 0/3] ARM: mxs: add recording support for saif Dong Aisheng
2011-09-07 13:57 ` [PATCH v2 1/3] ARM: mx28evk: add platform data " Dong Aisheng
2011-09-07 18:18 ` Uwe Kleine-König
2011-09-08 7:52 ` Dong Aisheng-B29396
2011-09-09 13:41 ` Wolfram Sang
2011-09-10 14:08 ` Uwe Kleine-König
2011-09-07 13:57 ` [PATCH v2 2/3] ARM: mx28evk: set a initial clock rate " Dong Aisheng
2011-09-07 18:21 ` Uwe Kleine-König
2011-09-08 8:03 ` Dong Aisheng-B29396
2011-09-08 8:56 ` Uwe Kleine-König [this message]
2011-09-08 9:06 ` Dong Aisheng-B29396
2011-09-07 13:57 ` [PATCH v2 3/3] arm: mxs: disable clock-gates when setting saif-clocks Dong Aisheng
2011-09-07 18:24 ` Uwe Kleine-König
2011-09-08 8:24 ` Dong Aisheng-B29396
2011-09-09 13:42 ` Wolfram Sang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110908085618.GC28816@pengutronix.de \
--to=u.kleine-koenig@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).