From: Tomeu Vizoso <tomeu.vizoso@collabora.com>
To: Ulf Hansson <ulf.hansson@linaro.org>
Cc: "Andrew Lunn" <andrew@lunn.ch>,
alsa-devel@alsa-project.org,
"Prashant Gaikwad" <pgaikwad@nvidia.com>,
"Tony Lindgren" <tony@atomide.com>,
"Tomasz Figa" <t.figa@samsung.com>,
"Liam Girdwood" <lgirdwood@gmail.com>,
"Thierry Reding" <thierry.reding@gmail.com>,
"Paul Mackerras" <paulus@samba.org>,
"Sylwester Nawrocki" <s.nawrocki@samsung.com>,
"Daniel Walker" <dwalker@fifo99.com>,
linux-arch@vger.kernel.org,
"Boris Brezillon" <boris.brezillon@free-electrons.com>,
linux-samsung-soc <linux-samsung-soc@vger.kernel.org>,
"Kukjin Kim" <kgene.kim@samsung.com>,
"Mike Turquette" <mturquette@linaro.org>,
"Emilio López" <emilio@elopez.com.ar>,
"Takashi Iwai" <tiwai@suse.de>,
"Michal Simek" <michal.simek@xilinx.com>,
"Kyungmin Park" <kyungmin.park@samsung.com>,
"Kevin Hilman" <khilman@deeprootsystems.com>,
linux-omap <linux-omap@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
patches@opensource.wolfsonmicro.com,
"Viresh Kumar" <viresh.linux@gmail.com>,
"David Brown" <davidb@codeaurora.org>,
"Anatolij Gustschin" <agust@denx.de>,
"Dinh Nguyen" <dinguyen@altera.com>,
"Sebastian Hesselbarth" <sebastian.hesselbarth@gmail.com>,
"Jason Cooper" <jason@lakedaemon.net>,
"Arnd Bergmann" <arnd@arndb.de>,
"Stephen Warren" <swarren@wwwdotorg.org>,
"linux-arm-msm@vger.kernel.org" <linux-arm-msm@vger.kernel.org>,
spear-devel@list.st.com, "Barry Song" <baohua@kernel.org>,
"Mark Brown" <broonie@kernel.org>,
linux-rpi-kernel@lists.infradead.org,
"Ben Dooks" <ben-linux@fluff.org>,
"linux-tegra@vger.kernel.org" <linux-tegra@vger.kernel.org>,
"Russell King" <linux@arm.linux.org.uk>,
"Jaroslav Kysela" <perex@perex.cz>,
"Sascha Hauer" <kernel@pengutronix.de>,
"Shawn Guo" <shawn.guo@freescale.com>,
"Paul Walmsley" <paul@pwsan.com>,
"Peter De Schrijver" <pdeschrijver@nvidia.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
rabin@rab.in, "Bryan Huntsman" <bryanh@codeaurora.org>,
"Santosh Shilimkar" <santosh.shilimkar@ti.com>,
"Benoît Cousson" <bcousson@baylibre.com>,
"Maxime Ripard" <maxime.ripard@free-electrons.com>,
linux-media@vger.kernel.org,
"linuxppc-dev@lists.ozlabs.org" <linuxppc-dev@lists.ozlabs.org>,
"Mauro Carvalho Chehab" <m.chehab@samsung.com>
Subject: Re: [PATCH v8 3/7] clk: Move all drivers to use internal API
Date: Wed, 03 Sep 2014 14:59:38 +0200 [thread overview]
Message-ID: <540710BA.60108@collabora.com> (raw)
In-Reply-To: <CAPDyKFq2vzUT+NSkC8ZTau=sbFW_frpQ+paLM_EsYLyp_5ivag@mail.gmail.com>
On 09/02/2014 09:13 AM, Ulf Hansson wrote:
> On 1 September 2014 17:32, Tomeu Vizoso <tomeu.vizoso@collabora.com> wrote:
>> In preparation to change the public API to return a per-user clk structure,
>> remove any usage of this public API from the clock implementations.
>>
>> The reason for having this in a separate commit from the one that introduces
>> the implementation of the new functions is to separate the changes generated
>> with Coccinelle from the rest, and keep the patches' size reasonable.
>>
>> Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
>> Tested-by: Boris Brezillon <boris.brezillon@free-electrons.com>
>> Tested-by: Heiko Stuebner <heiko@sntech.de>
>> Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
>
> Hi Tomeu,
>
> Huh, what a patch. :-) Great work you are doing here!
Thanks!
> By just looking at the ux500 changes, I realize that you now have
> removed the dependency to "struct clk", thus we shouldn't include the
> header file linux/clk.h in any file located in driver/clk/ux500/*,
> right!?
>
> I suppose this comment may also applicable for others than the ux500
> clk driver, but haven't checked.
You are right. I have gone ahead and removed the include from all files
that are fed to the coccinelle script. Everything builds fine in all
configurations I have tested, so I will be adding it to v9.
Thanks for the idea,
Tomeu
> Kind regards
> Uffe
>
prev parent reply other threads:[~2014-09-03 12:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1409585377-26091-1-git-send-email-tomeu.vizoso@collabora.com>
2014-09-01 15:32 ` [PATCH v8 3/7] clk: Move all drivers to use internal API Tomeu Vizoso
2014-09-02 7:13 ` Ulf Hansson
2014-09-03 12:59 ` Tomeu Vizoso [this message]
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=540710BA.60108@collabora.com \
--to=tomeu.vizoso@collabora.com \
--cc=agust@denx.de \
--cc=alsa-devel@alsa-project.org \
--cc=andrew@lunn.ch \
--cc=arnd@arndb.de \
--cc=baohua@kernel.org \
--cc=bcousson@baylibre.com \
--cc=ben-linux@fluff.org \
--cc=boris.brezillon@free-electrons.com \
--cc=broonie@kernel.org \
--cc=bryanh@codeaurora.org \
--cc=davidb@codeaurora.org \
--cc=dinguyen@altera.com \
--cc=dwalker@fifo99.com \
--cc=emilio@elopez.com.ar \
--cc=jason@lakedaemon.net \
--cc=kernel@pengutronix.de \
--cc=kgene.kim@samsung.com \
--cc=khilman@deeprootsystems.com \
--cc=kyungmin.park@samsung.com \
--cc=lgirdwood@gmail.com \
--cc=linux-arch@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux-rpi-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=m.chehab@samsung.com \
--cc=maxime.ripard@free-electrons.com \
--cc=michal.simek@xilinx.com \
--cc=mturquette@linaro.org \
--cc=patches@opensource.wolfsonmicro.com \
--cc=paul@pwsan.com \
--cc=paulus@samba.org \
--cc=pdeschrijver@nvidia.com \
--cc=perex@perex.cz \
--cc=pgaikwad@nvidia.com \
--cc=rabin@rab.in \
--cc=s.nawrocki@samsung.com \
--cc=santosh.shilimkar@ti.com \
--cc=sebastian.hesselbarth@gmail.com \
--cc=shawn.guo@freescale.com \
--cc=spear-devel@list.st.com \
--cc=swarren@wwwdotorg.org \
--cc=t.figa@samsung.com \
--cc=thierry.reding@gmail.com \
--cc=tiwai@suse.de \
--cc=tony@atomide.com \
--cc=ulf.hansson@linaro.org \
--cc=viresh.linux@gmail.com \
/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).