Re: [project-aspen-dev] Re: [PATCH 1/3] clk: hisilicon: add hisi phase clock support

2017-11-15 Thread Jiancheng Xue
Hi Shawn, On 2017/11/16 10:31, Shawn Guo wrote: > On Wed, Oct 18, 2017 at 07:00:27AM -0400, Jiancheng Xue wrote: >> From: tianshuliang <tianshuli...@hisilicon.com> >> >> Add a phase clock type for HiSilicon SoCs,which supports >> clk_set_phase operation. >

Re: [project-aspen-dev] Re: [PATCH 1/3] clk: hisilicon: add hisi phase clock support

2017-11-15 Thread Jiancheng Xue
Hi Shawn, On 2017/11/16 10:31, Shawn Guo wrote: > On Wed, Oct 18, 2017 at 07:00:27AM -0400, Jiancheng Xue wrote: >> From: tianshuliang >> >> Add a phase clock type for HiSilicon SoCs,which supports >> clk_set_phase operation. > > As the pair of phase operati

[PATCH v2 0/2] [media] rc/keymaps: add support for two RCs of hisilicon boards.

2017-10-19 Thread Jiancheng Xue
Add support for two remote controllers of hisilicon boards. ChangeLog: v2: Supplement copyright statements for source files. Younian Wang (2): [media] rc/keymaps: add support for RC of hisilicon TV demo boards [media] rc/keymaps: add support for RC of hisilicon poplar board

[PATCH v2 1/2] [media] rc/keymaps: add support for RC of hisilicon TV demo boards

2017-10-19 Thread Jiancheng Xue
From: Younian Wang <wangyoun...@hisilicon.com> This is a NEC protocol type remote controller distributed with hisilicon TV demo boards. Signed-off-by: Younian Wang <wangyoun...@hisilicon.com> Signed-off-by: Jiancheng Xue <xuejianch...@hisilicon.com> --- drivers/media/r

[PATCH v2 0/2] [media] rc/keymaps: add support for two RCs of hisilicon boards.

2017-10-19 Thread Jiancheng Xue
Add support for two remote controllers of hisilicon boards. ChangeLog: v2: Supplement copyright statements for source files. Younian Wang (2): [media] rc/keymaps: add support for RC of hisilicon TV demo boards [media] rc/keymaps: add support for RC of hisilicon poplar board

[PATCH v2 1/2] [media] rc/keymaps: add support for RC of hisilicon TV demo boards

2017-10-19 Thread Jiancheng Xue
From: Younian Wang This is a NEC protocol type remote controller distributed with hisilicon TV demo boards. Signed-off-by: Younian Wang Signed-off-by: Jiancheng Xue --- drivers/media/rc/keymaps/Makefile | 1 + drivers/media/rc/keymaps/rc-hisi-tv-demo.c | 81

[PATCH v2 2/2] [media] rc/keymaps: add support for RC of hisilicon poplar board

2017-10-19 Thread Jiancheng Xue
From: Younian Wang <wangyoun...@hisilicon.com> This is a NEC protocol type remote controller distributed with 96boards poplar@tocoding board. Signed-off-by: Younian Wang <wangyoun...@hisilicon.com> Signed-off-by: Jiancheng Xue <xuejianch...@hisilicon.com> --- drivers/media/r

[PATCH v2 2/2] [media] rc/keymaps: add support for RC of hisilicon poplar board

2017-10-19 Thread Jiancheng Xue
From: Younian Wang This is a NEC protocol type remote controller distributed with 96boards poplar@tocoding board. Signed-off-by: Younian Wang Signed-off-by: Jiancheng Xue --- drivers/media/rc/keymaps/Makefile | 1 + drivers/media/rc/keymaps/rc-hisi-poplar.c | 69

Re: [PATCH 0/2] [media] rc/keymaps: add support for two RCs of hisilicon boards.

2017-10-19 Thread Jiancheng Xue
Hi Hans, On 2017/10/19 15:01, Hans Verkuil wrote: > On 10/18/2017 12:54 PM, Jiancheng Xue wrote: >> Add support for two remote controllers of hisilicon boards. >> >> Younian Wang (2): >> [media] rc/keymaps: add support for RC of hisilicon TV demo boards >>

Re: [PATCH 0/2] [media] rc/keymaps: add support for two RCs of hisilicon boards.

2017-10-19 Thread Jiancheng Xue
Hi Hans, On 2017/10/19 15:01, Hans Verkuil wrote: > On 10/18/2017 12:54 PM, Jiancheng Xue wrote: >> Add support for two remote controllers of hisilicon boards. >> >> Younian Wang (2): >> [media] rc/keymaps: add support for RC of hisilicon TV demo boards >>

Re: [PATCH 1/2] [media] rc/keymaps: add support for RC of hisilicon TV demo boards

2017-10-18 Thread Jiancheng Xue
Hi, On 2017/10/18 17:31, Sean Young wrote: > On Wed, Oct 18, 2017 at 06:54:56AM -0400, Jiancheng Xue wrote: >> From: Younian Wang <wangyoun...@hisilicon.com> >> >> This is a NEC protocol type remote controller distributed with >> hisilicon TV demo boards.

Re: [PATCH 1/2] [media] rc/keymaps: add support for RC of hisilicon TV demo boards

2017-10-18 Thread Jiancheng Xue
Hi, On 2017/10/18 17:31, Sean Young wrote: > On Wed, Oct 18, 2017 at 06:54:56AM -0400, Jiancheng Xue wrote: >> From: Younian Wang >> >> This is a NEC protocol type remote controller distributed with >> hisilicon TV demo boards. >> >> Signed-off-by: Younia

