Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1501929

[PATCH 0/3] add basic SoC support for HiSilicon Hi3516CV300

From Pan Wen <wenpan@hisilicon.com>
Newsgroups linux.kernel
Subject [PATCH 0/3] add basic SoC support for HiSilicon Hi3516CV300
Date 2016-10-17 14:30 +0200
Message-ID <stfdg-3r0-27@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi3516CV300 is a SoC designed for HD IP camera. It has an integrated ISP and
H.265 video compression encoder. This patch set is mainly used to add basic SoC
support for Hi3516CV300. It includes crg driver and basic dts files.

Pan Wen (3):
  arm: hisi: add ARCH_MULTI_V5 support
  clk: hisilicon: add CRG driver for Hi3516CV300 SoC
  dts: hisi: add dts files for Hi3516CV300 demo board

 .../devicetree/bindings/clock/hisi-crg.txt         |  50 +++
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/hi3516cv300-demb.dts             | 148 ++++++++
 arch/arm/boot/dts/hi3516cv300.dtsi                 | 397 +++++++++++++++++++++
 arch/arm/mach-hisi/Kconfig                         |  10 +-
 drivers/clk/hisilicon/Kconfig                      |   8 +
 drivers/clk/hisilicon/Makefile                     |   1 +
 drivers/clk/hisilicon/crg-hi3516cv300.c            | 330 +++++++++++++++++
 drivers/clk/hisilicon/crg.h                        |  34 ++
 include/dt-bindings/clock/hi3516cv300-clock.h      |  48 +++
 10 files changed, 1021 insertions(+), 6 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/hisi-crg.txt
 create mode 100644 arch/arm/boot/dts/hi3516cv300-demb.dts
 create mode 100644 arch/arm/boot/dts/hi3516cv300.dtsi
 create mode 100644 drivers/clk/hisilicon/crg-hi3516cv300.c
 create mode 100644 drivers/clk/hisilicon/crg.h
 create mode 100644 include/dt-bindings/clock/hi3516cv300-clock.h

-- 
2.9.3

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] add basic SoC support for HiSilicon Hi3516CV300 Pan Wen <wenpan@hisilicon.com> - 2016-10-17 14:30 +0200
  [PATCH 2/3] clk: hisilicon: add CRG driver for Hi3516CV300 SoC Pan Wen <wenpan@hisilicon.com> - 2016-10-17 14:30 +0200
    Re: [PATCH 2/3] clk: hisilicon: add CRG driver for Hi3516CV300 SoC Rob Herring <robh@kernel.org> - 2016-10-18 18:00 +0200
      Re: [PATCH 2/3] clk: hisilicon: add CRG driver for Hi3516CV300 SoC Rob Herring <robh@kernel.org> - 2016-10-19 04:50 +0200
        Re: [PATCH 2/3] clk: hisilicon: add CRG driver for Hi3516CV300 SoC Jiancheng Xue <xuejiancheng@hisilicon.com> - 2016-10-19 06:00 +0200
          Re: [PATCH 2/3] clk: hisilicon: add CRG driver for Hi3516CV300 SoC Stephen Boyd <sboyd@codeaurora.org> - 2016-10-20 19:50 +0200
            Re: [PATCH 2/3] clk: hisilicon: add CRG driver for Hi3516CV300 SoC Jiancheng Xue <xuejiancheng@hisilicon.com> - 2016-10-21 03:50 +0200
      Re: [PATCH 2/3] clk: hisilicon: add CRG driver for Hi3516CV300 SoC Jiancheng Xue <xuejiancheng@hisilicon.com> - 2016-10-19 04:50 +0200
  [PATCH 3/3] dts: hisi: add dts files for Hi3516CV300 demo board Pan Wen <wenpan@hisilicon.com> - 2016-10-17 14:30 +0200

csiph-web