From: Mike Turquette <mturquette@linaro.org>
To: Chanwoo Choi <cwchoi00@gmail.com>,
"Chanwoo Choi" <cw00.choi@samsung.com>
Cc: "Sylwester Nawrocki" <s.nawrocki@samsung.com>,
"Tomasz Figa" <tomasz.figa@gmail.com>,
"Stephen Boyd" <sboyd@codeaurora.org>,
"Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>,
"linux-samsung-soc" <linux-samsung-soc@vger.kernel.org>
Subject: Re: [GIT PULL] clk/samsung: clk support for Exynos 5433 SoC
Date: Mon, 02 Mar 2015 10:24:05 -0800 [thread overview]
Message-ID: <20150302182405.11109.15260@quantum> (raw)
In-Reply-To: <CAGTfZH1uCd_K0t=atft9CA6L0R8tM5JGyHaw2hBPFEFK5OACKQ@mail.gmail.com>
Quoting Chanwoo Choi (2015-02-27 16:52:59)
> Dear Mike and Sylwester,
>
> Gently ping.
Hello,
I'll merge this into clk-next towards 4.1 later this week. v3.19 was
released on February 8, so this merge request came too late for
inclusion into 4.0.
Regards,
Mike
>
> Best Regards,
> Chanwoo Choi
>
> On Tue, Feb 24, 2015 at 8:48 AM, Chanwoo Choi <cw00.choi@samsung.com> wrote:
> > Dear Mike and Sylwester,
> >
> > This pull-request was not merged on Linux 4.0-rc1.
> > Did you have any plan about it?
> >
> > Best Regards,
> > Chanwoo Choi
> >
> > On 02/06/2015 04:44 AM, Sylwester Nawrocki wrote:
> >> Hi Mike,
> >>
> >> This pull request includes driver for clock controller of the Exynos
> >> 5433 SoC. As the hardware is quite complex, with many peripherals and
> >> corresponding clock management units the driver is rather huge. I guess
> >> it will require a bit more cleanups than last time to balance lines
> >> introduced in this patch set... Please review and pull if it looks OK.
> >>
> >> The following changes since commit e64fb42da4c6c713cfc7cad607e97e0773fa41ff:
> >>
> >> clk: samsung: exynos4: Add divider clock id for memory bus frequency
> >> (2015-01-28 15:51:17 +0100)
> >>
> >> are available in the git repository at:
> >>
> >> git://linuxtv.org/snawrocki/samsung.git tags/v3.20-exynos5433-clk
> >>
> >> for you to fetch changes up to b2f0e5f28e0686c0d5db238357a2e32555e97633:
> >>
> >> clk: samsung: exynos5433: Move CLK_SCLK_HDMI_SPDIF_DISP clock to CMU_TOP
> >> domain (2015-02-05 19:31:09 +0100)
> >>
> >> ----------------------------------------------------------------
> >> Clock controller driver for Exynos 5433 SoC.
> >>
> >> ----------------------------------------------------------------
> >> Chanwoo Choi (22):
> >> clk: samsung: exynos5433: Add binding document for Exynos5433 clock domains
> >> clk: samsung: exynos5433: Add clocks using common clock framework
> >> clk: samsung: exynos5433: Add MUX clocks of CMU_TOP domain
> >> clk: samsung: exynos5433: Add clocks for CMU_PERIC domain
> >> clk: samsung: exynos5433: Add clocks for CMU_PERIS domain
> >> clk: samsung: exynos5433: Add clocks for CMU_G2D domain
> >> clk: samsung: exynos5433: Add clocks for CMU_MIF domain
> >> clk: samsung: exynos5433: Add clocks for CMU_DISP domain
> >> clk: samsung: exynos5433: Add clocks for CMU_AUD domain
> >> clk: samsung: exynos5433: Add clocks for CMU_BUS{0|1|2} domains
> >> clk: samsung: exynos5433: Add missing clocks for CMU_FSYS domain
> >> clk: samsung: exynos5433: Add clocks for CMU_G3D domain
> >> clk: samsung: exynos5433: Add clocks for CMU_GSCL domain
> >> clk: samsung: exynos5433: Add clocks for CMU_APOLLO domain
> >> clk: samsung: exynos5433: Add clocks for CMU_ATLAS domain
> >> clk: samsung: exynos5433: Add clocks for CMU_MSCL domain
> >> clk: samsung: exynos5433: Add clocks for CMU_MFC domain
> >> clk: samsung: exynos5433: Add clocks for CMU_HEVC domain
> >> clk: samsung: exynos5433: Add clocks for CMU_ISP domain
> >> clk: samsung: exynos5433: Add clocks for CMU_CAM0 domain
> >> clk: samsung: exynos5433: Add clocks for CMU_CAM1 domain
> >> clk: samsung: exynos5433: Move CLK_SCLK_HDMI_SPDIF_DISP clock to CMU_TOP domain
> >>
> >> Inha Song (1):
> >> clk: samsung: Add CLKOUT driver support for Exynos5433 SoC
> >>
> >> .../devicetree/bindings/clock/exynos5433-clock.txt | 462 ++
> >> drivers/clk/samsung/Makefile | 1 +
> >> drivers/clk/samsung/clk-exynos-clkout.c | 2 +
> >> drivers/clk/samsung/clk-exynos5433.c | 5423 ++++++++++++++++++++
> >> include/dt-bindings/clock/exynos5433.h | 1403 +++++
> >> 5 files changed, 7291 insertions(+)
> >> create mode 100644 Documentation/devicetree/bindings/clock/exynos5433-clock.txt
> >> create mode 100644 drivers/clk/samsung/clk-exynos5433.c
> >> create mode 100644 include/dt-bindings/clock/exynos5433.h
> >>
> >
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2015-03-02 18:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-05 19:44 [GIT PULL] clk/samsung: clk support for Exynos 5433 SoC Sylwester Nawrocki
2015-02-23 23:48 ` Chanwoo Choi
2015-02-28 0:52 ` Chanwoo Choi
2015-03-02 18:24 ` Mike Turquette [this message]
2015-03-03 4:23 ` Chanwoo Choi
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=20150302182405.11109.15260@quantum \
--to=mturquette@linaro.org \
--cc=cw00.choi@samsung.com \
--cc=cwchoi00@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=s.nawrocki@samsung.com \
--cc=sboyd@codeaurora.org \
--cc=tomasz.figa@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