From: Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
Cc: Thierry Reding
<thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Peter De Schrijver
<pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
Prashant Gaikwad
<pgaikwad-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
Andrew Bresticker
<abrestic-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
Subject: Re: [PATCH 0/7] misc Tegra clock fixes
Date: Sun, 29 Dec 2013 14:02:33 -0800 [thread overview]
Message-ID: <20131229220233.12054.64110@quantum> (raw)
In-Reply-To: <1388105067-24438-1-git-send-email-abrestic-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
Quoting Andrew Bresticker (2013-12-26 16:44:20)
> Fixes for various clock-related issues found during bringup of
> Tegra124-based Venice2 and Norrin boards.
Acked-by: Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
>
> Andrew Bresticker (3):
> clk: tegra: fix sdmmc clks on Tegra1x4
> clk: tegra: cclk_lp has a pllx/2 divider
> clk: tegra: use max divider if divider overflows
>
> David Ung (1):
> clk: tegra: PLLD2 fixes for hdmi
>
> Gabe Black (1):
> clk: tegra: Fix PLLP rate table
>
> Mark Zhang (1):
> clk: tegra: fix host1x clock on Tegra124
>
> Rhyland Klein (1):
> clk: tegra: Fix PLLD mnp table
>
> drivers/clk/tegra/clk-divider.c | 2 +-
> drivers/clk/tegra/clk-id.h | 4 +++
> drivers/clk/tegra/clk-tegra-periph.c | 4 +++
> drivers/clk/tegra/clk-tegra-super-gen4.c | 2 +-
> drivers/clk/tegra/clk-tegra114.c | 8 +++---
> drivers/clk/tegra/clk-tegra124.c | 46 +++++++++++++++++++-------------
> 6 files changed, 41 insertions(+), 25 deletions(-)
>
> --
> 1.8.5.1
>
WARNING: multiple messages have this Message-ID (diff)
From: mturquette@linaro.org (Mike Turquette)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/7] misc Tegra clock fixes
Date: Sun, 29 Dec 2013 14:02:33 -0800 [thread overview]
Message-ID: <20131229220233.12054.64110@quantum> (raw)
In-Reply-To: <1388105067-24438-1-git-send-email-abrestic@chromium.org>
Quoting Andrew Bresticker (2013-12-26 16:44:20)
> Fixes for various clock-related issues found during bringup of
> Tegra124-based Venice2 and Norrin boards.
Acked-by: Mike Turquette <mturquette@linaro.org>
>
> Andrew Bresticker (3):
> clk: tegra: fix sdmmc clks on Tegra1x4
> clk: tegra: cclk_lp has a pllx/2 divider
> clk: tegra: use max divider if divider overflows
>
> David Ung (1):
> clk: tegra: PLLD2 fixes for hdmi
>
> Gabe Black (1):
> clk: tegra: Fix PLLP rate table
>
> Mark Zhang (1):
> clk: tegra: fix host1x clock on Tegra124
>
> Rhyland Klein (1):
> clk: tegra: Fix PLLD mnp table
>
> drivers/clk/tegra/clk-divider.c | 2 +-
> drivers/clk/tegra/clk-id.h | 4 +++
> drivers/clk/tegra/clk-tegra-periph.c | 4 +++
> drivers/clk/tegra/clk-tegra-super-gen4.c | 2 +-
> drivers/clk/tegra/clk-tegra114.c | 8 +++---
> drivers/clk/tegra/clk-tegra124.c | 46 +++++++++++++++++++-------------
> 6 files changed, 41 insertions(+), 25 deletions(-)
>
> --
> 1.8.5.1
>
WARNING: multiple messages have this Message-ID (diff)
From: Mike Turquette <mturquette@linaro.org>
To: Andrew Bresticker <abrestic@chromium.org>,
"Stephen Warren" <swarren@wwwdotorg.org>
Cc: "Thierry Reding" <thierry.reding@gmail.com>,
"Peter De Schrijver" <pdeschrijver@nvidia.com>,
"Prashant Gaikwad" <pgaikwad@nvidia.com>,
linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
"Andrew Bresticker" <abrestic@chromium.org>
Subject: Re: [PATCH 0/7] misc Tegra clock fixes
Date: Sun, 29 Dec 2013 14:02:33 -0800 [thread overview]
Message-ID: <20131229220233.12054.64110@quantum> (raw)
In-Reply-To: <1388105067-24438-1-git-send-email-abrestic@chromium.org>
Quoting Andrew Bresticker (2013-12-26 16:44:20)
> Fixes for various clock-related issues found during bringup of
> Tegra124-based Venice2 and Norrin boards.
Acked-by: Mike Turquette <mturquette@linaro.org>
>
> Andrew Bresticker (3):
> clk: tegra: fix sdmmc clks on Tegra1x4
> clk: tegra: cclk_lp has a pllx/2 divider
> clk: tegra: use max divider if divider overflows
>
> David Ung (1):
> clk: tegra: PLLD2 fixes for hdmi
>
> Gabe Black (1):
> clk: tegra: Fix PLLP rate table
>
> Mark Zhang (1):
> clk: tegra: fix host1x clock on Tegra124
>
> Rhyland Klein (1):
> clk: tegra: Fix PLLD mnp table
>
> drivers/clk/tegra/clk-divider.c | 2 +-
> drivers/clk/tegra/clk-id.h | 4 +++
> drivers/clk/tegra/clk-tegra-periph.c | 4 +++
> drivers/clk/tegra/clk-tegra-super-gen4.c | 2 +-
> drivers/clk/tegra/clk-tegra114.c | 8 +++---
> drivers/clk/tegra/clk-tegra124.c | 46 +++++++++++++++++++-------------
> 6 files changed, 41 insertions(+), 25 deletions(-)
>
> --
> 1.8.5.1
>
next prev parent reply other threads:[~2013-12-29 22:02 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-27 0:44 [PATCH 0/7] misc Tegra clock fixes Andrew Bresticker
2013-12-27 0:44 ` Andrew Bresticker
2013-12-27 0:44 ` Andrew Bresticker
2013-12-27 0:44 ` [PATCH 1/7] clk: tegra: Fix PLLP rate table Andrew Bresticker
2013-12-27 0:44 ` Andrew Bresticker
2013-12-27 0:44 ` Andrew Bresticker
2013-12-27 0:44 ` [PATCH 2/7] clk: tegra: Fix PLLD mnp table Andrew Bresticker
2013-12-27 0:44 ` Andrew Bresticker
2013-12-27 0:44 ` [PATCH 3/7] clk: tegra: PLLD2 fixes for hdmi Andrew Bresticker
2013-12-27 0:44 ` Andrew Bresticker
[not found] ` <1388105067-24438-1-git-send-email-abrestic-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2013-12-27 0:44 ` [PATCH 4/7] clk: tegra: fix host1x clock on Tegra124 Andrew Bresticker
2013-12-27 0:44 ` Andrew Bresticker
2013-12-27 0:44 ` Andrew Bresticker
2013-12-29 22:02 ` Mike Turquette [this message]
2013-12-29 22:02 ` [PATCH 0/7] misc Tegra clock fixes Mike Turquette
2013-12-29 22:02 ` Mike Turquette
2014-01-08 22:28 ` Andrew Bresticker
2014-01-08 22:28 ` Andrew Bresticker
2014-01-08 22:28 ` Andrew Bresticker
[not found] ` <CAL1qeaG0Y4__viWsZeoFdf8XFN3Wk7CO2abeEjzRZg+wNRV56w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-01-08 22:41 ` Stephen Warren
2014-01-08 22:41 ` Stephen Warren
2014-01-08 22:41 ` Stephen Warren
2014-01-13 16:08 ` Peter De Schrijver
2014-01-13 16:08 ` Peter De Schrijver
2014-01-13 16:08 ` Peter De Schrijver
2013-12-27 0:44 ` [PATCH 5/7] clk: tegra: fix sdmmc clks on Tegra1x4 Andrew Bresticker
2013-12-27 0:44 ` Andrew Bresticker
2013-12-27 0:44 ` Andrew Bresticker
2013-12-27 0:44 ` [PATCH 6/7] clk: tegra: cclk_lp has a pllx/2 divider Andrew Bresticker
2013-12-27 0:44 ` Andrew Bresticker
2013-12-27 0:44 ` Andrew Bresticker
2013-12-27 0:44 ` [PATCH 7/7] clk: tegra: use max divider if divider overflows Andrew Bresticker
2013-12-27 0:44 ` Andrew Bresticker
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=20131229220233.12054.64110@quantum \
--to=mturquette-qsej5fyqhm4dnm+yrofe0a@public.gmane.org \
--cc=abrestic-F7+t8E8rja9g9hUCZPvPmw@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=pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
--cc=pgaikwad-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
--cc=swarren-3lzwWm7+Weoh9ZMKESR00Q@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.