Re: [PATCH v3 5/5] hisilicon/dts: Add hi655x pmic dts node

2015-12-23 Thread chenfeng
On 2015/12/23 8:46, Mark Brown wrote: > On Mon, Dec 21, 2015 at 02:20:16PM +0800, chenfeng wrote: > > Please fix your mail client to word wrap within paragraphs at something > substantially less than 80 columns. Doing this makes your messages much > easier to read and reply to. > ok, thanks

Re: [PATCH v3 5/5] hisilicon/dts: Add hi655x pmic dts node

2015-12-23 Thread chenfeng
On 2015/12/23 8:46, Mark Brown wrote: > On Mon, Dec 21, 2015 at 02:20:16PM +0800, chenfeng wrote: > > Please fix your mail client to word wrap within paragraphs at something > substantially less than 80 columns. Doing this makes your messages much > easier to read and reply to. > ok, thanks

Re: [PATCH v3 5/5] hisilicon/dts: Add hi655x pmic dts node

2015-12-22 Thread Mark Brown
On Mon, Dec 21, 2015 at 02:20:16PM +0800, chenfeng wrote: Please fix your mail client to word wrap within paragraphs at something substantially less than 80 columns. Doing this makes your messages much easier to read and reply to. > While doing this in driver code, I found that it seems all the

Re: [PATCH v3 5/5] hisilicon/dts: Add hi655x pmic dts node

2015-12-22 Thread Mark Brown
On Mon, Dec 21, 2015 at 11:01:37AM +0800, chenfeng wrote: Please fix your mail client to word wrap within paragraphs at something substantially less than 80 columns. Doing this makes your messages much easier to read and reply to. > I see, I will change the table of voltages into driver. > like

Re: [PATCH v3 5/5] hisilicon/dts: Add hi655x pmic dts node

2015-12-22 Thread Mark Brown
On Mon, Dec 21, 2015 at 02:20:16PM +0800, chenfeng wrote: Please fix your mail client to word wrap within paragraphs at something substantially less than 80 columns. Doing this makes your messages much easier to read and reply to. > While doing this in driver code, I found that it seems all the

Re: [PATCH v3 5/5] hisilicon/dts: Add hi655x pmic dts node

2015-12-22 Thread Mark Brown
On Mon, Dec 21, 2015 at 11:01:37AM +0800, chenfeng wrote: Please fix your mail client to word wrap within paragraphs at something substantially less than 80 columns. Doing this makes your messages much easier to read and reply to. > I see, I will change the table of voltages into driver. > like

Re: [PATCH v3 5/5] hisilicon/dts: Add hi655x pmic dts node

2015-12-20 Thread chenfeng
On 2015/12/21 11:01, chenfeng wrote: > Mark, > > On 2015/12/19 1:58, Mark Brown wrote: >> On Thu, Dec 17, 2015 at 11:27:27AM +0800, chenfeng wrote: >> >>> +- regulator-vset-regs: Voltage set register offset. >>> +- regulator-vset-mask: voltage set control mask. >>> +- regulator-n-vol: The

Re: [PATCH v3 5/5] hisilicon/dts: Add hi655x pmic dts node

2015-12-20 Thread chenfeng
Mark, On 2015/12/19 1:58, Mark Brown wrote: > On Thu, Dec 17, 2015 at 11:27:27AM +0800, chenfeng wrote: > >> +- regulator-vset-regs: Voltage set register offset. >> +- regulator-vset-mask: voltage set control mask. >> +- regulator-n-vol: The num of support voltages. >> +-

Re: [PATCH v3 5/5] hisilicon/dts: Add hi655x pmic dts node

2015-12-20 Thread chenfeng
Mark, On 2015/12/19 1:58, Mark Brown wrote: > On Thu, Dec 17, 2015 at 11:27:27AM +0800, chenfeng wrote: > >> +- regulator-vset-regs: Voltage set register offset. >> +- regulator-vset-mask: voltage set control mask. >> +- regulator-n-vol: The num of support voltages. >> +-

Re: [PATCH v3 5/5] hisilicon/dts: Add hi655x pmic dts node

2015-12-20 Thread chenfeng
On 2015/12/21 11:01, chenfeng wrote: > Mark, > > On 2015/12/19 1:58, Mark Brown wrote: >> On Thu, Dec 17, 2015 at 11:27:27AM +0800, chenfeng wrote: >> >>> +- regulator-vset-regs: Voltage set register offset. >>> +- regulator-vset-mask: voltage set control mask. >>> +- regulator-n-vol: The

Re: [PATCH v3 5/5] hisilicon/dts: Add hi655x pmic dts node

2015-12-18 Thread Mark Brown
On Thu, Dec 17, 2015 at 11:27:27AM +0800, chenfeng wrote: > +- regulator-vset-regs: Voltage set register offset. > +- regulator-vset-mask: voltage set control mask. > +- regulator-n-vol: The num of support voltages. > +- regulator-vset-table: The table of support voltages. > > Why is this in

Re: [PATCH v3 5/5] hisilicon/dts: Add hi655x pmic dts node

2015-12-18 Thread Mark Brown
On Thu, Dec 17, 2015 at 11:27:27AM +0800, chenfeng wrote: > +- regulator-vset-regs: Voltage set register offset. > +- regulator-vset-mask: voltage set control mask. > +- regulator-n-vol: The num of support voltages. > +- regulator-vset-table: The table of support voltages. > > Why is this in

Re: [PATCH v3 5/5] hisilicon/dts: Add hi655x pmic dts node

2015-12-16 Thread chenfeng
Mark, +- regulator-vset-regs: Voltage set register offset. +- regulator-vset-mask: voltage set control mask. +- regulator-n-vol: The num of support voltages. +- regulator-vset-table: The table of support voltages. > Why is this in the binding? This is a binding for a specific device, > there

Re: [PATCH v3 5/5] hisilicon/dts: Add hi655x pmic dts node

2015-12-16 Thread chenfeng
Mark, +- regulator-vset-regs: Voltage set register offset. +- regulator-vset-mask: voltage set control mask. +- regulator-n-vol: The num of support voltages. +- regulator-vset-table: The table of support voltages. > Why is this in the binding? This is a binding for a specific device, > there

[PATCH v3 5/5] hisilicon/dts: Add hi655x pmic dts node

2015-12-15 Thread Chen Feng
Add dts node for hi665x MFD and regulator driver Signed-off-by: Chen Feng Signed-off-by: Fei Wang Tested-by: Xinwei Kong --- arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 178 ++ 1 file changed, 178 insertions(+) diff --git

[PATCH v3 5/5] hisilicon/dts: Add hi655x pmic dts node

2015-12-15 Thread Chen Feng
Add dts node for hi665x MFD and regulator driver Signed-off-by: Chen Feng Signed-off-by: Fei Wang Tested-by: Xinwei Kong --- arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 178 ++ 1 file changed,