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

2016-09-05 Thread Thierry Reding
On Thu, Aug 25, 2016 at 05:15:36PM +0800, Jian Yuan wrote: > > > On 2016/8/24 21:05, Thierry Reding wrote: > > On Mon, Aug 22, 2016 at 03:50:13PM +0800, Jian Yuan wrote: > >> From: yuanjian > >> > >> Add pwm driver for HiSilicon BVT SOCs > > > > pwm -> PWM, please.

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

2016-09-05 Thread Thierry Reding
On Thu, Aug 25, 2016 at 05:15:36PM +0800, Jian Yuan wrote: > > > On 2016/8/24 21:05, Thierry Reding wrote: > > On Mon, Aug 22, 2016 at 03:50:13PM +0800, Jian Yuan wrote: > >> From: yuanjian > >> > >> Add pwm driver for HiSilicon BVT SOCs > > > > pwm -> PWM, please. It'd be good to have more

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

2016-08-25 Thread Jian Yuan
On 2016/8/24 21:05, Thierry Reding wrote: > On Mon, Aug 22, 2016 at 03:50:13PM +0800, Jian Yuan wrote: >> From: yuanjian >> >> Add pwm driver for HiSilicon BVT SOCs > > pwm -> PWM, please. It'd be good to have more information here about > what the hardware can do,

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

2016-08-25 Thread Jian Yuan
On 2016/8/24 21:05, Thierry Reding wrote: > On Mon, Aug 22, 2016 at 03:50:13PM +0800, Jian Yuan wrote: >> From: yuanjian >> >> Add pwm driver for HiSilicon BVT SOCs > > pwm -> PWM, please. It'd be good to have more information here about > what the hardware can do, where to find it, etc. >

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

2016-08-24 Thread Thierry Reding
On Mon, Aug 22, 2016 at 03:50:13PM +0800, Jian Yuan wrote: > From: yuanjian > > Add pwm driver for HiSilicon BVT SOCs pwm -> PWM, please. It'd be good to have more information here about what the hardware can do, where to find it, etc. > > Reviewed-by: Jiancheng Xue

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

2016-08-24 Thread Thierry Reding
On Mon, Aug 22, 2016 at 03:50:13PM +0800, Jian Yuan wrote: > From: yuanjian > > Add pwm driver for HiSilicon BVT SOCs pwm -> PWM, please. It'd be good to have more information here about what the hardware can do, where to find it, etc. > > Reviewed-by: Jiancheng Xue > Signed-off-by: Jian

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

2016-08-23 Thread Rob Herring
On Mon, Aug 22, 2016 at 03:50:13PM +0800, Jian Yuan wrote: > From: yuanjian > > Add pwm driver for HiSilicon BVT SOCs > > Reviewed-by: Jiancheng Xue > Signed-off-by: Jian Yuan > --- > Change Log: > v2: > The

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

2016-08-23 Thread Rob Herring
On Mon, Aug 22, 2016 at 03:50:13PM +0800, Jian Yuan wrote: > From: yuanjian > > Add pwm driver for HiSilicon BVT SOCs > > Reviewed-by: Jiancheng Xue > Signed-off-by: Jian Yuan > --- > Change Log: > v2: > The number of PWMs is change to be probeable based on the compatible string. > >

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

2016-08-22 Thread Jian Yuan
From: yuanjian Add pwm driver for HiSilicon BVT SOCs Reviewed-by: Jiancheng Xue Signed-off-by: Jian Yuan --- Change Log: v2: The number of PWMs is change to be probeable based on the compatible string.

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

2016-08-22 Thread Jian Yuan
From: yuanjian Add pwm driver for HiSilicon BVT SOCs Reviewed-by: Jiancheng Xue Signed-off-by: Jian Yuan --- Change Log: v2: The number of PWMs is change to be probeable based on the compatible string. .../devicetree/bindings/pwm/pwm-hibvt.txt | 18 ++ drivers/pwm/Kconfig