All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] add basic SoC support for HiSilicon Hi3516CV300
@ 2016-10-17 12:07 ` Pan Wen
  0 siblings, 0 replies; 68+ messages in thread
From: Pan Wen @ 2016-10-17 12:07 UTC (permalink / raw)
  To: mturquette, sboyd, robh+dt, mark.rutland, linux, xuwei5
  Cc: linux-clk, devicetree, linux-kernel, linux-arm-kernel,
	howell.yang, xuejiancheng, jalen.hsu, lvkuanliang, suwenping,
	raojun, kevin.lixu, wenpan

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

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

end of thread, other threads:[~2017-10-11  5:35 UTC | newest]

Thread overview: 68+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-17 12:07 [PATCH 0/3] add basic SoC support for HiSilicon Hi3516CV300 Pan Wen
2016-10-17 12:07 ` Pan Wen
2016-10-17 12:07 ` Pan Wen
2016-10-17 12:07 ` [PATCH 1/3] arm: hisi: add ARCH_MULTI_V5 support Pan Wen
2016-10-17 12:07   ` Pan Wen
2016-10-17 12:07   ` Pan Wen
2016-10-17 13:48   ` Arnd Bergmann
2016-10-17 13:48     ` Arnd Bergmann
2016-10-17 13:48     ` Arnd Bergmann
2016-11-16  8:56     ` wenpan
2016-11-16  8:56       ` wenpan
2016-11-16  8:56       ` wenpan
2016-11-16  9:31       ` Wei Xu
2016-11-16  9:31         ` Wei Xu
2016-11-16  9:31         ` Wei Xu
2016-11-17  3:03         ` Jiancheng Xue
2016-11-17  3:03           ` Jiancheng Xue
2016-11-17  3:03           ` Jiancheng Xue
2016-11-18  6:42           ` Jiancheng Xue
2016-11-18  6:42             ` Jiancheng Xue
2016-11-18  6:42             ` Jiancheng Xue
2017-10-11  5:35             ` Hao Zhang
2016-12-05  2:03     ` Jiancheng Xue
2016-12-05  2:03       ` Jiancheng Xue
2016-12-09 15:07       ` Marty Plummer
2016-12-09 15:07         ` Marty Plummer
2016-12-12  7:11         ` Jiancheng Xue
2016-12-12  7:11           ` Jiancheng Xue
     [not found]           ` <59a9b91c-d7be-cf3a-d461-252cb493d61c@gmail.com>
2017-01-20  1:47             ` Jiancheng Xue
2017-01-20  1:47               ` Jiancheng Xue
2017-01-27 16:44               ` Arnd Bergmann
2017-01-27 16:44                 ` Arnd Bergmann
2016-10-17 12:07 ` [PATCH 2/3] clk: hisilicon: add CRG driver for Hi3516CV300 SoC Pan Wen
2016-10-17 12:07   ` Pan Wen
2016-10-17 12:07   ` Pan Wen
2016-10-18 15:58   ` Rob Herring
2016-10-18 15:58     ` Rob Herring
2016-10-19  2:38     ` Jiancheng Xue
2016-10-19  2:38       ` Jiancheng Xue
2016-10-19  2:38       ` Jiancheng Xue
2016-10-19  2:45       ` Rob Herring
2016-10-19  2:45         ` Rob Herring
2016-10-19  2:45         ` Rob Herring
2016-10-19  2:45         ` Rob Herring
2016-10-19  3:54         ` Jiancheng Xue
2016-10-19  3:54           ` Jiancheng Xue
2016-10-19  3:54           ` Jiancheng Xue
2016-10-19  3:54           ` Jiancheng Xue
2016-10-20 17:48           ` Stephen Boyd
2016-10-20 17:48             ` Stephen Boyd
2016-10-20 17:48             ` Stephen Boyd
2016-10-20 17:48             ` Stephen Boyd
2016-10-21  1:46             ` Jiancheng Xue
2016-10-21  1:46               ` Jiancheng Xue
2016-10-21  1:46               ` Jiancheng Xue
2016-10-21  1:46               ` Jiancheng Xue
2016-10-17 12:07 ` [PATCH 3/3] dts: hisi: add dts files for Hi3516CV300 demo board Pan Wen
2016-10-17 12:07   ` Pan Wen
2016-10-17 12:07   ` Pan Wen
2016-12-12 11:34   ` Jiancheng Xue
2016-12-12 11:34     ` Jiancheng Xue
2016-12-12 11:34     ` Jiancheng Xue
2017-01-20 16:40   ` Wei Xu
2017-01-20 16:40     ` Wei Xu
2017-01-20 16:40     ` Wei Xu
2017-01-22  9:33   ` Kefeng Wang
2017-01-22  9:33     ` Kefeng Wang
2017-01-22  9:33     ` Kefeng Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.