Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1335992
| From | "jianqun.xu" <jay.xu@rock-chips.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/6] Add core dtsi for rk3399 from Rockchip |
| Date | 2016-02-17 03:00 +0100 |
| Message-ID | <r2Zzk-7EN-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Xu Jianqun <jay.xu@rock-chips.com> There is the new SoCs from Rockchip which named rk3399, the patches are added to support them. Two patch of cru from Xing are quoted, but the cru driver will be pushed by Xing near later. Xing Zheng (2): clk: rockchip: add dt-binding header for rk3399 dt-bindings: add documentation of rk3399 clock controller Xu Jianqun (4): spi: rockchip: add bindings for rk3399 spi ASoC: rockchip: add bindings for rk3399 i2s pinctrl: rockchip: add bindings for rk3399 pinctrl ARM64: dts: rockchip: add core dtsi file for rk3399 .../bindings/clock/rockchip,rk3399-cru.txt | 82 ++ .../bindings/pinctrl/rockchip,pinctrl.txt | 2 +- .../devicetree/bindings/sound/rockchip-i2s.txt | 1 + .../devicetree/bindings/spi/spi-rockchip.txt | 1 + arch/arm64/boot/dts/rockchip/rk3399.dtsi | 989 +++++++++++++++++++++ include/dt-bindings/clock/rk3399-cru.h | 610 +++++++++++++ 6 files changed, 1684 insertions(+), 1 deletion(-) 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 -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/6] Add core dtsi for rk3399 from Rockchip "jianqun.xu" <jay.xu@rock-chips.com> - 2016-02-17 03:00 +0100
[PATCH 3/6] ASoC: rockchip: add bindings for rk3399 i2s "jianqun.xu" <jay.xu@rock-chips.com> - 2016-02-17 03:00 +0100
Re: [PATCH 3/6] ASoC: rockchip: add bindings for rk3399 i2s Mark Brown <broonie@kernel.org> - 2016-02-17 12:10 +0100
Re: [PATCH 3/6] ASoC: rockchip: add bindings for rk3399 i2s Rob Herring <robh@kernel.org> - 2016-02-18 15:50 +0100
Re: [PATCH 3/6] ASoC: rockchip: add bindings for rk3399 i2s Mark Brown <broonie@kernel.org> - 2016-02-18 16:10 +0100
Re: [PATCH 3/6] ASoC: rockchip: add bindings for rk3399 i2s Rob Herring <robh@kernel.org> - 2016-02-18 15:40 +0100
[PATCH 5/6] dt-bindings: add documentation of rk3399 clock controller "jianqun.xu" <jay.xu@rock-chips.com> - 2016-02-17 03:00 +0100
Re: [PATCH 5/6] dt-bindings: add documentation of rk3399 clock controller Rob Herring <robh@kernel.org> - 2016-02-18 15:40 +0100
Re: [PATCH 5/6] dt-bindings: add documentation of rk3399 clock controller Jianqun Xu <jay.xu@rock-chips.com> - 2016-02-19 01:50 +0100
Re: [PATCH 5/6] dt-bindings: add documentation of rk3399 clock controller Heiko Stuebner <heiko@sntech.de> - 2016-02-19 02:00 +0100
Re: [PATCH 5/6] dt-bindings: add documentation of rk3399 clock controller Jianqun Xu <jay.xu@rock-chips.com> - 2016-02-19 02:10 +0100
[PATCH 4/6] pinctrl: rockchip: add bindings for rk3399 pinctrl "jianqun.xu" <jay.xu@rock-chips.com> - 2016-02-17 03:00 +0100
Re: [PATCH 4/6] pinctrl: rockchip: add bindings for rk3399 pinctrl Heiko Stuebner <heiko@sntech.de> - 2016-02-17 07:50 +0100
Re: [PATCH 4/6] pinctrl: rockchip: add bindings for rk3399 pinctrl Jianqun Xu <jay.xu@rock-chips.com> - 2016-02-17 08:30 +0100
[PATCH 6/6] ARM64: dts: rockchip: add core dtsi file for rk3399 "jianqun.xu" <jay.xu@rock-chips.com> - 2016-02-17 03:10 +0100
Re: [PATCH 6/6] ARM64: dts: rockchip: add core dtsi file for rk3399 Heiko Stuebner <heiko@sntech.de> - 2016-02-17 08:10 +0100
Re: [PATCH 6/6] ARM64: dts: rockchip: add core dtsi file for rk3399 Jianqun Xu <jay.xu@rock-chips.com> - 2016-02-18 02:50 +0100
Re: [PATCH 6/6] ARM64: dts: rockchip: add core dtsi file for rk3399 Marc Zyngier <marc.zyngier@arm.com> - 2016-02-17 12:30 +0100
Re: [PATCH 6/6] ARM64: dts: rockchip: add core dtsi file for rk3399 Mark Rutland <mark.rutland@arm.com> - 2016-02-17 12:50 +0100
Re: [PATCH 6/6] ARM64: dts: rockchip: add core dtsi file for rk3399 Jianqun Xu <jay.xu@rock-chips.com> - 2016-02-18 02:10 +0100
[PATCH 1/6] clk: rockchip: add dt-binding header for rk3399 "jianqun.xu" <jay.xu@rock-chips.com> - 2016-02-17 03:10 +0100
csiph-web