Hi Linus,

The following changes since commit 8f0d8163b50e01f398b14bcd4dc039ac5ab18d64:

  Linux 3.7-rc3 (2012-10-28 12:24:48 -0700)

are available in the git repository at:

  git://gitorious.org/linux-pwm/linux-pwm.git tags/for-3.8-rc1

for you to fetch changes up to 20e8ac3eea4dcfeea6ebeae57cd2c739fa48da11:

  pwm: samsung: add missing s3c->pwm_id assignment (2012-12-14 08:32:58 +0100)

Thanks,
Thierry

----------------------------------------------------------------
pwm: Changes for v3.8-rc1

A new driver has been added for the SPEAr platform and the TWL4030/6030
driver has been replaced by two drivers that control the regular PWMs
and the PWM driven LEDs provided by the chips.

The vt8500, tiecap, tiehrpwm, i.MX, LPC32xx and Samsung drivers have all
been improved and the device tree bindings now support the PWM signal
polarity.

----------------------------------------------------------------
Alban Bedel (3):
      pwm: lpc32xx: Fix the PWM polarity
      pwm: lpc32xx: Properly disable the clock on device removal
      pwm: lpc32xx: Set the chip base for dynamic allocation

Axel Lin (1):
      pwm: spear: Staticize spear_pwm_config()

Joonyoung Shim (1):
      pwm: samsung: add missing s3c->pwm_id assignment

Lothar Waßmann (1):
      pwm: i.MX: eliminate build warning

Peter Ujfalusi (3):
      pwm: New driver to support PWMs on TWL4030/6030 series of PMICs
      pwm: New driver to support PWM driven LEDs on TWL4030/6030 series of PMICs
      pwm: Remove pwm-twl6030 driver

Philip, Avinash (7):
      pwm: Device tree support for PWM polarity
      pwm: Add TI PWM subsystem driver
      pwm: tiecap: Add device-tree binding
      pwm: pwm-tiecap: pinctrl support
      pwm: pwm-tiehrpwm: Adding TBCLK gating support.
      pwm: tiehrpwm: Add device-tree binding
      pwm: pwm-tiehrpwm: pinctrl support

Shiraz Hashim (1):
      pwm: Add SPEAr PWM chip driver support

Thierry Reding (1):
      pwm: Export of_pwm_xlate_with_flags()

Tony Prisk (3):
      pwm: vt8500: Update vt8500 PWM driver support
      pwm: vt8500: Fix build error
      pwm: vt8500: Ensure PWM clock is enabled during pwm_config

 .../devicetree/bindings/pwm/pwm-tiecap.txt         |  23 ++
 .../devicetree/bindings/pwm/pwm-tiehrpwm.txt       |  23 ++
 .../devicetree/bindings/pwm/pwm-tipwmss.txt        |  31 ++
 Documentation/devicetree/bindings/pwm/pwm.txt      |  17 +-
 .../devicetree/bindings/pwm/spear-pwm.txt          |  18 ++
 .../devicetree/bindings/pwm/ti,twl-pwm.txt         |  17 +
 .../devicetree/bindings/pwm/ti,twl-pwmled.txt      |  17 +
 .../devicetree/bindings/pwm/vt8500-pwm.txt         |  17 +
 drivers/pwm/Kconfig                                |  39 ++-
 drivers/pwm/Makefile                               |   5 +-
 drivers/pwm/core.c                                 |  29 ++
 drivers/pwm/pwm-imx.c                              |   2 +-
 drivers/pwm/pwm-lpc32xx.c                          |  23 +-
 drivers/pwm/pwm-samsung.c                          |   1 +
 drivers/pwm/pwm-spear.c                            | 276 ++++++++++++++++
 drivers/pwm/pwm-tiecap.c                           |  48 ++-
 drivers/pwm/pwm-tiehrpwm.c                         |  62 +++-
 drivers/pwm/pwm-tipwmss.c                          | 139 ++++++++
 drivers/pwm/pwm-tipwmss.h                          |  39 +++
 drivers/pwm/pwm-twl-led.c                          | 344 ++++++++++++++++++++
 drivers/pwm/pwm-twl.c                              | 359 +++++++++++++++++++++
 drivers/pwm/pwm-twl6030.c                          | 184 -----------
 drivers/pwm/pwm-vt8500.c                           |  98 ++++--
 include/linux/pwm.h                                |   3 +
 24 files changed, 1593 insertions(+), 221 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pwm/pwm-tiecap.txt
 create mode 100644 Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.txt
 create mode 100644 Documentation/devicetree/bindings/pwm/pwm-tipwmss.txt
 create mode 100644 Documentation/devicetree/bindings/pwm/spear-pwm.txt
 create mode 100644 Documentation/devicetree/bindings/pwm/ti,twl-pwm.txt
 create mode 100644 Documentation/devicetree/bindings/pwm/ti,twl-pwmled.txt
 create mode 100644 Documentation/devicetree/bindings/pwm/vt8500-pwm.txt
 create mode 100644 drivers/pwm/pwm-spear.c
 create mode 100644 drivers/pwm/pwm-tipwmss.c
 create mode 100644 drivers/pwm/pwm-tipwmss.h
 create mode 100644 drivers/pwm/pwm-twl-led.c
 create mode 100644 drivers/pwm/pwm-twl.c
 delete mode 100644 drivers/pwm/pwm-twl6030.c

Attachment: pgpRedQAaprad.pgp
Description: PGP signature

Reply via email to