On Tue, May 26, 2015 at 01:08:17PM -0700, Jonathan Richardson wrote: > From: Arun Ramamurthy > > Omit setting the polarity to normal during probe and instead use the > new pwmchip_add_inversed function to register a PWM chip with default > polarity of inversed for all channels as this is the actual hardware > default. > > Signed-off-by: Arun Ramamurthy > Reviewed-by: Ray Jui > Signed-off-by: Scott Branden > Signed-off-by: Tim Kryger > Signed-off-by: Jonathan Richardson > --- > drivers/pwm/pwm-bcm-kona.c | 9 +++------ > 1 file changed, 3 insertions(+), 6 deletions(-) Applied, after adapting to the pwmchip_add_with_polarity() API, thanks. Thierry