From: Thierry Reding <thierry.reding@gmail.com>
To: Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@codeaurora.org>
Cc: linux-clk@vger.kernel.org, linux-tegra@vger.kernel.org
Subject: Re: [GIT PULL] clk: tegra: Changes for v4.15-rc1
Date: Mon, 23 Oct 2017 09:39:20 +0200 [thread overview]
Message-ID: <20171023073920.GA3802@ulmo> (raw)
In-Reply-To: <20171020121412.10527-1-thierry.reding@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1454 bytes --]
On Fri, Oct 20, 2017 at 02:14:12PM +0200, Thierry Reding wrote:
> Hi Michael, Stephen,
>
> The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:
>
> Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.15-clk
>
> for you to fetch changes up to e4e2519df9928ae923205759176599969f344cd4:
>
> clk: tegra: Use readl_relaxed_poll_timeout_atomic() in tegra210_clock_init() (2017-10-20 13:37:45 +0200)
>
> Note that this pulls in parts from two other tags that are going to go
> in via the ARM SoC tree. Those are needed to a couple of resolve build
> dependencies.
>
> Thanks,
> Thierry
>
> ----------------------------------------------------------------
> clk: tegra: Changes for v4.15-rc1
>
> This contains cleanups and minor fixes for the Tegra clock driver.
>
> ----------------------------------------------------------------
> Bhumika Goyal (1):
> clk: tegra: Make tegra_clk_pll_params __ro_after_init
>
> Dmitry Osipenko (4):
> clk: tegra: Add AHB DMA clock entry
> clk: tegra: Correct parent of the APBDMA clock
Hi,
looks like I was a little too quick on the trigger on this one and
missed a regression that this introduces.
Can we hold off on this for a little? Jon should have a fix for this
within the day.
Thanks,
Thierry
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Michael Turquette
<mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>,
Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
Cc: linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [GIT PULL] clk: tegra: Changes for v4.15-rc1
Date: Mon, 23 Oct 2017 09:39:20 +0200 [thread overview]
Message-ID: <20171023073920.GA3802@ulmo> (raw)
In-Reply-To: <20171020121412.10527-1-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 1454 bytes --]
On Fri, Oct 20, 2017 at 02:14:12PM +0200, Thierry Reding wrote:
> Hi Michael, Stephen,
>
> The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:
>
> Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.15-clk
>
> for you to fetch changes up to e4e2519df9928ae923205759176599969f344cd4:
>
> clk: tegra: Use readl_relaxed_poll_timeout_atomic() in tegra210_clock_init() (2017-10-20 13:37:45 +0200)
>
> Note that this pulls in parts from two other tags that are going to go
> in via the ARM SoC tree. Those are needed to a couple of resolve build
> dependencies.
>
> Thanks,
> Thierry
>
> ----------------------------------------------------------------
> clk: tegra: Changes for v4.15-rc1
>
> This contains cleanups and minor fixes for the Tegra clock driver.
>
> ----------------------------------------------------------------
> Bhumika Goyal (1):
> clk: tegra: Make tegra_clk_pll_params __ro_after_init
>
> Dmitry Osipenko (4):
> clk: tegra: Add AHB DMA clock entry
> clk: tegra: Correct parent of the APBDMA clock
Hi,
looks like I was a little too quick on the trigger on this one and
missed a regression that this introduces.
Can we hold off on this for a little? Jon should have a fix for this
within the day.
Thanks,
Thierry
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2017-10-23 7:39 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-20 12:14 [GIT PULL] clk: tegra: Changes for v4.15-rc1 Thierry Reding
2017-10-20 16:00 ` Jon Hunter
2017-10-20 16:00 ` Jon Hunter
2017-10-20 19:09 ` Dmitry Osipenko
2017-10-23 7:39 ` Thierry Reding [this message]
2017-10-23 7:39 ` Thierry Reding
2017-10-23 8:01 ` Michael Turquette
2017-10-23 8:01 ` Michael Turquette
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=20171023073920.GA3802@ulmo \
--to=thierry.reding@gmail.com \
--cc=linux-clk@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=sboyd@codeaurora.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.