Re: [PATCH V1 2/2] pwm: pwm-qti-lpg: Add PWM driver for QTI LPG module

2017-06-07 Thread Rob Herring
On Wed, May 31, 2017 at 02:14:38PM +0800, fengl...@codeaurora.org wrote: > From: Fenglin Wu > > Add pwm_chip to support QTI LPG module and export LPG channels as > PWM devices for consumer drivers' usage. > > Signed-off-by: Fenglin Wu > --- > .../devicetree/bindings/pwm/pwm-qti-lpg.txt

Re: [PATCH V1 2/2] pwm: pwm-qti-lpg: Add PWM driver for QTI LPG module

2017-06-03 Thread kbuild test robot
Hi Fenglin, [auto build test ERROR on j.anaszewski-leds/for-next] [also build test ERROR on v4.12-rc3 next-20170602] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/fenglinw-codeaurora-org/leds-l

[PATCH V1 2/2] pwm: pwm-qti-lpg: Add PWM driver for QTI LPG module

2017-05-30 Thread fenglinw
From: Fenglin Wu Add pwm_chip to support QTI LPG module and export LPG channels as PWM devices for consumer drivers' usage. Signed-off-by: Fenglin Wu --- .../devicetree/bindings/pwm/pwm-qti-lpg.txt| 39 ++ drivers/pwm/Kconfig| 10 + drivers/pwm/Makefil