[PATCH 2/2] drivers: pwm: bcm-kona: Dont set polarity in probe

2015-01-04 Thread Tim Kryger
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

[PATCH 2/2] drivers: pwm: bcm-kona: Dont set polarity in probe

2015-01-04 Thread Tim Kryger
From: Arun Ramamurthy arunr...@broadcom.com 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