Hi Linus, The following changes since commit 5ae90d8e467e625e447000cb4335c4db973b1095: Linux 3.11-rc3 (2013-07-28 20:53:33 -0700) are available in the git repository at: git://gitorious.org/linux-pwm/linux-pwm.git tags/for-3.12-rc1 for you to fetch changes up to 1e185c7aafbb56580feaa5bdbc9e4b1d8efaf710: pwm: pxa: Use module_platform_driver (2013-09-03 13:09:17 +0200) Thanks, Thierry ---------------------------------------------------------------- pwm: Changes for v3.12-rc1 A set of patches makes the device tree documentation for the various PWM drivers more consistent. Device tree support is added to the Renesas TPU driver. The sysfs interface now makes use of dev_groups. Other than that there is a healthy assortment of fixes and enhancements for minor issues that have shown up. ---------------------------------------------------------------- Fabio Estevam (1): pwm: mxs: Check the return value from stmp_reset_block() Greg Kroah-Hartman (1): pwm: convert class code to use dev_groups Jingoo Han (2): pwm: tiecap: add CONFIG_PM_SLEEP to ecap_pwm_{save,restore}_context() pwm: tiehrpwm: add missing __iomem annotation Julia Lawall (1): pwm: simplify use of devm_ioremap_resource Laurent Pinchart (5): pwm: Add PWM polarity flag macro for DT pwm: Use the DT macro directly when parsing PWM DT flags pwm: Update DT bindings to reference pwm.txt for cells documentation ARM: dts: Use the PWM polarity flags pwm: renesas-tpu: Add DT support Mike Dunn (1): pwm: pxa: Use module_platform_driver .../devicetree/bindings/pwm/atmel-tcb-pwm.txt | 8 ++-- Documentation/devicetree/bindings/pwm/imx-pwm.txt | 4 +- Documentation/devicetree/bindings/pwm/mxs-pwm.txt | 4 +- .../devicetree/bindings/pwm/nvidia,tegra20-pwm.txt | 5 +-- .../devicetree/bindings/pwm/nxp,pca9685-pwm.txt | 4 +- .../devicetree/bindings/pwm/pwm-samsung.txt | 10 ++--- .../devicetree/bindings/pwm/pwm-tiecap.txt | 8 ++-- .../devicetree/bindings/pwm/pwm-tiehrpwm.txt | 8 ++-- Documentation/devicetree/bindings/pwm/pwm.txt | 7 ++-- .../devicetree/bindings/pwm/renesas,tpu-pwm.txt | 28 +++++++++++++ .../devicetree/bindings/pwm/spear-pwm.txt | 5 +-- .../devicetree/bindings/pwm/ti,twl-pwm.txt | 4 +- .../devicetree/bindings/pwm/ti,twl-pwmled.txt | 4 +- .../devicetree/bindings/pwm/vt8500-pwm.txt | 8 ++-- arch/arm/boot/dts/am335x-evmsk.dts | 3 +- arch/arm/boot/dts/wm8850-w70v2.dts | 3 +- drivers/pwm/core.c | 7 ++-- drivers/pwm/pwm-lpc32xx.c | 3 -- drivers/pwm/pwm-mxs.c | 8 +++- drivers/pwm/pwm-pxa.c | 12 +----- drivers/pwm/pwm-renesas-tpu.c | 46 ++++++++++++++++------ drivers/pwm/pwm-spear.c | 7 +--- drivers/pwm/pwm-tiecap.c | 2 +- drivers/pwm/pwm-tiehrpwm.c | 6 +-- drivers/pwm/sysfs.c | 21 +++++----- include/dt-bindings/pwm/pwm.h | 14 +++++++ 26 files changed, 141 insertions(+), 98 deletions(-) create mode 100644 Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt create mode 100644 include/dt-bindings/pwm/pwm.h