[PATCH 2/3] arm64: dts: hisilicon: add pinctrl nodes for hi3798cv200-poplar board

2017-10-17 Thread Jiancheng Xue
From: Younian Wang <wangyoun...@hisilicon.com> Add pinctrl nodes for hi3798cv200-poplar board Signed-off-by: Younian Wang <wangyoun...@hisilicon.com> Signed-off-by: Jiancheng Xue <xuejianch...@hisilicon.com> --- .../boot/dts/hisilicon/hi3798cv200-poplar.dts | 1 + a

[PATCH 2/3] arm64: dts: hisilicon: add pinctrl nodes for hi3798cv200-poplar board

2017-10-17 Thread Jiancheng Xue
From: Younian Wang Add pinctrl nodes for hi3798cv200-poplar board Signed-off-by: Younian Wang Signed-off-by: Jiancheng Xue --- .../boot/dts/hisilicon/hi3798cv200-poplar.dts | 1 + arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi | 71 +++ arch/arm64/boot/dts/hisilicon/poplar

[PATCH 1/3] arm64: dts: hisilicon: supplement properties of ir node for poplar board

2017-10-17 Thread Jiancheng Xue
From: Younian Wang Supplement properties of ir node for poplar board. Signed-off-by: Younian Wang --- arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCH 0/3] arm64: dts: add more nodes and properities for hi3798cv200-poplar board

2017-10-17 Thread Jiancheng Xue
Add more devices nodes and properties for poplar board, involving ir, emmc and pinctrl nodes. Younian Wang (2): arm64: dts: hisilicon: supplement properties of ir node for poplar board arm64: dts: hisilicon: add pinctrl nodes for hi3798cv200-poplar board tianshuliang (1): arm64: dts:

[PATCH 3/3] arm64: dts: hisilicon: supplement properties of emmc nodes for hi3798cv200-poplar board

2017-10-17 Thread Jiancheng Xue
From: tianshuliang Supplement properties of emmc nodes to support high performance. Signed-off-by: tianshuliang --- arch/arm64/boot/dts/hisilicon/hi3798cv200-poplar.dts | 12 arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi

[PATCH 1/3] arm64: dts: hisilicon: supplement properties of ir node for poplar board

2017-10-17 Thread Jiancheng Xue
From: Younian Wang Supplement properties of ir node for poplar board. Signed-off-by: Younian Wang --- arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi

[PATCH 0/3] arm64: dts: add more nodes and properities for hi3798cv200-poplar board

2017-10-17 Thread Jiancheng Xue
Add more devices nodes and properties for poplar board, involving ir, emmc and pinctrl nodes. Younian Wang (2): arm64: dts: hisilicon: supplement properties of ir node for poplar board arm64: dts: hisilicon: add pinctrl nodes for hi3798cv200-poplar board tianshuliang (1): arm64: dts:

[PATCH 3/3] arm64: dts: hisilicon: supplement properties of emmc nodes for hi3798cv200-poplar board

2017-10-17 Thread Jiancheng Xue
From: tianshuliang Supplement properties of emmc nodes to support high performance. Signed-off-by: tianshuliang --- arch/arm64/boot/dts/hisilicon/hi3798cv200-poplar.dts | 12 arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi | 8 +--- 2 files changed, 17 insertions(+), 3

[PATCH 0/2] mmc: add an specific emmc driver for hi3798cv200-poplar board

2017-10-17 Thread Jiancheng Xue
Add an specific emmc driver for hi3798cv200-poplar board. Previously, it used the generic dw-mmc driver with lower performance. tianshuliang (2): dt-bindings: mmc: add bindings for hi3798cv200-dw-mshc mmc: dw_mmc: add support for hi3798cv200 specific extensions of dw-mshc

[PATCH 0/2] mmc: add an specific emmc driver for hi3798cv200-poplar board

2017-10-17 Thread Jiancheng Xue
Add an specific emmc driver for hi3798cv200-poplar board. Previously, it used the generic dw-mmc driver with lower performance. tianshuliang (2): dt-bindings: mmc: add bindings for hi3798cv200-dw-mshc mmc: dw_mmc: add support for hi3798cv200 specific extensions of dw-mshc

[PATCH 2/2] mmc: dw_mmc: add support for hi3798cv200 specific extensions of dw-mshc

2017-10-17 Thread Jiancheng Xue
From: tianshuliang <tianshuli...@hisilicon.com> Hi3798cv200 SoC extends the dw-mshc controller for additional clock and bus control. Add support for these extensions. Signed-off-by: tianshuliang <tianshuli...@hisilicon.com> Signed-off-by: Jiancheng Xue <xuejianch...@hisilicon.co

[PATCH 1/2] dt-bindings: mmc: add bindings for hi3798cv200-dw-mshc

2017-10-17 Thread Jiancheng Xue
From: tianshuliang <tianshuli...@hisilicon.com> Hisilicon hi3798cv200 SoC extends the dw-mshc controller for additional clock control. Add device tree bindings for hi3798cv200-dw-mshc. Signed-off-by: tianshuliang <tianshuli...@hisilicon.com> Signed-off-by: Jiancheng Xu

[PATCH 2/2] mmc: dw_mmc: add support for hi3798cv200 specific extensions of dw-mshc

2017-10-17 Thread Jiancheng Xue
From: tianshuliang Hi3798cv200 SoC extends the dw-mshc controller for additional clock and bus control. Add support for these extensions. Signed-off-by: tianshuliang Signed-off-by: Jiancheng Xue --- drivers/mmc/host/Kconfig | 9 ++ drivers/mmc/host/Makefile | 1

