[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5090899.2Tj4WpOV4G@diego>
Date: Thu, 17 Sep 2015 11:59:28 +0200
From: Heiko Stübner <heiko@...ech.de>
To: Xing Zheng <zhengxing@...k-chips.com>
Cc: linux-rockchip@...ts.infradead.org,
Russell King <linux@....linux.org.uk>,
Michael Turquette <mturquette@...libre.com>,
Alessandro Zummo <a.zummo@...ertech.it>,
devicetree@...r.kernel.org, Stephen Boyd <sboyd@...eaurora.org>,
linux-gpio@...r.kernel.org,
Linus Walleij <linus.walleij@...aro.org>,
Alexandre Belloni <alexandre.belloni@...e-electrons.com>,
Kumar Gala <galak@...eaurora.org>,
linux-kernel@...r.kernel.org,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
Rob Herring <robh+dt@...nel.org>,
Pawel Moll <pawel.moll@....com>, rtc-linux@...glegroups.com,
Mark Rutland <mark.rutland@....com>, linux-clk@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH v2 0/9] Build and support rk3036 SoC platform
Hi,
Am Donnerstag, 17. September 2015, 16:28:51 schrieb Xing Zheng:
> we need to support rk3036 soc platform via upstream, there are
> 3 primary parts for the initial release of minimum system: dts,
> pinctrl, and clock tree for rk3036, and additional, add a rtc
> hym8563 patch to fix initial invaild, we can use these startup
> and run to init processs.
>
> Thanks.
>
> changed in v2:
> - based on v1, add clock controller documentation
> - enable timer5 startup
> - add smp for cpu1
> - initial set time for rtc-hym8563
>
> changes since v1:
> - add dts, pinctrl and clock tree for rk3036 soc platform
>
> The patchset (9):
> 9) rtc: hym8563: make sure hym8563 can be normal work
> 8) ARM: rockchip: add support smp for rk3036
> 7) rockchip: make sure timer5 is enabled on rk3036 platforms
> 6) pinctrl: rockchip: add support for the rk3036
> 5) dt-bindings: add documentation of rk3036 clock controller
> 4) clk: rockchip: add new clock type and controller for rk3036
> 3) clk: rockchip: add clock controller for rk3036
> 2) clk: rockchip: add dt-binding header for rk3036
> 1) ARM: dts: rockchip: add core rk3036 dts
>
>
> Changes in v2:
> Signed-off-by: Xing Zheng <zhengxing@...k-chips.com>
>
> Xing Zheng (9):
> ARM: dts: rockchip: add core rk3036 dts
> clk: rockchip: add dt-binding header for rk3036
> clk: rockchip: add clock controller for rk3036
> clk: rockchip: add new clock type and controller for rk3036
> dt-bindings: add documentation of rk3036 clock controller
> pinctrl: rockchip: add support for the rk3036
> rockchip: make sure timer5 is enabled on rk3036 platforms
> ARM: rockchip: add support smp for rk3036
> rtc: hym8563: make sure hym8563 can be normal work
am I missing some patches? I only got patches 1-4.
Anyway, you should reorder a bit
- whatever other patches are necessary before
- dt-bindings: add documentation of rk3036 clock controller
- clk: rockchip: add dt-binding header for rk3036
- clk: rockchip: add new pll type for rk3036
- clk: rockchip: add clock controller for rk3036
- ARM: dts: rockchip: add core rk3036 dts
The dts patch for example depends on the clock-header, so it really should
come after its addition.
Heiko
>
> .../bindings/clock/rockchip,rk3036-cru.txt | 60 +++
> .../bindings/pinctrl/rockchip,pinctrl.txt | 1 +
> arch/arm/boot/dts/Makefile | 1 +
> arch/arm/boot/dts/rk3036-sdk.dts | 62 +++
> arch/arm/boot/dts/rk3036.dtsi | 381 +++++++++++++++
> arch/arm/mach-rockchip/platsmp.c | 121 +++++
> arch/arm/mach-rockchip/rockchip.c | 22 +
> drivers/clk/rockchip/Makefile | 1 +
> drivers/clk/rockchip/clk-pll.c | 262 +++++++++-
> drivers/clk/rockchip/clk-rk3036.c | 504
> ++++++++++++++++++++ drivers/clk/rockchip/clk.h |
> 30 ++
> drivers/pinctrl/pinctrl-rockchip.c | 17 +
> drivers/rtc/rtc-hym8563.c | 93 ++++
> include/dt-bindings/clock/rk3036-cru.h | 198 ++++++++
> 14 files changed, 1752 insertions(+), 1 deletion(-)
> create mode 100644
> Documentation/devicetree/bindings/clock/rockchip,rk3036-cru.txt create mode
> 100644 arch/arm/boot/dts/rk3036-sdk.dts
> create mode 100644 arch/arm/boot/dts/rk3036.dtsi
> create mode 100644 drivers/clk/rockchip/clk-rk3036.c
> create mode 100644 include/dt-bindings/clock/rk3036-cru.h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists