Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1234644
| From | Xing Zheng <zhengxing@rock-chips.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/8] Build and support rk3036 SoC platform |
| Date | 2015-09-29 04:20 +0200 |
| Message-ID | <qdSGl-1dV-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, 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, we can use these startup and run to init processs. Thanks. Changed in v3: - optimized some codes based on v2 - removed the patch "initial set time for rtc-hym8563" (useless) - removed the patch "pinctrl" (approved) Changed in v2: - based on v1, add clock controller documentation - enable timer5 startup - add smp for cpu1 - initial set time for rtc-hym8563 Changes in v1: - add dts, pinctrl and clock tree for rk3036 soc platform The patchset (8): 8) rockchip: make sure timer5 is enabled on rk3036 platforms 7) ARM: dts: enable smp for rk3036 6) ARM: rockchip: add support smp for rk3036 5) clk: rockchip: add new clock type and controller for rk3036 4) dt-bindings: add documentation of rk3036 clock controller 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 v3: Signed-off-by: Xing Zheng <zhengxing@rock-chips.com> Reviewed-by: Heiko Stuebner <heiko@sntech.de> Xing Zheng (8): ARM: dts: rockchip: add core rk3036 dts clk: rockchip: add dt-binding header for rk3036 clk: rockchip: add clock controller for rk3036 dt-bindings: add documentation of rk3036 clock controller clk: rockchip: add new clock type and controller for rk3036 ARM: rockchip: add support smp for rk3036 ARM: dts: enable smp for rk3036 rockchip: make sure timer5 is enabled on rk3036 platforms .../bindings/clock/rockchip,rk3036-cru.txt | 56 +++ arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/rk3036-evb.dts | 64 +++ arch/arm/boot/dts/rk3036.dtsi | 383 +++++++++++++++ arch/arm/mach-rockchip/platsmp.c | 142 ++++++ arch/arm/mach-rockchip/rockchip.c | 44 +- drivers/clk/rockchip/Makefile | 1 + drivers/clk/rockchip/clk-pll.c | 243 +++++++++- drivers/clk/rockchip/clk-rk3036.c | 500 ++++++++++++++++++++ drivers/clk/rockchip/clk.h | 30 ++ include/dt-bindings/clock/rk3036-cru.h | 195 ++++++++ 11 files changed, 1641 insertions(+), 18 deletions(-) create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3036-cru.txt create mode 100644 arch/arm/boot/dts/rk3036-evb.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 -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/8] Build and support rk3036 SoC platform Xing Zheng <zhengxing@rock-chips.com> - 2015-09-29 04:20 +0200
[PATCH v3 5/8] clk: rockchip: add new clock type and controller for rk3036 Xing Zheng <zhengxing@rock-chips.com> - 2015-09-29 04:20 +0200
Re: [PATCH v3 5/8] clk: rockchip: add new clock type and controller for rk3036 Heiko Stübner <heiko@sntech.de> - 2015-10-01 10:20 +0200
Re: [PATCH v3 5/8] clk: rockchip: add new clock type and controller for rk3036 zhengxing <zhengxing@rock-chips.com> - 2015-10-01 10:50 +0200
[PATCH v3 3/8] clk: rockchip: add clock controller for rk3036 Xing Zheng <zhengxing@rock-chips.com> - 2015-09-29 04:20 +0200
[PATCH v3 6/8] ARM: rockchip: add support smp for rk3036 Xing Zheng <zhengxing@rock-chips.com> - 2015-09-29 04:20 +0200
Re: [PATCH v3 6/8] ARM: rockchip: add support smp for rk3036 Heiko Stübner <heiko@sntech.de> - 2015-10-02 11:30 +0200
[PATCH v3 7/8] ARM: dts: enable smp for rk3036 Xing Zheng <zhengxing@rock-chips.com> - 2015-09-29 04:40 +0200
[PATCH v3 8/8] rockchip: make sure timer5 is enabled on rk3036 platforms Xing Zheng <zhengxing@rock-chips.com> - 2015-09-29 04:50 +0200
csiph-web