[PATCH 1/2] dt-bindings: mmc: add bindings for hi3798cv200-dw-mshc

2017-10-17 Thread Jiancheng Xue
From: tianshuliang Hisilicon hi3798cv200 SoC extends the dw-mshc controller for additional clock control. Add device tree bindings for hi3798cv200-dw-mshc. Signed-off-by: tianshuliang Signed-off-by: Jiancheng Xue --- .../bindings/mmc/hi3798cv200-dw-mshc.txt | 51

[PATCH 1/3] clk: hisilicon: add hisi phase clock support

2017-10-17 Thread Jiancheng Xue
From: tianshuliang <tianshuli...@hisilicon.com> Add a phase clock type for HiSilicon SoCs,which supports clk_set_phase operation. Signed-off-by: tianshuliang <tianshuli...@hisilicon.com> Signed-off-by: Jiancheng Xue <xuejianch...@hisilicon.com> --- drivers/clk/hisilicon/Make

[PATCH 0/3] add more clock definitions for hi3798cv200-poplar board

2017-10-17 Thread Jiancheng Xue
Add more clock definitions for hi3798cv200-poplar board. Younian Wang (1): clk: hisilicon: correct ir clock rate for hi3798cv200 SoC tianshuliang (2): clk: hisilicon: add hisi phase clock support clk: hisilicon: add emmc sample and drive clock for hi3798cv200 SoC

[PATCH 1/3] clk: hisilicon: add hisi phase clock support

2017-10-17 Thread Jiancheng Xue
From: tianshuliang Add a phase clock type for HiSilicon SoCs,which supports clk_set_phase operation. Signed-off-by: tianshuliang Signed-off-by: Jiancheng Xue --- drivers/clk/hisilicon/Makefile | 2 +- drivers/clk/hisilicon/clk-hisi-phase.c | 117

[PATCH 0/3] add more clock definitions for hi3798cv200-poplar board

2017-10-17 Thread Jiancheng Xue
Add more clock definitions for hi3798cv200-poplar board. Younian Wang (1): clk: hisilicon: correct ir clock rate for hi3798cv200 SoC tianshuliang (2): clk: hisilicon: add hisi phase clock support clk: hisilicon: add emmc sample and drive clock for hi3798cv200 SoC

[PATCH 3/3] clk: hisilicon: correct ir clock rate for hi3798cv200 SoC

2017-10-17 Thread Jiancheng Xue
From: Younian Wang Correct ir clock rate for hi3798cv200 SoC. Signed-off-by: Younian Wang --- drivers/clk/hisilicon/crg-hi3798cv200.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 2/3] clk: hisilicon: add emmc sample and drive clock for hi3798cv200 SoC

2017-10-17 Thread Jiancheng Xue
From: tianshuliang <tianshuli...@hisilicon.com> Add emmc sample and emmc drive clock for Hi3798cv200 SoC Signed-off-by: tianshuliang <tianshuli...@hisilicon.com> Signed-off-by: Jiancheng Xue <xuejianch...@hisilicon.com> --- drivers/clk/hisilicon/crg-

[PATCH 3/3] clk: hisilicon: correct ir clock rate for hi3798cv200 SoC

2017-10-17 Thread Jiancheng Xue
From: Younian Wang Correct ir clock rate for hi3798cv200 SoC. Signed-off-by: Younian Wang --- drivers/clk/hisilicon/crg-hi3798cv200.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/hisilicon/crg-hi3798cv200.c b/drivers/clk/hisilicon/crg-hi3798cv200.c index

[PATCH 2/3] clk: hisilicon: add emmc sample and drive clock for hi3798cv200 SoC

2017-10-17 Thread Jiancheng Xue
From: tianshuliang Add emmc sample and emmc drive clock for Hi3798cv200 SoC Signed-off-by: tianshuliang Signed-off-by: Jiancheng Xue --- drivers/clk/hisilicon/crg-hi3798cv200.c | 25 - 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/drivers/clk/hisilicon

[PATCH 2/2] [media] rc/keymaps: add support for RC of hisilicon poplar board

2017-10-17 Thread Jiancheng Xue
From: Younian Wang <wangyoun...@hisilicon.com> This is a NEC protocol type remote controller distributed with 96boards poplar@tocoding board. Signed-off-by: Younian Wang <wangyoun...@hisilicon.com> Signed-off-by: Jiancheng Xue <xuejianch...@hisilicon.com> --- drivers/media/r

[PATCH 2/2] [media] rc/keymaps: add support for RC of hisilicon poplar board

2017-10-17 Thread Jiancheng Xue
From: Younian Wang This is a NEC protocol type remote controller distributed with 96boards poplar@tocoding board. Signed-off-by: Younian Wang Signed-off-by: Jiancheng Xue --- drivers/media/rc/keymaps/Makefile | 1 + drivers/media/rc/keymaps/rc-hisi-poplar.c | 58

[PATCH 0/2] [media] rc/keymaps: add support for two RCs of hisilicon boards.

2017-10-17 Thread Jiancheng Xue
Add support for two remote controllers of hisilicon boards. Younian Wang (2): [media] rc/keymaps: add support for RC of hisilicon TV demo boards [media] rc/keymaps: add support for RC of hisilicon poplar board drivers/media/rc/keymaps/Makefile | 2 +

[PATCH 0/2] [media] rc/keymaps: add support for two RCs of hisilicon boards.

2017-10-17 Thread Jiancheng Xue
Add support for two remote controllers of hisilicon boards. Younian Wang (2): [media] rc/keymaps: add support for RC of hisilicon TV demo boards [media] rc/keymaps: add support for RC of hisilicon poplar board drivers/media/rc/keymaps/Makefile | 2 +

