Re: [PATCH v3] pwm: add depends, COMPILE_TEST and default y for brcm-iproc-pwm

2017-01-18 Thread Thierry Reding
On Sat, Oct 08, 2016 at 01:54:05PM -0700, Scott Branden wrote: > - Add depends on COMMON_CLK for PWM_BCM_IPROC > - Enable COMPILE_TEST for broader compile coverage. > - Default y for IPROC PWM driver for IPROC SoCs. > This allows you to turn it on simply by selecting CONFIG_PWM. > > Signed-off-by:

Re: [PATCH v3] pwm: add depends, COMPILE_TEST and default y for brcm-iproc-pwm

2016-12-20 Thread Scott Branden
Hi Thierry, Could you pick up this patch? On 16-10-08 02:02 PM, Ray Jui wrote: On 10/8/2016 1:54 PM, Scott Branden wrote: - Add depends on COMMON_CLK for PWM_BCM_IPROC - Enable COMPILE_TEST for broader compile coverage. - Default y for IPROC PWM driver for IPROC SoCs. This allows you to turn

Re: [PATCH v3] pwm: add depends, COMPILE_TEST and default y for brcm-iproc-pwm

2016-10-08 Thread Ray Jui
On 10/8/2016 1:54 PM, Scott Branden wrote: - Add depends on COMMON_CLK for PWM_BCM_IPROC - Enable COMPILE_TEST for broader compile coverage. - Default y for IPROC PWM driver for IPROC SoCs. This allows you to turn it on simply by selecting CONFIG_PWM. Signed-off-by: Scott Branden --- drivers

[PATCH v3] pwm: add depends, COMPILE_TEST and default y for brcm-iproc-pwm

2016-10-08 Thread Scott Branden
- Add depends on COMMON_CLK for PWM_BCM_IPROC - Enable COMPILE_TEST for broader compile coverage. - Default y for IPROC PWM driver for IPROC SoCs. This allows you to turn it on simply by selecting CONFIG_PWM. Signed-off-by: Scott Branden --- drivers/pwm/Kconfig | 4 +++- 1 file changed, 3 insert