From: Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
To: Peter De Schrijver
<pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Mike Turquette
<mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
Joseph Lo <josephl-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
Paul Walmsley <pwalmsley-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
Prashant Gaikwad
<pgaikwad-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 0/4] Introduce table driven initializations
Date: Tue, 03 Sep 2013 12:13:32 -0600 [thread overview]
Message-ID: <522626CC.70804@wwwdotorg.org> (raw)
In-Reply-To: <1378215105-12145-1-git-send-email-pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
On 09/03/2013 07:31 AM, Peter De Schrijver wrote:
> This patchset introduces a table driven initialization method for the
> audio, PMC and gate clocks. It's similar to the table we already have for
> the periph clocks.
I assume these patches will all go through Mike's clock tree for 3.13.
Aside from the one issue I mentioned, the series,
Acked-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
I assume this will be followed by changes to convert the Tegra20/30
clock drivers to be table-based too?
> 2 files changed, 455 insertions(+), 550 deletions(-)
That didn't work out as much of a line-count-reduction as I had naively
hoped. Are there any more large blocks of repetitive code left to be
converted?
WARNING: multiple messages have this Message-ID (diff)
From: swarren@wwwdotorg.org (Stephen Warren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] Introduce table driven initializations
Date: Tue, 03 Sep 2013 12:13:32 -0600 [thread overview]
Message-ID: <522626CC.70804@wwwdotorg.org> (raw)
In-Reply-To: <1378215105-12145-1-git-send-email-pdeschrijver@nvidia.com>
On 09/03/2013 07:31 AM, Peter De Schrijver wrote:
> This patchset introduces a table driven initialization method for the
> audio, PMC and gate clocks. It's similar to the table we already have for
> the periph clocks.
I assume these patches will all go through Mike's clock tree for 3.13.
Aside from the one issue I mentioned, the series,
Acked-by: Stephen Warren <swarren@nvidia.com>
I assume this will be followed by changes to convert the Tegra20/30
clock drivers to be table-based too?
> 2 files changed, 455 insertions(+), 550 deletions(-)
That didn't work out as much of a line-count-reduction as I had naively
hoped. Are there any more large blocks of repetitive code left to be
converted?
WARNING: multiple messages have this Message-ID (diff)
From: Stephen Warren <swarren@wwwdotorg.org>
To: Peter De Schrijver <pdeschrijver@nvidia.com>
Cc: linux-tegra@vger.kernel.org,
Mike Turquette <mturquette@linaro.org>,
Joseph Lo <josephl@nvidia.com>,
Paul Walmsley <pwalmsley@nvidia.com>,
Prashant Gaikwad <pgaikwad@nvidia.com>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/4] Introduce table driven initializations
Date: Tue, 03 Sep 2013 12:13:32 -0600 [thread overview]
Message-ID: <522626CC.70804@wwwdotorg.org> (raw)
In-Reply-To: <1378215105-12145-1-git-send-email-pdeschrijver@nvidia.com>
On 09/03/2013 07:31 AM, Peter De Schrijver wrote:
> This patchset introduces a table driven initialization method for the
> audio, PMC and gate clocks. It's similar to the table we already have for
> the periph clocks.
I assume these patches will all go through Mike's clock tree for 3.13.
Aside from the one issue I mentioned, the series,
Acked-by: Stephen Warren <swarren@nvidia.com>
I assume this will be followed by changes to convert the Tegra20/30
clock drivers to be table-based too?
> 2 files changed, 455 insertions(+), 550 deletions(-)
That didn't work out as much of a line-count-reduction as I had naively
hoped. Are there any more large blocks of repetitive code left to be
converted?
next prev parent reply other threads:[~2013-09-03 18:13 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-03 13:31 [PATCH 0/4] Introduce table driven initializations Peter De Schrijver
2013-09-03 13:31 ` Peter De Schrijver
2013-09-03 13:31 ` Peter De Schrijver
2013-09-03 13:31 ` [PATCH 1/4] clk: tegra: simplify periph clock data Peter De Schrijver
2013-09-03 13:31 ` Peter De Schrijver
2013-09-03 13:31 ` Peter De Schrijver
2013-09-03 13:31 ` [PATCH 2/4] clk: tegra: convert Tegra114 gate clocks to table Peter De Schrijver
2013-09-03 13:31 ` Peter De Schrijver
2013-09-03 13:31 ` Peter De Schrijver
[not found] ` <1378215105-12145-3-git-send-email-pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-09-03 18:10 ` Stephen Warren
2013-09-03 18:10 ` Stephen Warren
2013-09-03 18:10 ` Stephen Warren
2013-09-03 13:31 ` [PATCH 3/4] clk: tegra114: table driven audio clock init Peter De Schrijver
2013-09-03 13:31 ` Peter De Schrijver
2013-09-03 13:31 ` Peter De Schrijver
2013-09-03 13:31 ` [PATCH 4/4] clk: tegra114: table driven PMC " Peter De Schrijver
2013-09-03 13:31 ` Peter De Schrijver
2013-09-03 13:31 ` Peter De Schrijver
[not found] ` <1378215105-12145-5-git-send-email-pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-09-04 0:54 ` Joseph Lo
2013-09-04 0:54 ` Joseph Lo
2013-09-04 0:54 ` Joseph Lo
[not found] ` <1378215105-12145-1-git-send-email-pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-09-03 13:34 ` [PATCH 0/4] Introduce table driven initializations Peter De Schrijver
2013-09-03 13:34 ` Peter De Schrijver
2013-09-03 13:34 ` Peter De Schrijver
2013-09-03 18:13 ` Stephen Warren [this message]
2013-09-03 18:13 ` Stephen Warren
2013-09-03 18:13 ` Stephen Warren
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=522626CC.70804@wwwdotorg.org \
--to=swarren-3lzwwm7+weoh9zmkesr00q@public.gmane.org \
--cc=josephl-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
--cc=pgaikwad-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
--cc=pwalmsley-DDmLM1+adcrQT0dZR+AlfA@public.gmane.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.