[PATCH 1/2] [media] rc/keymaps: add support for RC of hisilicon TV demo boards

2017-10-17 Thread Jiancheng Xue
From: Younian Wang <wangyoun...@hisilicon.com> This is a NEC protocol type remote controller distributed with hisilicon TV demo boards. Signed-off-by: Younian Wang <wangyoun...@hisilicon.com> Signed-off-by: Jiancheng Xue <xuejianch...@hisilicon.com> --- drivers/media/r

[PATCH 1/2] [media] rc/keymaps: add support for RC of hisilicon TV demo boards

2017-10-17 Thread Jiancheng Xue
From: Younian Wang This is a NEC protocol type remote controller distributed with hisilicon TV demo boards. Signed-off-by: Younian Wang Signed-off-by: Jiancheng Xue --- drivers/media/rc/keymaps/Makefile | 1 + drivers/media/rc/keymaps/rc-hisi-tv-demo.c | 70

[PATCH v2 0/4] Enable usb2 function on poplar board

2017-07-26 Thread Jiancheng Xue
This patchset is mainly used to enable the usb2 function on poplar board, including usb2 phy drivers, dts nodes and configs. Jiancheng Xue (3): dt-bindings: phy-hisi-inno-usb2: add support for hisi-inno-usb2 phy arm64: dts: hisilicon: add usb2 controller and phy nodes for poplar board

[PATCH v2 0/4] Enable usb2 function on poplar board

2017-07-26 Thread Jiancheng Xue
This patchset is mainly used to enable the usb2 function on poplar board, including usb2 phy drivers, dts nodes and configs. Jiancheng Xue (3): dt-bindings: phy-hisi-inno-usb2: add support for hisi-inno-usb2 phy arm64: dts: hisilicon: add usb2 controller and phy nodes for poplar board

[PATCH v2 3/4] arm64: dts: hisilicon: add usb2 controller and phy nodes for poplar board.

2017-07-26 Thread Jiancheng Xue
Add usb2 controller and phy nodes for poplar board. Signed-off-by: Jiancheng Xue <xuejianch...@hisilicon.com> Reviewed-by: Daniel Thompson <daniel.thomp...@linaro.org> --- .../boot/dts/hisilicon/hi3798cv200-poplar.dts | 13 + arch/arm64/boot/dts/hisilicon/hi3798cv200.d

[PATCH v2 3/4] arm64: dts: hisilicon: add usb2 controller and phy nodes for poplar board.

2017-07-26 Thread Jiancheng Xue
Add usb2 controller and phy nodes for poplar board. Signed-off-by: Jiancheng Xue Reviewed-by: Daniel Thompson --- .../boot/dts/hisilicon/hi3798cv200-poplar.dts | 13 + arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi | 60 ++ 2 files changed, 73 insertions

[PATCH v2 4/4] arm64: defconfig: enable some drivers for hi3798cv200-poplar board.

2017-07-26 Thread Jiancheng Xue
Enable GMAC,I2C,USB2-PHY for hi3798cv200-poplar board. Signed-off-by: Jiancheng Xue <xuejianch...@hisilicon.com> --- arch/arm64/configs/defconfig | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 6c7d147..93c709d7

[PATCH v2 4/4] arm64: defconfig: enable some drivers for hi3798cv200-poplar board.

2017-07-26 Thread Jiancheng Xue
Enable GMAC,I2C,USB2-PHY for hi3798cv200-poplar board. Signed-off-by: Jiancheng Xue --- arch/arm64/configs/defconfig | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 6c7d147..93c709d7 100644 --- a/arch/arm64/configs

[PATCH v2 2/4] phy: add inno-usb2-phy driver for hi3798cv200 SoC

2017-07-26 Thread Jiancheng Xue
From: Pengcheng Li <lpc...@hisilicon.com> Add inno-usb2-phy driver for hi3798cv200 SoC. Signed-off-by: Pengcheng Li <lpc...@hisilicon.com> Signed-off-by: Jiancheng Xue <xuejianch...@hisilicon.com> --- drivers/phy/hisilicon/Kconfig | 11 +- drivers/phy/

[PATCH v2 2/4] phy: add inno-usb2-phy driver for hi3798cv200 SoC

2017-07-26 Thread Jiancheng Xue
From: Pengcheng Li Add inno-usb2-phy driver for hi3798cv200 SoC. Signed-off-by: Pengcheng Li Signed-off-by: Jiancheng Xue --- drivers/phy/hisilicon/Kconfig | 11 +- drivers/phy/hisilicon/Makefile | 1 + drivers/phy/hisilicon/phy-hisi-inno-usb2.c | 236

[PATCH v2 1/4] dt-bindings: phy-hisi-inno-usb2: add support for hisi-inno-usb2 phy

2017-07-26 Thread Jiancheng Xue
Add support for hisi-inno-usb2 phy. Signed-off-by: Jiancheng Xue <xuejianch...@hisilicon.com> --- .../devicetree/bindings/phy/phy-hisi-inno-usb2.txt | 31 ++ 1 file changed, 31 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/phy-hisi-inno-us

[PATCH v2 1/4] dt-bindings: phy-hisi-inno-usb2: add support for hisi-inno-usb2 phy

2017-07-26 Thread Jiancheng Xue
Add support for hisi-inno-usb2 phy. Signed-off-by: Jiancheng Xue --- .../devicetree/bindings/phy/phy-hisi-inno-usb2.txt | 31 ++ 1 file changed, 31 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/phy-hisi-inno-usb2.txt diff --git a/Documentation

Re: [PATCH 2/5] dt-bindings: phy-hisi-inno-usb2: add support for hisi-inno-usb2 phy

