Hello, Changes since v2: - rebased on top of linux-next - DT bindings now alligned with Grant's request - exporting of_pwm_request() from PWM core to allow clean DT bindings - DT binding documentation changed to reflect the changes Changes since v1: - As suggested by Bryan Wu: the legacy pwm_request() has been removed from patch 1 - Device tree bindings added for leds-pwm driver. When we boot with Device tree we handle one LED per device to be more aligned with PWM core's DT implementation. An example of the DT usage is provided in the new DT binding documentation for leds-pwm. Tested on OMAP4 Blaze (SDP) with legacy and DT boot. Regards, Peter --- Peter Ujfalusi (4): leds: leds-pwm: Convert to use devm_get_pwm leds: leds-pwm: Preparing the driver for device tree support pwm: core: Export of_pwm_request() so client drivers can also use it leds: leds-pwm: Add device tree bindings .../devicetree/bindings/leds/leds-pwm.txt | 46 ++++++ drivers/leds/leds-pwm.c | 158 ++++++++++++++++----- drivers/pwm/core.c | 2 +- include/linux/leds_pwm.h | 2 +- include/linux/pwm.h | 7 + 5 files changed, 175 insertions(+), 40 deletions(-) create mode 100644 Documentation/devicetree/bindings/leds/leds-pwm.txt -- 1.8.0 -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html