From: tomasz.figa@gmail.com (Tomasz Figa)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/21] Various fixes and extensions to Exynos4 clock driver
Date: Sat, 30 Mar 2013 12:30:37 +0100 [thread overview]
Message-ID: <1496108.NDegb7PXrt@flatron> (raw)
In-Reply-To: <CAJuYYwQap4pZ6qTgBPGeSWbMFm-ZhqLfv7wBMVYjK1v0YHr_kQ@mail.gmail.com>
On Saturday 30 of March 2013 15:33:00 Thomas Abraham wrote:
> Hi Tomasz,
>
> On 27 March 2013 16:32, Tomasz Figa <t.figa@samsung.com> wrote:
> > This series is a collection of various fixes and extensions to Exynos4
> > clock driver, which improve coverage of clocks present on Exynos4 SoCs
> > and fix problems discovered during our internal work and testing.
>
> Nice series. Thanks for the improvements and fixes. Looking at the
> second patch in this series, I crossed checked again with the
> Exynos4412 user manual that I have. Your modifications are different
> from what the manual has listed. I suspect, you have a newer copy of
> the manual.
Right. I have checked revisions 0.0, 0.1 and 1.1 of the manual and indeed
there are differences in clock layout between 0.1 and 1.1. My patches are
based on revision 1.1.
> For this series:
> Reviewed-by: Thomas Abraham <thomas.abraham@linaro.org>
Thanks.
Best regards,
Tomasz
> Thanks,
> Thomas.
>
> > Andrzej Hajda (1):
> > clk: samsung: exynos4: Add missing CMU_TOP and ISP clocks
> >
> > Lukasz Majewski (1):
> > clk: samsung: exynos4: Export clocks used by exynos cpufreq drivers
> >
> > Sylwester Nawrocki (2):
> > clk: samsung: exynos4: Correct sclk_mfc clock definition
> > clk: samsung: exynos4: Add camera related clock definitions
> >
> > Tomasz Figa (17):
> > clk: samsung: exynos4: Use mout_mpll_user_* on Exynos4x12
> > clk: samsung: exynos4: Add missing mout_mipihsi clock
> > clk: samsung: exynos4: Add missing sclk_audio0 clock
> > clk: samsung: exynos4: Export sclk_pcm0
> > clk: samsung: exynos4: Move dac and mixer to Exynos4210-specific
> >
> > clocks
> >
> > clk: samsung: pll: Remove unimplemented ops
> > clk: samsung: exynos4: Export mout_core clock of Exynos4210
> > clk: samsung: exynos4: Add G3D clocks
> > clk: samsung: exynos4: Add missing mout_sata on Exynos4210
> > clk: samsung: exynos4: Define {E,V}PLL registers
> > clk: samsung: exynos4: Use SRC_MASK_PERIL{0,1} definitions
> > clk: samsung: exynos4: Remove SoC-specific registers from save list
> > clk: samsung: exynos4: Add E4210 prefix to LCD1 clock registers
> > clk: samsung: exynos4: Add E4210 prefix to GATE_IP_PERIR register
> > clk: samsung: exynos4: Remove E4X12 prefix from SRC_DMC register
> > clk: samsung: exynos4: Add missing registers to suspend save list
> > clk: samsung: exynos4: Add support for SoC-specific register save
> > list
> >
> > .../devicetree/bindings/clock/exynos4-clock.txt | 61 ++-
> > drivers/clk/samsung/clk-exynos4.c | 491
> > +++++++++++++++------ drivers/clk/samsung/clk-exynos5250.c
> > | 3 +-
> > drivers/clk/samsung/clk-exynos5440.c | 2 +-
> > drivers/clk/samsung/clk-pll.c | 80 ----
> > drivers/clk/samsung/clk.c | 9 +-
> > drivers/clk/samsung/clk.h | 3 +-
> > 7 files changed, 437 insertions(+), 212 deletions(-)
> >
> > --
> > 1.8.1.5
>
> --
> To unsubscribe from this list: send the line "unsubscribe
> linux-samsung-soc" in the body of a message to
> majordomo at vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2013-03-30 11:30 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-27 11:02 [PATCH 00/21] Various fixes and extensions to Exynos4 clock driver Tomasz Figa
2013-03-27 11:02 ` [PATCH 01/21] clk: samsung: exynos4: Correct sclk_mfc clock definition Tomasz Figa
2013-03-27 11:02 ` [PATCH 02/21] clk: samsung: exynos4: Use mout_mpll_user_* on Exynos4x12 Tomasz Figa
2013-03-27 11:02 ` [PATCH 03/21] clk: samsung: exynos4: Add missing mout_mipihsi clock Tomasz Figa
2013-03-27 11:02 ` [PATCH 04/21] clk: samsung: exynos4: Add missing sclk_audio0 clock Tomasz Figa
2013-03-27 11:02 ` [PATCH 05/21] clk: samsung: exynos4: Export sclk_pcm0 Tomasz Figa
2013-03-27 11:02 ` [PATCH 06/21] clk: samsung: exynos4: Move dac and mixer to Exynos4210-specific clocks Tomasz Figa
2013-03-27 11:02 ` [PATCH 07/21] clk: samsung: exynos4: Export clocks used by exynos cpufreq drivers Tomasz Figa
2013-03-27 11:02 ` [PATCH 08/21] clk: samsung: pll: Remove unimplemented ops Tomasz Figa
2013-03-27 11:02 ` [PATCH 09/21] clk: samsung: exynos4: Export mout_core clock of Exynos4210 Tomasz Figa
2013-03-27 11:02 ` [PATCH 10/21] clk: samsung: exynos4: Add camera related clock definitions Tomasz Figa
2013-03-27 11:02 ` [PATCH 11/21] clk: samsung: exynos4: Add G3D clocks Tomasz Figa
2013-03-27 11:02 ` [PATCH 12/21] clk: samsung: exynos4: Add missing CMU_TOP and ISP clocks Tomasz Figa
2013-03-27 11:02 ` [PATCH 13/21] clk: samsung: exynos4: Add missing mout_sata on Exynos4210 Tomasz Figa
2013-03-27 11:02 ` [PATCH 14/21] clk: samsung: exynos4: Define {E,V}PLL registers Tomasz Figa
2013-03-27 11:02 ` [PATCH 15/21] clk: samsung: exynos4: Use SRC_MASK_PERIL{0,1} definitions Tomasz Figa
2013-03-27 11:02 ` [PATCH 16/21] clk: samsung: exynos4: Remove SoC-specific registers from save list Tomasz Figa
2013-03-27 11:02 ` [PATCH 17/21] clk: samsung: exynos4: Add E4210 prefix to LCD1 clock registers Tomasz Figa
2013-03-27 11:02 ` [PATCH 18/21] clk: samsung: exynos4: Add E4210 prefix to GATE_IP_PERIR register Tomasz Figa
2013-03-27 11:02 ` [PATCH 19/21] clk: samsung: exynos4: Remove E4X12 prefix from SRC_DMC register Tomasz Figa
2013-03-27 11:02 ` [PATCH 20/21] clk: samsung: exynos4: Add missing registers to suspend save list Tomasz Figa
2013-03-27 11:02 ` [PATCH 21/21] clk: samsung: exynos4: Add support for SoC-specific register " Tomasz Figa
2013-03-30 10:03 ` [PATCH 00/21] Various fixes and extensions to Exynos4 clock driver Thomas Abraham
2013-03-30 11:30 ` Tomasz Figa [this message]
2013-04-02 8:30 ` Kukjin Kim
2013-04-03 22:01 ` Mike Turquette
2013-04-04 0:36 ` Kukjin Kim
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=1496108.NDegb7PXrt@flatron \
--to=tomasz.figa@gmail.com \
--cc=linux-arm-kernel@lists.infradead.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 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).