2017-06-22 Thread Jiancheng Xue
Hi, On 2017/6/21 17:00, Jiancheng Xue wrote: > Add support for hisi-inno-usb2 phy. > > Signed-off-by: Jiancheng Xue <xuejianch...@hisilicon.com> > --- > .../devicetree/bindings/phy/phy-hisi-inno-usb2.txt | 36 > ++ > 1 file changed, 36 insertio

Re: [PATCH 2/5] dt-bindings: phy-hisi-inno-usb2: add support for hisi-inno-usb2 phy

2017-06-22 Thread Jiancheng Xue
Hi, On 2017/6/21 17:00, Jiancheng Xue wrote: > Add support for hisi-inno-usb2 phy. > > Signed-off-by: Jiancheng Xue > --- > .../devicetree/bindings/phy/phy-hisi-inno-usb2.txt | 36 > ++ > 1 file changed, 36 insertions(+) > create mode 100644 &g

[PATCH 0/5] enable usb2 function on poplar board.

2017-06-21 Thread Jiancheng Xue
This patchset is mainly used to enable usb2 function on poplar board. Jiancheng Xue (4): clk: hisilicon: add usb2 clocks for hi3798cv200 SoC dt-bindings: phy-hisi-inno-usb2: add support for hisi-inno-usb2 phy arm64: dts: hisilicon: add usb2 controller and phy nodes for poplar board

[PATCH 0/5] enable usb2 function on poplar board.

2017-06-21 Thread Jiancheng Xue
This patchset is mainly used to enable usb2 function on poplar board. Jiancheng Xue (4): clk: hisilicon: add usb2 clocks for hi3798cv200 SoC dt-bindings: phy-hisi-inno-usb2: add support for hisi-inno-usb2 phy arm64: dts: hisilicon: add usb2 controller and phy nodes for poplar board

[PATCH 2/5] dt-bindings: phy-hisi-inno-usb2: add support for hisi-inno-usb2 phy

2017-06-21 Thread Jiancheng Xue
Add support for hisi-inno-usb2 phy. Signed-off-by: Jiancheng Xue <xuejianch...@hisilicon.com> --- .../devicetree/bindings/phy/phy-hisi-inno-usb2.txt | 36 ++ 1 file changed, 36 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/phy-hisi-inno-us

[PATCH 2/5] dt-bindings: phy-hisi-inno-usb2: add support for hisi-inno-usb2 phy

2017-06-21 Thread Jiancheng Xue
Add support for hisi-inno-usb2 phy. Signed-off-by: Jiancheng Xue --- .../devicetree/bindings/phy/phy-hisi-inno-usb2.txt | 36 ++ 1 file changed, 36 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/phy-hisi-inno-usb2.txt diff --git a/Documentation

[PATCH 1/5] clk: hisilicon: add usb2 clocks for hi3798cv200 SoC

2017-06-21 Thread Jiancheng Xue
Add usb2 clocks for hi3798cv200 SoC. Signed-off-by: Jiancheng Xue <xuejianch...@hisilicon.com> Reviewed-by: Daniel Thompson <daniel.thomp...@linaro.org> --- drivers/clk/hisilicon/crg-hi3798cv200.c | 21 + include/dt-bindings/clock/histb-clock.h | 9 - 2 f

[PATCH 4/5] arm64: dts: hisilicon: add usb2 controller and phy nodes for poplar board.

2017-06-21 Thread Jiancheng Xue
Add usb2 controller and phy nodes for poplar board. Signed-off-by: Jiancheng Xue <xuejianch...@hisilicon.com> Reviewed-by: Daniel Thompson <daniel.thomp...@linaro.org> --- .../boot/dts/hisilicon/hi3798cv200-poplar.dts | 13 ++ arch/arm64/boot/dts/hisilicon/hi3798cv200.d

[PATCH 1/5] clk: hisilicon: add usb2 clocks for hi3798cv200 SoC

2017-06-21 Thread Jiancheng Xue
Add usb2 clocks for hi3798cv200 SoC. Signed-off-by: Jiancheng Xue Reviewed-by: Daniel Thompson --- drivers/clk/hisilicon/crg-hi3798cv200.c | 21 + include/dt-bindings/clock/histb-clock.h | 9 - 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/drivers

[PATCH 4/5] arm64: dts: hisilicon: add usb2 controller and phy nodes for poplar board.

2017-06-21 Thread Jiancheng Xue
Add usb2 controller and phy nodes for poplar board. Signed-off-by: Jiancheng Xue Reviewed-by: Daniel Thompson --- .../boot/dts/hisilicon/hi3798cv200-poplar.dts | 13 ++ arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi | 47 ++ 2 files changed, 60 insertions

[PATCH 5/5] arm64: defconfig: enable some drivers and configs for hi3798cv200-poplar board.

2017-06-21 Thread Jiancheng Xue
Enable GMAC,I2C,IR,USB2-PHY for hi3798cv200-poplar board. Signed-off-by: Jiancheng Xue <xuejianch...@hisilicon.com> --- arch/arm64/configs/defconfig | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig

[PATCH 5/5] arm64: defconfig: enable some drivers and configs for hi3798cv200-poplar board.

2017-06-21 Thread Jiancheng Xue
Enable GMAC,I2C,IR,USB2-PHY for hi3798cv200-poplar board. Signed-off-by: Jiancheng Xue --- arch/arm64/configs/defconfig | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 97c123e..b45d760 100644

[PATCH 3/5] phy: add inno-usb2-phy driver for hi3798cv200 SoC

