devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/3] Port and support rk3036 SoC platform
@ 2015-08-28  5:46 Xing Zheng
       [not found] ` <1440740808-15004-1-git-send-email-zhengxing-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Xing Zheng @ 2015-08-28  5:46 UTC (permalink / raw)
  To: heiko
  Cc: linux-rockchip, Xing Zheng, Russell King, Michael Turquette,
	devicetree, Stephen Boyd, linux-gpio, Linus Walleij, Kumar Gala,
	linux-kernel, Ian Campbell, Rob Herring, Pawel Moll, Mark Rutland,
	linux-clk, linux-arm-kernel


Hi,
We need to support rk3036 soc platform via upstream, there are
3 parts for the initial release of minimum system: dts, pinctrl,
and clock tree for rk3036, startup and run to init processs.

Thanks.


Changes in v1:
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>

Xing Zheng (3):
  ARM: dts: rockchip: add core rk3036 dts
  pinctrl: rockchip: add support for the rk3036
  clk: rockchip: add clock controller for rk3036

 arch/arm/boot/dts/Makefile             |    1 +
 arch/arm/boot/dts/rk3036-sdk.dts       |  362 +++++++++++++++++++++
 drivers/clk/rockchip/Makefile          |    1 +
 drivers/clk/rockchip/clk-pll.c         |  247 ++++++++++++++-
 drivers/clk/rockchip/clk-rk3036.c      |  539 ++++++++++++++++++++++++++++++++
 drivers/clk/rockchip/clk.h             |   30 ++
 drivers/pinctrl/pinctrl-rockchip.c     |   17 +
 include/dt-bindings/clock/rk3036-cru.h |  247 +++++++++++++++
 8 files changed, 1443 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/boot/dts/rk3036-sdk.dts
 create mode 100644 drivers/clk/rockchip/clk-rk3036.c
 create mode 100644 include/dt-bindings/clock/rk3036-cru.h

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-09-17  8:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-28  5:46 [PATCH v1 0/3] Port and support rk3036 SoC platform Xing Zheng
     [not found] ` <1440740808-15004-1-git-send-email-zhengxing-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2015-08-28  5:46   ` [PATCH v1 1/3] ARM: dts: rockchip: add core rk3036 dts Xing Zheng
2015-08-28  8:11     ` Eddie Cai
     [not found]     ` <1440740808-15004-2-git-send-email-zhengxing-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2015-08-28  8:36       ` Eddie Cai
2015-08-28  8:59     ` Heiko Stuebner
2015-09-17  8:51       ` Xing Zheng
2015-08-28  5:46 ` [PATCH v1 3/3] clk: rockchip: add clock controller for rk3036 Xing Zheng
     [not found]   ` <1440740808-15004-4-git-send-email-zhengxing-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2015-08-28  9:54     ` Heiko Stuebner
2015-09-17  8:50       ` Xing Zheng
2015-08-28  9:59 ` [PATCH v1 0/3] Port and support rk3036 SoC platform Heiko Stuebner
2015-08-28 10:07   ` Xing Zheng

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).