From: heiko@sntech.de (Heiko Stübner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 00/14] Clock support for rk3066,rk3188 and rk3288
Date: Mon, 14 Jul 2014 10:07:01 +0200 [thread overview]
Message-ID: <2878354.yVHl3h6vxm@diego> (raw)
In-Reply-To: <CAOesGMgcM3Z68VUOu8g6Ee0FjvW4r3R2sLtf255e9pv+gGyqFA@mail.gmail.com>
Hi Olof,
Am Sonntag, 13. Juli 2014, 20:12:07 schrieb Olof Johansson:
> Hi,
>
> On Sun, Jul 13, 2014 at 12:46 PM, Mike Turquette <mturquette@linaro.org>
wrote:
> > Quoting Heiko St?bner (2014-07-02 16:53:24)
> >
> >> This series adds a clock driver infrastructure for Rockchip SoCs in
> >> general and clock-definitions for the RK3188 and RK3288 in particular.
> >>
> >> Apart from the arch/arm patches included here, there are some more
> >> in the waiting line, like adding the i2c nodes and possibly the pwm, i2s
> >> and spi nodes if the relevant drivers get accepted, where the ids
> >> defined in the dt-binding headers are needed.
> >>
> >> So if the whole thing is acceptable could we either offer a branch
> >> from the clk-tree that can get merged or take the whole series through
> >> the arm tree?
> >
> > Heiko,
> >
> > This version looks good. I've pushed a branch with all 14 of these
> > patches based on 3.16-rc3 to the clk tree. See:
> >
> > git://git.linaro.org/people/mike.turquette/linux.git clk-rockchip
> >
> > If everyone is OK to merge that stable branch then I will merge
> > clk-rockchip into clk-next and we're all good. If the arm-soc guys want
> > to carve it up a bit further or handle it in a different way then we can
> > do that. I've Cc'd arm-soc for clarification.
>
> Traditionally we usually take the DT changes through arm-soc, but as
> long as we share the branch we might be ok. We tend to stick them in
> different branches in our tree though, so rockchip will be a little
> mis-sorted this release. Not a big deal, and we can deal with it.
>
> So, I'll leave it to Heiko to choose here, he knows best what other DT
> changes are coming this release. If he wants to carry the DT changes
> separately, then patches 1-10 would be for the clk tree, so it should
> be easy to reset the branch back a bit (and 11-14 would be for
> arm-soc).
hmm, there are essentially two changeset/branches upcoming:
- the collected dts changes for rk3066 and rk3188 I posted saturday
These essentially extend patches 12-14
- rk3288 support which would start off patch 11 (the reset controller)
So if we were to separate the series I would say patches 1-11 in the shared
branch and patch 12-14 as the first ones for a rk3066/rk3188 specific branch.
Heiko
next prev parent reply other threads:[~2014-07-14 8:07 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-02 23:53 [PATCH v5 00/14] Clock support for rk3066,rk3188 and rk3288 Heiko Stübner
2014-07-02 23:56 ` [PATCH v5 01/14] clk: composite: support determine_rate using rate_ops->round_rate + mux_ops->set_parent Heiko Stübner
2014-07-18 13:55 ` Gabriel Fernandez
2014-07-18 16:00 ` Heiko Stübner
2014-07-02 23:57 ` [PATCH v5 02/14] clk: composite: allow read-only clocks Heiko Stübner
2014-07-02 23:58 ` [PATCH v5 03/14] clk: composite: improve rate_hw sanity check logic Heiko Stübner
2014-07-02 23:58 ` [PATCH v5 04/14] clk: rockchip: add basic infrastructure for clock branches Heiko Stübner
2014-07-02 23:59 ` [PATCH v5 05/14] clk: rockchip: add clock type for pll clocks and pll used on rk3066 Heiko Stübner
2014-07-02 23:59 ` [PATCH v5 06/14] clk: rockchip: add reset controller Heiko Stübner
2014-07-03 0:00 ` [PATCH v5 07/14] dt-bindings: add documentation for rk3188 clock and reset unit Heiko Stübner
2014-07-03 0:01 ` [PATCH v5 08/14] clk: rockchip: add clock driver for rk3188 and rk3066 clocks Heiko Stübner
2014-07-03 0:02 ` [PATCH v5 09/14] dt-bindings: add documentation for rk3288 cru Heiko Stübner
2014-07-03 0:02 ` [PATCH v5 10/14] clk: rockchip: add clock controller for rk3288 Heiko Stübner
2014-07-03 0:02 ` [PATCH v5 11/14] ARM: rockchip: Select ARCH_HAS_RESET_CONTROLLER Heiko Stübner
2014-07-03 0:03 ` [PATCH v5 12/14] ARM: dts: rockchip: add cru nodes and update device clocks to use it Heiko Stübner
2014-07-03 0:03 ` [PATCH v5 13/14] ARM: dts: rockchip: move oscillator input clock into main dtsi Heiko Stübner
2014-07-03 0:04 ` [PATCH v5 14/14] arm: dts: rockchip: remove obsolete clock gate definitions Heiko Stübner
2014-07-13 19:46 ` [PATCH v5 00/14] Clock support for rk3066,rk3188 and rk3288 Mike Turquette
2014-07-14 3:12 ` Olof Johansson
2014-07-14 8:07 ` Heiko Stübner [this message]
2014-07-22 15:45 ` Heiko Stübner
2014-07-24 2:44 ` Mike 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=2878354.yVHl3h6vxm@diego \
--to=heiko@sntech.de \
--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