pwm: Device tree support for PWM polarity
authorPhilip, Avinash <avinashphilip@ti.com>
Wed, 21 Nov 2012 07:40:44 +0000 (13:10 +0530)
committerThierry Reding <thierry.reding@avionic-design.de>
Thu, 22 Nov 2012 21:47:12 +0000 (22:47 +0100)
commit83af24027b3df1af5c5a9aa9adcdcfeb3429d3be
tree3e104ed41554bb7e97378cc7cc3866c842306dff
parent422470a8265fbb1d182c00ab2421f4b416ab2dba
pwm: Device tree support for PWM polarity

Add support for encoding PWM properties in bit encoded form with
of_pwm_xlate_with_flags() function support. Platforms require platform
specific PWM properties has to populate in 3rd cell of the pwm-specifier
and PWM driver should also set .of_xlate support with this function.
Currently PWM property polarity encoded in bit position 0 of the third
cell in pwm-specifier.

Signed-off-by: Philip, Avinash <avinashphilip@ti.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Documentation/devicetree/bindings/pwm/pwm.txt
drivers/pwm/core.c
include/linux/pwm.h
This page took 0.026332 seconds and 5 git commands to generate.