2017-06-21 Thread Jiancheng Xue
From: Pengcheng Li <lpc...@hisilicon.com> Add inno-usb2-phy driver for hi3798cv200 SoC. Signed-off-by: Pengcheng Li <lpc...@hisilicon.com> Signed-off-by: Jiancheng Xue <xuejianch...@hisilicon.com> --- drivers/phy/Kconfig | 10 ++ drivers/phy/Makefile

[PATCH 3/5] phy: add inno-usb2-phy driver for hi3798cv200 SoC

2017-06-21 Thread Jiancheng Xue
From: Pengcheng Li Add inno-usb2-phy driver for hi3798cv200 SoC. Signed-off-by: Pengcheng Li Signed-off-by: Jiancheng Xue --- drivers/phy/Kconfig | 10 ++ drivers/phy/Makefile | 1 + drivers/phy/phy-hisi-inno-usb2.c | 287 +++ 3

[PATCH] arm64: defconfig: enable several drivers for HiSilicon Hi3798CV200 SoC

2017-05-19 Thread Jiancheng Xue
Enable the following drivers for HiSilicon Hi3798CV200 SoC: ethernet, i2c and ir. Signed-off-by: Jiancheng Xue <xuejianch...@hisilicon.com> --- arch/arm64/configs/defconfig | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/def

[PATCH] arm64: defconfig: enable several drivers for HiSilicon Hi3798CV200 SoC

2017-05-19 Thread Jiancheng Xue
Enable the following drivers for HiSilicon Hi3798CV200 SoC: ethernet, i2c and ir. Signed-off-by: Jiancheng Xue --- arch/arm64/configs/defconfig | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index ce07285..40251bd 100644

[PATCH v3 0/2] add dts files for hi3798cv200-Poplar board

2017-03-29 Thread Jiancheng Xue
This patch set mainly adds dts files for hi3798cv200-Poplar board. Jiancheng Xue (2): dt-bindings: arm: hisilicon: add bindings for hi3798cv200 SoC and Poplar board arm64: dts: hisilicon: add dts files for hi3798cv200-poplar board .../bindings/arm/hisilicon/hisilicon.txt | 4

[PATCH v3 0/2] add dts files for hi3798cv200-Poplar board

2017-03-29 Thread Jiancheng Xue
This patch set mainly adds dts files for hi3798cv200-Poplar board. Jiancheng Xue (2): dt-bindings: arm: hisilicon: add bindings for hi3798cv200 SoC and Poplar board arm64: dts: hisilicon: add dts files for hi3798cv200-poplar board .../bindings/arm/hisilicon/hisilicon.txt | 4

[PATCH v3 2/2] arm64: dts: hisilicon: add dts files for hi3798cv200-poplar board

2017-03-29 Thread Jiancheng Xue
. Signed-off-by: Jiancheng Xue <xuejianch...@hisilicon.com> Reviewed-by: Alex Elder <el...@linaro.org> Acked-by: Peter Griffin <peter.grif...@linaro.org> --- Changed Log: v3: - Refined the patch according to Andreas's suggestions. 1. Changed the license. 2. Added alias for uar

[PATCH v3 2/2] arm64: dts: hisilicon: add dts files for hi3798cv200-poplar board

2017-03-29 Thread Jiancheng Xue
. Signed-off-by: Jiancheng Xue Reviewed-by: Alex Elder Acked-by: Peter Griffin --- Changed Log: v3: - Refined the patch according to Andreas's suggestions. 1. Changed the license. 2. Added alias for uart2. 3. Reordered the device nodes. v2: - Fixed issues pointed by Rob Herring. 1. Moved

[PATCH v3 1/2] dt-bindings: arm: hisilicon: add bindings for hi3798cv200 SoC and Poplar board

2017-03-29 Thread Jiancheng Xue
Add bindings for HiSilicon hi3798cv200 SoC and Poplar Board. Signed-off-by: Jiancheng Xue <xuejianch...@hisilicon.com> Reviewed-by: Alex Elder <el...@linaro.org> Acked-by: Peter Griffin <peter.grif...@linaro.org> Acked-by: Rob Herring <r...@kernel.org> --- Documentation

[PATCH v3 1/2] dt-bindings: arm: hisilicon: add bindings for hi3798cv200 SoC and Poplar board

2017-03-29 Thread Jiancheng Xue
Add bindings for HiSilicon hi3798cv200 SoC and Poplar Board. Signed-off-by: Jiancheng Xue Reviewed-by: Alex Elder Acked-by: Peter Griffin Acked-by: Rob Herring --- Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt | 4 1 file changed, 4 insertions(+) diff --git

Re: [PATCH v2 1/2] dt-bindings: arm: hisilicon: add bindings for hi3798cv200 SoC and Poplar board

2017-02-26 Thread Jiancheng Xue
Hi Andreas, On 2017/2/26 9:32, Andreas Färber wrote: > Am 22.02.2017 um 09:38 schrieb Jiancheng Xue: >> Add bindings for HiSilicon hi3798cv200 SoC and Poplar Board. >> >> Signed-off-by: Jiancheng Xue <xuejianch...@hisilicon.com> >> --- >> Document

Re: [PATCH v2 1/2] dt-bindings: arm: hisilicon: add bindings for hi3798cv200 SoC and Poplar board

2017-02-26 Thread Jiancheng Xue
Hi Andreas, On 2017/2/26 9:32, Andreas Färber wrote: > Am 22.02.2017 um 09:38 schrieb Jiancheng Xue: >> Add bindings for HiSilicon hi3798cv200 SoC and Poplar Board. >> >> Signed-off-by: Jiancheng Xue >> --- >> Documentation/devicetree/bindings/arm/hisilicon/

