From: Jon Hunter <jonathanh@nvidia.com>
To: Aapo Vienamo <avienamo@nvidia.com>,
Peter De Schrijver <pdeschrijver@nvidia.com>
Cc: Prashant Gaikwad <pgaikwad@nvidia.com>,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>,
Thierry Reding <thierry.reding@gmail.com>,
linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org,
linux-tegra@vger.kernel.org
Subject: Re: [PATCH v5 1/4] clk: tegra: Fix includes required by fence_udelay()
Date: Thu, 12 Jul 2018 11:11:14 +0100 [thread overview]
Message-ID: <5332f15c-65ae-5a70-577f-6125715233e6@nvidia.com> (raw)
In-Reply-To: <1531319965-19689-2-git-send-email-avienamo@nvidia.com>
On 11/07/18 15:39, Aapo Vienamo wrote:
> Add the missing linux/delay.h include statement for udelay() used by
> fence_udelay() macro.
>
> Signed-off-by: Aapo Vienamo <avienamo@nvidia.com>
> Acked-by: Peter De Schrijver <pdeschrijver@nvidia.com>
> ---
> drivers/clk/tegra/clk.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/clk/tegra/clk.h b/drivers/clk/tegra/clk.h
> index e1f8846..e3b9c22 100644
> --- a/drivers/clk/tegra/clk.h
> +++ b/drivers/clk/tegra/clk.h
> @@ -19,6 +19,7 @@
>
> #include <linux/clk-provider.h>
> #include <linux/clkdev.h>
> +#include <linux/delay.h>
>
> /**
> * struct tegra_clk_sync_source - external clock source from codec
Acked-by: Jon Hunter <jonathanh@nvidia.com>
Cheers
Jon
--
nvpublic
next prev parent reply other threads:[~2018-07-12 10:11 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-11 14:39 [PATCH v5 0/4] Multiplex sdmmc low jitter clock path Aapo Vienamo
2018-07-11 14:39 ` [PATCH v5 1/4] clk: tegra: Fix includes required by fence_udelay() Aapo Vienamo
2018-07-12 10:11 ` Jon Hunter [this message]
2018-07-11 14:39 ` [PATCH v5 2/4] clk: tegra: refactor 7.1 div calculation Aapo Vienamo
2018-07-12 10:14 ` Jon Hunter
2018-07-11 14:39 ` [PATCH v5 3/4] clk: tegra: Add sdmmc mux divider clock Aapo Vienamo
2018-07-12 10:52 ` Jon Hunter
2018-07-12 11:20 ` Peter De Schrijver
2018-07-12 11:32 ` Jon Hunter
2018-07-11 14:39 ` [PATCH v5 4/4] clk: tegra: make sdmmc2 and sdmmc4 as sdmmc clocks Aapo Vienamo
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=5332f15c-65ae-5a70-577f-6125715233e6@nvidia.com \
--to=jonathanh@nvidia.com \
--cc=avienamo@nvidia.com \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=pdeschrijver@nvidia.com \
--cc=pgaikwad@nvidia.com \
--cc=sboyd@kernel.org \
--cc=thierry.reding@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