Re: [RESEND PATCH v4] pwm: add pwm driver for HiSilicon BVT SOCs

2016-11-16 Thread Jian Yuan
On 2016/11/16 21:48, Rob Herring wrote: > On Tue, Nov 15, 2016 at 08:41:32PM +0800, Jian Yuan wrote: >> From: yuanjian >> >> Add PWM driver for the PWM controller found on HiSilicon BVT SOCs, like >> Hi3519V100, Hi3516CV300, etc. > > Wrap your lines at ~72 chars. > >> The PWM controller is pr

Re: [RESEND PATCH v4] pwm: add pwm driver for HiSilicon BVT SOCs

2016-11-16 Thread Rob Herring
On Tue, Nov 15, 2016 at 08:41:32PM +0800, Jian Yuan wrote: > From: yuanjian > > Add PWM driver for the PWM controller found on HiSilicon BVT SOCs, like > Hi3519V100, Hi3516CV300, etc. Wrap your lines at ~72 chars. > The PWM controller is primarily in charge of controlling P-Iris lens. > > Rev

[RESEND PATCH v4] pwm: add pwm driver for HiSilicon BVT SOCs

2016-11-15 Thread Jian Yuan
From: yuanjian Add PWM driver for the PWM controller found on HiSilicon BVT SOCs, like Hi3519V100, Hi3516CV300, etc. The PWM controller is primarily in charge of controlling P-Iris lens. Reviewed-by: Jiancheng Xue Signed-off-by: Jian Yuan --- Change Log: v4: Add #pwm-cells in the bindings doc

Re: [PATCH v4] pwm: add pwm driver for HiSilicon BVT SOCs

2016-10-27 Thread Jian Yuan
On 2016/10/21 15:34, Thierry Reding wrote: > On Fri, Oct 21, 2016 at 09:22:36AM +0200, Thierry Reding wrote: >> On Mon, Oct 10, 2016 at 04:53:39PM -0500, Rob Herring wrote: >>> On Mon, Oct 10, 2016 at 07:05:16PM +0800, Jian Yuan wrote: From: yuanjian Add PWM driver for the PWM con

Re: [PATCH v4] pwm: add pwm driver for HiSilicon BVT SOCs

2016-10-27 Thread Jian Yuan
On 2016/10/11 5:53, Rob Herring wrote: > On Mon, Oct 10, 2016 at 07:05:16PM +0800, Jian Yuan wrote: >> From: yuanjian >> >> Add PWM driver for the PWM controller found on HiSilicon BVT SOCs, like >> Hi3519V100, Hi3516CV300, etc. >> The PWM controller is primarily in charge of controlling P-Iris

Re: [PATCH v4] pwm: add pwm driver for HiSilicon BVT SOCs

2016-10-21 Thread Thierry Reding
On Fri, Oct 21, 2016 at 09:22:36AM +0200, Thierry Reding wrote: > On Mon, Oct 10, 2016 at 04:53:39PM -0500, Rob Herring wrote: > > On Mon, Oct 10, 2016 at 07:05:16PM +0800, Jian Yuan wrote: > > > From: yuanjian > > > > > > Add PWM driver for the PWM controller found on HiSilicon BVT SOCs, like >

Re: [PATCH v4] pwm: add pwm driver for HiSilicon BVT SOCs

2016-10-21 Thread Thierry Reding
On Mon, Oct 10, 2016 at 04:53:39PM -0500, Rob Herring wrote: > On Mon, Oct 10, 2016 at 07:05:16PM +0800, Jian Yuan wrote: > > From: yuanjian > > > > Add PWM driver for the PWM controller found on HiSilicon BVT SOCs, like > > Hi3519V100, Hi3516CV300, etc. > > The PWM controller is primarily in ch

Re: [PATCH v4] pwm: add pwm driver for HiSilicon BVT SOCs

2016-10-10 Thread Rob Herring
On Mon, Oct 10, 2016 at 07:05:16PM +0800, Jian Yuan wrote: > From: yuanjian > > Add PWM driver for the PWM controller found on HiSilicon BVT SOCs, like > Hi3519V100, Hi3516CV300, etc. > The PWM controller is primarily in charge of controlling P-Iris lens. > > Reviewed-by: Jiancheng Xue > Signe

[PATCH v4] pwm: add pwm driver for HiSilicon BVT SOCs

2016-10-10 Thread Jian Yuan
From: yuanjian Add PWM driver for the PWM controller found on HiSilicon BVT SOCs, like Hi3519V100, Hi3516CV300, etc. The PWM controller is primarily in charge of controlling P-Iris lens. Reviewed-by: Jiancheng Xue Signed-off-by: Jian Yuan --- Change Log: v4: Add #pwm-cells in the bindings doc