[PATCH v2 2/2] arm64: dts: hisilicon: add dts files for hi3798cv200-poplar board

2017-02-22 Thread Jiancheng Xue
. Signed-off-by: Jiancheng Xue <xuejianch...@hisilicon.com> Reviewed-by: Alex Elder <el...@linaro.org> --- Changed Log: v2: - Fixed issues pointed by Rob Herring. 1. Moved the led node out of the soc node. 2. Restrained the ranges property of soc node smaller. - Refined the pat

[PATCH v2 2/2] arm64: dts: hisilicon: add dts files for hi3798cv200-poplar board

2017-02-22 Thread Jiancheng Xue
. Signed-off-by: Jiancheng Xue Reviewed-by: Alex Elder --- Changed Log: v2: - Fixed issues pointed by Rob Herring. 1. Moved the led node out of the soc node. 2. Restrained the ranges property of soc node smaller. - Refined the patch according to Andreas's suggestions. - Enabled gmac1 device node

[PATCH v2 1/2] dt-bindings: arm: hisilicon: add bindings for hi3798cv200 SoC and Poplar board

2017-02-22 Thread Jiancheng Xue
Add bindings for HiSilicon hi3798cv200 SoC and Poplar Board. Signed-off-by: Jiancheng Xue <xuejianch...@hisilicon.com> --- Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt | 4 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/his

[PATCH v2 1/2] dt-bindings: arm: hisilicon: add bindings for hi3798cv200 SoC and Poplar board

2017-02-22 Thread Jiancheng Xue
Add bindings for HiSilicon hi3798cv200 SoC and Poplar Board. Signed-off-by: Jiancheng Xue --- Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt | 4 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt b/Documentation

[PATCH v2 0/2] add dts files for hi3798cv200-Poplar board

2017-02-22 Thread Jiancheng Xue
This patch set mainly adds dts files for hi3798cv200-Poplar board. Jiancheng Xue (2): dt-bindings: arm: hisilicon: add bindings for hi3798cv200 SoC and Poplar board arm64: dts: hisilicon: add dts files for hi3798cv200-poplar board .../bindings/arm/hisilicon/hisilicon.txt | 4

[PATCH v2 0/2] add dts files for hi3798cv200-Poplar board

2017-02-22 Thread Jiancheng Xue
This patch set mainly adds dts files for hi3798cv200-Poplar board. Jiancheng Xue (2): dt-bindings: arm: hisilicon: add bindings for hi3798cv200 SoC and Poplar board arm64: dts: hisilicon: add dts files for hi3798cv200-poplar board .../bindings/arm/hisilicon/hisilicon.txt | 4

Re: [PATCH] arm64: dts: hisilicon: add dts files for hi3798cv200-poplar board

2017-02-20 Thread Jiancheng Xue
Hi Andreas, On 2017/2/19 7:22, Andreas Färber wrote: > Hi Jiancheng, > > Am 09.02.2017 um 08:07 schrieb Jiancheng Xue: >> Add basic dts files for hi3798cv200-poplar board. Poplar is the >> first development board compliant with the 96Boards Enterprise >> Editio

Re: [PATCH] arm64: dts: hisilicon: add dts files for hi3798cv200-poplar board

2017-02-20 Thread Jiancheng Xue
Hi Andreas, On 2017/2/19 7:22, Andreas Färber wrote: > Hi Jiancheng, > > Am 09.02.2017 um 08:07 schrieb Jiancheng Xue: >> Add basic dts files for hi3798cv200-poplar board. Poplar is the >> first development board compliant with the 96Boards Enterprise >> Editio

Re: [PATCH] arm64: dts: hisilicon: add dts files for hi3798cv200-poplar board

2017-02-20 Thread Jiancheng Xue
Hi Rob, On 2017/2/16 7:26, Rob Herring wrote: > On Thu, Feb 09, 2017 at 03:07:07PM +0800, Jiancheng Xue wrote: >> Add basic dts files for hi3798cv200-poplar board. Poplar is the >> first development board compliant with the 96Boards Enterprise >> Edition TV Platform spe

Re: [PATCH] arm64: dts: hisilicon: add dts files for hi3798cv200-poplar board

2017-02-20 Thread Jiancheng Xue
Hi Rob, On 2017/2/16 7:26, Rob Herring wrote: > On Thu, Feb 09, 2017 at 03:07:07PM +0800, Jiancheng Xue wrote: >> Add basic dts files for hi3798cv200-poplar board. Poplar is the >> first development board compliant with the 96Boards Enterprise >> Edition TV Platform spe

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

2017-02-20 Thread Jiancheng Xue
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. Pan Wen (2): arm: hisi: add ARCH_MULTI_V5 support arm: dts: hisi: add dts files for Hi3516CV300 demo board

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

2017-02-20 Thread Jiancheng Xue
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. Pan Wen (2): arm: hisi: add ARCH_MULTI_V5 support arm: dts: hisi: add dts files for Hi3516CV300 demo board

[PATCH v2 1/2] arm: hisi: add ARCH_MULTI_V5 support

2017-02-20 Thread Jiancheng Xue
From: Pan Wen Add support for some HiSilicon SoCs which depend on ARCH_MULTI_V5. Signed-off-by: Pan Wen --- This patch is same as the first version. arch/arm/mach-hisi/Kconfig | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff

[PATCH v2 1/2] arm: hisi: add ARCH_MULTI_V5 support

2017-02-20 Thread Jiancheng Xue
From: Pan Wen Add support for some HiSilicon SoCs which depend on ARCH_MULTI_V5. Signed-off-by: Pan Wen --- This patch is same as the first version. arch/arm/mach-hisi/Kconfig | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/arch/arm/mach-hisi/Kconfig

