Re: [U-Boot] [PATCH v3 07/18] tegra: Add support for PWM

2012-09-27 Thread Simon Glass
Hi Mike, On Thu, Jul 19, 2012 at 6:55 AM, Mike Frysinger vap...@gentoo.org wrote: On Thursday 12 July 2012 11:25:07 Simon Glass wrote: --- a/arch/arm/cpu/armv7/tegra2/Makefile +++ b/arch/arm/cpu/armv7/tegra2/Makefile +COBJS-$(CONFIG_VIDEO_TEGRA) += pwm.o should this get its own knob ? PWM

Re: [U-Boot] [PATCH v3 07/18] tegra: Add support for PWM

2012-07-19 Thread Mike Frysinger
On Thursday 12 July 2012 11:25:07 Simon Glass wrote: --- a/arch/arm/cpu/armv7/tegra2/Makefile +++ b/arch/arm/cpu/armv7/tegra2/Makefile +COBJS-$(CONFIG_VIDEO_TEGRA) += pwm.o should this get its own knob ? PWM isn't video specific ... -mike signature.asc Description: This is a digitally

[U-Boot] [PATCH v3 07/18] tegra: Add support for PWM

2012-07-12 Thread Simon Glass
The pulse width/frequency modulation peripheral supports generating a repeating pulse. It is useful for controlling LCD brightness. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v3: - Decode fdt node within the pwm driver - Introduce concept of a pwm channel, rather than separate