linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Rockchip: rk3399: Add core dtsi for rk3399
@ 2016-02-23  7:01 jianqun.xu
  2016-02-23  7:01 ` [PATCH 1/4] soc: rockchip: add bindings for Rockchip grf jianqun.xu
                   ` (4 more replies)
  0 siblings, 5 replies; 25+ messages in thread
From: jianqun.xu @ 2016-02-23  7:01 UTC (permalink / raw)
  To: heiko, robh+dt, pawel.moll, mark.rutland, galak, broonie, perex,
	tiwai, catalin.marinas, will.deacon, sboyd, linus.walleij,
	sjoerd.simons, jwerner
  Cc: huangtao, linux-rockchip, linux-kernel, linux-arm-kernel,
	devicetree, dianders, davidriley, smbarber, Jianqun Xu

From: Jianqun Xu <jay.xu@rock-chips.com>

There is the new SoCs from Rockchip which named rk3399, the
patches are added to support them.

Jianqun Xu (2):
  soc: rockchip: add bindings for Rockchip grf
  ARM64: dts: rockchip: add core dtsi file for rk3399

Xing Zheng (2):
  dt-bindings: add bindings for rk3399 clock controller
  clk: rockchip: add dt-binding header for rk3399

 .../bindings/clock/rockchip,rk3399-cru.txt         |  82 ++
 .../devicetree/bindings/soc/rockchip/grf.txt       |  35 +
 arch/arm64/boot/dts/rockchip/rk3399.dtsi           | 949 +++++++++++++++++++++
 include/dt-bindings/clock/rk3399-cru.h             | 714 ++++++++++++++++
 4 files changed, 1780 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3399-cru.txt
 create mode 100644 Documentation/devicetree/bindings/soc/rockchip/grf.txt
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399.dtsi
 create mode 100644 include/dt-bindings/clock/rk3399-cru.h

-- 
1.9.1

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [PATCH v3 0/4] add core dtsi file for rk3399
@ 2016-02-18 11:16 jianqun.xu
  2016-02-18 11:16 ` [PATCH 4/4] ARM64: dts: rockchip: " jianqun.xu
  0 siblings, 1 reply; 25+ messages in thread
From: jianqun.xu @ 2016-02-18 11:16 UTC (permalink / raw)
  To: heiko, robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak,
	jwerner, broonie, catalin.marinas, will.deacon, sboyd,
	linus.walleij, sjoerd.simons
  Cc: huangtao, jay.xu, linux-rockchip, linux-kernel, linux-arm-kernel,
	devicetree

From: Jianqun Xu <jay.xu@rock-chips.com>

There is the new SoCs from Rockchip which named rk3399, the
patches are added to support them.

Xing Zheng (2):
  clk: rockchip: add dt-binding header for rk3399
  dt-bindings: add documentation of rk3399 clock controller

Xu Jianqun (2):
  spi: rockchip: add bindings for rk3399 spi
  ARM64: dts: rockchip: add core dtsi file for rk3399

 .../bindings/clock/rockchip,rk3399-cru.txt         |  82 ++
 .../devicetree/bindings/spi/spi-rockchip.txt       |   1 +
 arch/arm64/boot/dts/rockchip/rk3399.dtsi           | 949 +++++++++++++++++++++
 drivers/spi/spi-rockchip.c                         |   1 +
 include/dt-bindings/clock/rk3399-cru.h             | 609 +++++++++++++
 5 files changed, 1642 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3399-cru.txt
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399.dtsi
 create mode 100644 include/dt-bindings/clock/rk3399-cru.h

--
changes in v3:
- add compatible for rk3399 spi (Mark, Heiko)

changes in v2:
- remove changeID (Heiko, Mark)
- drop pmu and psci temporary (Mark)
- drop applied patch (Heiko)
- drop GIC_CPU_MASK_SIMPLE from the interrupt specifiers (Marc, Heiko)
- drop clock-frequency of timer (Marc, Mark)
- remove double defination for SCLK_SPI5

1.9.1

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

end of thread, other threads:[~2016-04-01  3:51 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-23  7:01 [PATCH 0/4] Rockchip: rk3399: Add core dtsi for rk3399 jianqun.xu
2016-02-23  7:01 ` [PATCH 1/4] soc: rockchip: add bindings for Rockchip grf jianqun.xu
2016-02-23 22:15   ` Rob Herring
2016-02-24  0:18     ` Jianqun Xu
2016-02-24 14:35   ` Heiko Stuebner
2016-02-23  7:01 ` [PATCH 2/4] dt-bindings: add bindings for rk3399 clock controller jianqun.xu
2016-02-23 22:17   ` Rob Herring
2016-02-23  7:01 ` [PATCH 3/4] clk: rockchip: add dt-binding header for rk3399 jianqun.xu
2016-02-24 13:27   ` Heiko Stuebner
2016-02-25  0:42     ` Jianqun Xu
2016-02-23  7:01 ` [PATCH 4/4] ARM64: dts: rockchip: add core dtsi file " jianqun.xu
2016-02-26  3:12 ` [PATCH v2 0/3] Rockchip: rk3399: Add core dtsi " Jianqun Xu
2016-02-26  3:12   ` [PATCH v2 1/3] dt-bindings: add bindings for rk3399 clock controller Jianqun Xu
2016-02-26  3:12   ` [PATCH v2 2/3] clk: rockchip: add dt-binding header for rk3399 Jianqun Xu
2016-02-26  3:12   ` [PATCH v2 3/3] ARM64: dts: rockchip: add core dtsi file " Jianqun Xu
2016-03-01  6:39   ` [PATCH v3 0/3] Rockchip: rk3399: Add core dtsi " Jianqun Xu
2016-03-01  6:39     ` [PATCH v3 1/3] dt-bindings: add bindings for rk3399 clock controller Jianqun Xu
2016-03-01  6:40     ` [PATCH v3 2/3] clk: rockchip: add dt-binding header for rk3399 Jianqun Xu
2016-03-01  9:19       ` Xing Zheng
2016-03-01  6:40     ` [PATCH v3 3/3] ARM64: dts: rockchip: add core dtsi file " Jianqun Xu
2016-03-31 21:48     ` [PATCH v3 0/3] Rockchip: rk3399: Add core dtsi " Heiko Stuebner
2016-04-01  2:55       ` jay.xu
2016-04-01  3:23         ` Heiko Stuebner
2016-04-01  3:50           ` Xing Zheng
  -- strict thread matches above, loose matches on Subject: below --
2016-02-18 11:16 [PATCH v3 0/4] add core dtsi file " jianqun.xu
2016-02-18 11:16 ` [PATCH 4/4] ARM64: dts: rockchip: " jianqun.xu

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