[PATCH v2 2/2] arm: dts: hisi: add dts files for Hi3516CV300 demo board

2017-02-20 Thread Jiancheng Xue
From: Pan Wen <wen...@hisilicon.com> Add dts files for Hi3516CV300 demo board. Signed-off-by: Pan Wen <wen...@hisilicon.com> Signed-off-by: Jiancheng Xue <xuejianch...@hisilicon.com> --- ChangeLog: 1. removed i2c and pwm nodes because the drivers were not merged. 2. removed

[PATCH v2 2/2] arm: dts: hisi: add dts files for Hi3516CV300 demo board

2017-02-20 Thread Jiancheng Xue
From: Pan Wen Add dts files for Hi3516CV300 demo board. Signed-off-by: Pan Wen Signed-off-by: Jiancheng Xue --- ChangeLog: 1. removed i2c and pwm nodes because the drivers were not merged. 2. removed some unused alias and properties. arch/arm/boot/dts/Makefile | 1 + arch/arm

Re: [PATCH] arm64: dts: hisilicon: add dts files for hi3798cv200-poplar board

2017-02-15 Thread Jiancheng Xue
Hi, On 2017/2/9 15:07, Jiancheng Xue wrote: > Add basic dts files for hi3798cv200-poplar board. Poplar is the > first development board compliant with the 96Boards Enterprise > Edition TV Platform specification. The board features the > Hi3798CV200 with an integrated quad-core 64-bi

Re: [PATCH] arm64: dts: hisilicon: add dts files for hi3798cv200-poplar board

2017-02-15 Thread Jiancheng Xue
Hi, On 2017/2/9 15:07, Jiancheng Xue wrote: > Add basic dts files for hi3798cv200-poplar board. Poplar is the > first development board compliant with the 96Boards Enterprise > Edition TV Platform specification. The board features the > Hi3798CV200 with an integrated quad-core 64-bi

[PATCH] arm64: dts: hisilicon: add dts files for hi3798cv200-poplar board

2017-02-08 Thread Jiancheng Xue
. Signed-off-by: Jiancheng Xue <xuejianch...@hisilicon.com> Reviewed-by: Alex Elder <el...@linaro.org> --- .../bindings/arm/hisilicon/hisilicon.txt | 4 + arch/arm64/boot/dts/hisilicon/Makefile | 1 + .../boot/dts/hisilicon/hi3798cv200-poplar.dts | 169 +++

[PATCH] arm64: dts: hisilicon: add dts files for hi3798cv200-poplar board

2017-02-08 Thread Jiancheng Xue
. Signed-off-by: Jiancheng Xue Reviewed-by: Alex Elder --- .../bindings/arm/hisilicon/hisilicon.txt | 4 + arch/arm64/boot/dts/hisilicon/Makefile | 1 + .../boot/dts/hisilicon/hi3798cv200-poplar.dts | 169 + arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi

Re: [PATCH 1/3] arm: hisi: add ARCH_MULTI_V5 support

2017-01-19 Thread Jiancheng Xue
On 2016/12/15 4:06, Marty Plummer wrote: > On 12/12/2016 01:11 AM, Jiancheng Xue wrote: >> >> >> On 2016/12/9 23:07, Marty Plummer wrote: >>> On 12/04/2016 08:03 PM, Jiancheng Xue wrote: >>>> Hi Arnd, >>>> >>>> On 2016/10/17 21:

Re: [PATCH 1/3] arm: hisi: add ARCH_MULTI_V5 support

2017-01-19 Thread Jiancheng Xue
On 2016/12/15 4:06, Marty Plummer wrote: > On 12/12/2016 01:11 AM, Jiancheng Xue wrote: >> >> >> On 2016/12/9 23:07, Marty Plummer wrote: >>> On 12/04/2016 08:03 PM, Jiancheng Xue wrote: >>>> Hi Arnd, >>>> >>>> On 2016/10/17 21:

Re: [PATCH] adc: add adc driver for Hisilicon BVT SOCs

2016-12-23 Thread Jiancheng Xue
On 2016/12/24 9:54, Allen Liu wrote: > Add ADC driver for the ADC controller found on HiSilicon BVT SOCs, like > Hi3516CV300, etc. > The ADC controller is primarily in charge of detecting voltage. > > Reviewed-by: Jiancheng Xue <xuejianch...@hisilicon.com> Hi Sorr

Re: [PATCH] adc: add adc driver for Hisilicon BVT SOCs

2016-12-23 Thread Jiancheng Xue
On 2016/12/24 9:54, Allen Liu wrote: > Add ADC driver for the ADC controller found on HiSilicon BVT SOCs, like > Hi3516CV300, etc. > The ADC controller is primarily in charge of detecting voltage. > > Reviewed-by: Jiancheng Xue Hi Sorry. I haven't reviewed this patch. Please r

Re: [PATCH 3/3] dts: hisi: add dts files for Hi3516CV300 demo board

2016-12-12 Thread Jiancheng Xue
On 2016/10/17 20:07, Pan Wen wrote: > Add dts files for Hi3516CV300 demo board. > > Signed-off-by: Pan Wen > --- Could you help to review this patch, please? > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/hi3516cv300-demb.dts | 148 >

Re: [PATCH 3/3] dts: hisi: add dts files for Hi3516CV300 demo board

2016-12-12 Thread Jiancheng Xue
On 2016/10/17 20:07, Pan Wen wrote: > Add dts files for Hi3516CV300 demo board. > > Signed-off-by: Pan Wen > --- Could you help to review this patch, please? > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/hi3516cv300-demb.dts | 148 >

  1   2   3   4   5   >