From: Michael Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: Thierry Reding
<thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [GIT PULL] clk/tegra: Changes for v4.1-rc1
Date: Fri, 10 Apr 2015 18:07:11 -0700 [thread overview]
Message-ID: <20150411010711.19585.5769@quantum> (raw)
In-Reply-To: <1428675319-23049-1-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Quoting Thierry Reding (2015-04-10 07:15:19)
> Mike, Stephen,
>
> The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:
>
> Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/clk/for-4.1
Thierry,
Pulled!
Regards,
Mike
>
> for you to fetch changes up to c1d676cec572544616273d5853cb7cc38fbaa62b:
>
> clk: tegra: Use the proper parent for plld_dsi (2015-04-10 16:04:22 +0200)
>
> Thanks,
> Thierry
>
> ----------------------------------------------------------------
> clk/tegra: Changes for v4.1-rc1
>
> These are mostly cleanups that I've been carrying in my local tree for
> far too long. In addition to those, there are some preparatory patches
> for the upcoming Tegra210 support and a patch to enable clocks needed
> for HDMI audio support.
>
> ----------------------------------------------------------------
> Dylan Reid (1):
> clk: tegra: Enable HDA to HDMI clocks on Tegra124
>
> Thierry Reding (10):
> clk: tegra: Fix typo tabel -> table
> clk: tegra: Fix a bunch of sparse warnings
> clk: tegra: Various whitespace cleanups
> clk: tegra: Use consistent indentation
> clk: tegra: Remove needless initializations
> clk: tegra: Register the proper number of resets
> clk: tegra: Add peripheral registers for bank Y
> clk: tegra: Model oscillator as clock
> clk: tegra: Use generic tegra_osc_clk_init() on Tegra114
> clk: tegra: Use the proper parent for plld_dsi
>
> drivers/clk/tegra/clk-pll.c | 7 ++---
> drivers/clk/tegra/clk-tegra-fixed.c | 24 +++++++++--------
> drivers/clk/tegra/clk-tegra-periph.c | 2 +-
> drivers/clk/tegra/clk-tegra114.c | 36 +++----------------------
> drivers/clk/tegra/clk-tegra124.c | 22 ++++++++++-----
> drivers/clk/tegra/clk-tegra30.c | 23 ++++++++--------
> drivers/clk/tegra/clk.c | 16 ++++++++++-
> drivers/clk/tegra/clk.h | 10 +++----
> include/dt-bindings/clock/tegra124-car-common.h | 2 +-
> 9 files changed, 70 insertions(+), 72 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: Michael Turquette <mturquette@linaro.org>
To: Thierry Reding <thierry.reding@gmail.com>,
"Stephen Boyd" <sboyd@codeaurora.org>
Cc: linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [GIT PULL] clk/tegra: Changes for v4.1-rc1
Date: Fri, 10 Apr 2015 18:07:11 -0700 [thread overview]
Message-ID: <20150411010711.19585.5769@quantum> (raw)
In-Reply-To: <1428675319-23049-1-git-send-email-thierry.reding@gmail.com>
Quoting Thierry Reding (2015-04-10 07:15:19)
> Mike, Stephen,
>
> The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:
>
> Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/clk/for-4.1
Thierry,
Pulled!
Regards,
Mike
>
> for you to fetch changes up to c1d676cec572544616273d5853cb7cc38fbaa62b:
>
> clk: tegra: Use the proper parent for plld_dsi (2015-04-10 16:04:22 +0200)
>
> Thanks,
> Thierry
>
> ----------------------------------------------------------------
> clk/tegra: Changes for v4.1-rc1
>
> These are mostly cleanups that I've been carrying in my local tree for
> far too long. In addition to those, there are some preparatory patches
> for the upcoming Tegra210 support and a patch to enable clocks needed
> for HDMI audio support.
>
> ----------------------------------------------------------------
> Dylan Reid (1):
> clk: tegra: Enable HDA to HDMI clocks on Tegra124
>
> Thierry Reding (10):
> clk: tegra: Fix typo tabel -> table
> clk: tegra: Fix a bunch of sparse warnings
> clk: tegra: Various whitespace cleanups
> clk: tegra: Use consistent indentation
> clk: tegra: Remove needless initializations
> clk: tegra: Register the proper number of resets
> clk: tegra: Add peripheral registers for bank Y
> clk: tegra: Model oscillator as clock
> clk: tegra: Use generic tegra_osc_clk_init() on Tegra114
> clk: tegra: Use the proper parent for plld_dsi
>
> drivers/clk/tegra/clk-pll.c | 7 ++---
> drivers/clk/tegra/clk-tegra-fixed.c | 24 +++++++++--------
> drivers/clk/tegra/clk-tegra-periph.c | 2 +-
> drivers/clk/tegra/clk-tegra114.c | 36 +++----------------------
> drivers/clk/tegra/clk-tegra124.c | 22 ++++++++++-----
> drivers/clk/tegra/clk-tegra30.c | 23 ++++++++--------
> drivers/clk/tegra/clk.c | 16 ++++++++++-
> drivers/clk/tegra/clk.h | 10 +++----
> include/dt-bindings/clock/tegra124-car-common.h | 2 +-
> 9 files changed, 70 insertions(+), 72 deletions(-)
next prev parent reply other threads:[~2015-04-11 1:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-10 14:15 [GIT PULL] clk/tegra: Changes for v4.1-rc1 Thierry Reding
2015-04-10 14:15 ` Thierry Reding
[not found] ` <1428675319-23049-1-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-04-11 1:07 ` Michael Turquette [this message]
2015-04-11 1:07 ` 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=20150411010711.19585.5769@quantum \
--to=mturquette-qsej5fyqhm4dnm+yrofe0a@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
--cc=thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@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.