Re: [PATCH v2 3/6] clk: hi6220: Document devicetree bindings for hi6220 clock

2015-04-14 Thread Brent Wang
Hello Arnd, 2015-04-14 21:20 GMT+08:00 Arnd Bergmann : > On Tuesday 14 April 2015 20:37:11 Bintian wrote: >> It's really a smart fix! >> >> For the four system controllers, how about change the following strings: >> + - "hisilicon,aoctrl" >> + - "hisilicon,sysctrl" >> + - "hisili

Re: [PATCH 3/3] arm64: dts: Add dts files for Hisilicon Hi6220 SoC

2015-04-11 Thread Brent Wang
Hello Mark, 2015-02-06 16:42 GMT+08:00 Brent Wang : [...] >> >>> + gic: interrupt-controller@f680 { >>> + compatible = "arm,gic-400", "arm,cortex-a15-gic"; >> >> Surely there's no need for the "arm,cortex-

Re: [PATCH 3/3] arm64: dts: Add dts files for Hisilicon Hi6220 SoC

2015-04-12 Thread Brent Wang
Hello Marc, 2015-04-12 18:57 GMT+08:00 Marc Zyngier : > On 2015-04-12 07:40, Brent Wang wrote: >> >> Hello Mark, >> >> 2015-02-06 16:42 GMT+08:00 Brent Wang : >> [...] >>>> >>>> >>>>> + gic: interrupt-controller@f68000

Re: [PATCH v7 6/7] clk: hi6220: Clock driver support for Hisilicon hi6220 SoC

2015-05-22 Thread Brent Wang
Hello Stephen, 2015-05-22 13:20 GMT+08:00 Bintian : > Hello Stephen, > > > On 2015/5/22 2:00, Stephen Boyd wrote: >> >> On 05/20/15 20:57, Bintian wrote: >>> >>> > > + > +static void __init hi6220_clk_sys_init(struct device_node *np) > +{ > +struct hisi_clock_data *clk

Re: [PATCH v7 6/7] clk: hi6220: Clock driver support for Hisilicon hi6220 SoC

2015-05-22 Thread Brent Wang
Hello Stephen, 2015-05-23 2:41 GMT+08:00 Stephen Boyd : > On 05/22, Stephen Boyd wrote: >> On 05/22/15 11:30, Brent Wang wrote: >> > Hello Stephen, >> > >> > 2015-05-22 13:20 GMT+08:00 Bintian : >> >> >> >>> >> >>> Is

Re: [PATCH v7 6/7] clk: hi6220: Clock driver support for Hisilicon hi6220 SoC

2015-05-22 Thread Brent Wang
Hello Stephen, 2015-05-23 3:17 GMT+08:00 Stephen Boyd : > On 05/22/15 11:57, Brent Wang wrote: >> Hello Stephen, >> >> 2015-05-23 2:41 GMT+08:00 Stephen Boyd : >>> On 05/22, Stephen Boyd wrote: >>>> On 05/22/15 11:30, Brent Wang wrote: >>>>&

Re: [PATCH v4 4/5] clk: hi6220: Clock driver support for Hisilicon hi6220 SoC

2015-05-15 Thread Brent Wang
Hello Stephen, 2015-05-16 3:30 GMT+08:00 Stephen Boyd : > On 05/15, Bintian wrote: >> On 2015/5/15 8:25, Stephen Boyd wrote: >> >On 05/05, Bintian Wang wrote: >> >>diff --git a/drivers/clk/hisilicon/clkdivider-hi6220.c >> >>b/drivers/clk/hisilicon/clkdivider-hi6220.c >> >>+ >> >>+/** >> >>+ * st

Re: [PATCH v5 0/6] arm64,hi6220: Enable Hisilicon Hi6220 SoC

2015-05-07 Thread Brent Wang
Hello Kevin, 2015-05-08 4:30 GMT+08:00 Kevin Hilman : > Bintian Wang writes: > >> Hi6220 is one mobile solution of Hisilicon, this patchset contains >> initial support for Hi6220 SoC and HiKey development board, which >> supports octal ARM Cortex A53 cores. Initial support is minimal and >> inclu

Re: [PATCH 2/3] clk: hi6220: Clock driver support for Hisilicon hi6220 SoC

2015-02-06 Thread Brent Wang
Hello Tyler, Thank you very much for helping test this patchset! 2015-02-07 2:10 GMT+08:00 Tyler Baker : > Hi Bintian, > > This patch applied to next-20150204 is producing build failures on > various ARM defconfigs[1]. I received the following error in all > cases: > > drivers/built-in.o: In func

Re: [PATCH 3/3] arm64: dts: Add dts files for Hisilicon Hi6220 SoC

2015-02-08 Thread Brent Wang
Hello Marc, 2015-02-06 17:07 GMT+08:00 Marc Zyngier : > On 06/02/15 08:42, Brent Wang wrote: > > [...] > >>> >>>> + <0x0 0xf6802000 0x0 0x2000>, /* GICC */ >>>> + <0x0 0xf6804000 0x0 0x2000>, /* GI

Re: [PATCH 3/3] arm64: dts: Add dts files for Hisilicon Hi6220 SoC

2015-02-10 Thread Brent Wang
Hello Mark, 2015-02-10 21:37 GMT+08:00 Mark Rutland : > On Fri, Feb 06, 2015 at 03:37:52PM +0000, Brent Wang wrote: >> Hello Mark, >> >> 2015-02-06 18:44 GMT+08:00 Mark Rutland : >> > On Fri, Feb 06, 2015 at 08:42:22AM +, Brent Wang wrote: >> >> Hell

Re: [PATCH 0/3] arm64,hi6220: Enable Hisilicon Hi6220 SoC

2015-02-05 Thread Brent Wang
Hello Olof, 2015-02-06 14:18 GMT+08:00 Olof Johansson : > > On Thu, Feb 5, 2015 at 8:21 PM, Brent Wang wrote: > > Hello Olof and Tyler, > > > > 2015-02-06 7:52 GMT+08:00 Tyler Baker : > >> > >> On 5 February 2015 at 11:02, Olof Johansson wrote: >

Re: [PATCH 2/3] clk: hi6220: Clock driver support for Hisilicon hi6220 SoC

2015-02-05 Thread Brent Wang
Hi Mark, 2015-02-06 3:25 GMT+08:00 Mark Rutland : > On Thu, Feb 05, 2015 at 09:24:36AM +, Bintian Wang wrote: >> Add clock drivers for hi6220 SoC, this driver controls the SoC >> registers to supply different clocks to different IPs in the SoC. >> >> We add one divider clock for hi6220 because

Re: [PATCH 3/3] arm64: dts: Add dts files for Hisilicon Hi6220 SoC

2015-02-06 Thread Brent Wang
Hello Mark, 2015-02-06 3:30 GMT+08:00 Mark Rutland : > On Thu, Feb 05, 2015 at 09:24:37AM +, Bintian Wang wrote: >> Add initial dtsi file to support Hisilicon Hi6220 SoC with >> support of Octal core CPUs in two clusters and each cluster >> has quard Cortex-A53. >> >> We now use the "spin-tabl

Re: [PATCH 3/3] arm64: dts: Add dts files for Hisilicon Hi6220 SoC

2015-02-06 Thread Brent Wang
Hello Mark, 2015-02-06 18:44 GMT+08:00 Mark Rutland : > On Fri, Feb 06, 2015 at 08:42:22AM +0000, Brent Wang wrote: >> Hello Mark, >> >> 2015-02-06 3:30 GMT+08:00 Mark Rutland : >> > On Thu, Feb 05, 2015 at 09:24:37AM +, Bintian Wang wrote: >> >>

Re: [PATCH 3/3] arm64: dts: Add dts files for Hisilicon Hi6220 SoC

2015-02-10 Thread Brent Wang
Hello Mark, 2015-02-10 23:27 GMT+08:00 Mark Rutland : [...] >> > >> >> >> >> + pm_ctrl: pm_ctrl { >> >> >> >> + compatible = "hisilicon,pmctrl", "syscon"; >> >> >> >> + #address-cells = <1>; >> >> >> >> + #size-cells = <1>; >