public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] pwm: Changes for v3.11-rc1
@ 2013-07-09  5:54 Thierry Reding
  0 siblings, 0 replies; only message in thread
From: Thierry Reding @ 2013-07-09  5:54 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-pwm, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 3441 bytes --]

Hi Linus,

The following changes since commit c7788792a5e7b0d5d7f96d0766b4cb6112d47d75:

  Linux 3.10-rc2 (2013-05-20 14:37:38 -0700)

are available in the git repository at:

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

for you to fetch changes up to b388f15fd14c3ae62deb9a059464aa99b524ea4a:

  pwm: pwm-tiehrpwm: Use clk_enable/disable instead clk_prepare/unprepare. (2013-06-26 23:23:54 +0200)

Thanks,
Thierry

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

A new driver supports driving PWM signals using the TPU unit found on
various Renesas SoCs. Furthermore support is added for the NXP PCA9685
LED controller. Another big chunk is the sysfs interface which has been
in the works for quite some time.

The remaining patches are a random assortment of cleanups and fixes.

----------------------------------------------------------------
Axel Lin (2):
      pwm: renesas-tpu: Add MODULE_ALIAS to make module auto loading work
      pwm: pca9685: Fix wrong argument to set MODE1_SLEEP bit

Boris BREZILLON (1):
      pwm: atmel-tcb: prepare clk before calling enable

Fabio Estevam (1):
      pwm: mxs: Let device core handle pinctrl

H Hartley Sweeten (1):
      pwm: Add sysfs interface

Laurent Pinchart (1):
      pwm: Add Renesas TPU PWM driver

Marek Belisko (1):
      pwm: pwm-tiehrpwm: Use clk_enable/disable instead clk_prepare/unprepare.

Steffen Trumtrar (1):
      pwm: add pca9685 driver

Thierry Reding (2):
      MAINTAINERS: Update PWM subsystem entry
      pwm: Fill in missing .owner fields

Wei Yongjun (1):
      pwm: renesas-tpu: fix return value check in tpu_probe()

Wolfram Sang (1):
      pwm: devm: alloc correct pointer size

 Documentation/ABI/testing/sysfs-class-pwm          |  79 ++++
 .../devicetree/bindings/pwm/nxp,pca9685-pwm.txt    |  27 ++
 Documentation/pwm.txt                              |  37 ++
 MAINTAINERS                                        |   4 +-
 drivers/pwm/Kconfig                                |  23 +
 drivers/pwm/Makefile                               |   3 +
 drivers/pwm/core.c                                 |  29 +-
 drivers/pwm/pwm-atmel-tcb.c                        |   5 +-
 drivers/pwm/pwm-bfin.c                             |   1 +
 drivers/pwm/pwm-imx.c                              |   1 +
 drivers/pwm/pwm-lpc32xx.c                          |   1 +
 drivers/pwm/pwm-mxs.c                              |   7 +-
 drivers/pwm/pwm-pca9685.c                          | 300 +++++++++++++
 drivers/pwm/pwm-puv3.c                             |   1 +
 drivers/pwm/pwm-renesas-tpu.c                      | 474 +++++++++++++++++++++
 drivers/pwm/pwm-spear.c                            |   1 +
 drivers/pwm/pwm-tegra.c                            |   1 +
 drivers/pwm/pwm-tiehrpwm.c                         |  13 +-
 drivers/pwm/sysfs.c                                | 352 +++++++++++++++
 include/linux/platform_data/pwm-renesas-tpu.h      |  16 +
 include/linux/pwm.h                                |  29 +-
 21 files changed, 1387 insertions(+), 17 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-class-pwm
 create mode 100644 Documentation/devicetree/bindings/pwm/nxp,pca9685-pwm.txt
 create mode 100644 drivers/pwm/pwm-pca9685.c
 create mode 100644 drivers/pwm/pwm-renesas-tpu.c
 create mode 100644 drivers/pwm/sysfs.c
 create mode 100644 include/linux/platform_data/pwm-renesas-tpu.h

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-09  5:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-09  5:54 [GIT PULL] pwm: Changes for v3.11-rc1 Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox