All of lore.kernel.org
 help / color / mirror / Atom feed
From: linux-arm@overkiz.com (Boris BREZILLON)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/1] pwm: atmel: TCB pwm driver
Date: Thu,  6 Dec 2012 17:45:22 +0100	[thread overview]
Message-ID: <cover.1354810562.git.linux-arm@overkiz.com> (raw)

Hello,

This patch adds support for Timer Counter Block PWM.
TCB PWM chip provides 6 pwm devices.
This PWM devices are grouped by 2 (0/1, 2/3 and 4/5).
The PWM devices in a given group must use the same period_ns value.


Regards,

Boris

--
Boris BREZILLON (1):
  pwm: atmel: add Timer Counter Block PWM driver

 .../devicetree/bindings/pwm/atmel-tcb-pwm.txt      |   15 +
 drivers/pwm/Kconfig                                |    8 +
 drivers/pwm/Makefile                               |    1 +
 drivers/pwm/pwm-atmel-tcb.c                        |  335 ++++++++++++++++++++
 4 files changed, 359 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pwm/atmel-tcb-pwm.txt
 create mode 100644 drivers/pwm/pwm-atmel-tcb.c

WARNING: multiple messages have this Message-ID (diff)
From: Boris BREZILLON <linux-arm@overkiz.com>
To: Thierry Reding <thierry.reding@avionic-design.de>,
	Andrew Victor <linux@maxim.org.za>,
	Nicolas Ferre <nicolas.ferre@atmel.com>,
	Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
	Russell King <linux@arm.linux.org.uk>,
	Haavard Skinnemoen <hskinnemoen@gmail.com>,
	Hans-Christian Egtvedt <egtvedt@samfundet.no>
Cc: linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Boris BREZILLON <linux-arm@overkiz.com>
Subject: [PATCH 0/1] pwm: atmel: TCB pwm driver
Date: Thu,  6 Dec 2012 17:45:22 +0100	[thread overview]
Message-ID: <cover.1354810562.git.linux-arm@overkiz.com> (raw)

Hello,

This patch adds support for Timer Counter Block PWM.
TCB PWM chip provides 6 pwm devices.
This PWM devices are grouped by 2 (0/1, 2/3 and 4/5).
The PWM devices in a given group must use the same period_ns value.


Regards,

Boris

--
Boris BREZILLON (1):
  pwm: atmel: add Timer Counter Block PWM driver

 .../devicetree/bindings/pwm/atmel-tcb-pwm.txt      |   15 +
 drivers/pwm/Kconfig                                |    8 +
 drivers/pwm/Makefile                               |    1 +
 drivers/pwm/pwm-atmel-tcb.c                        |  335 ++++++++++++++++++++
 4 files changed, 359 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pwm/atmel-tcb-pwm.txt
 create mode 100644 drivers/pwm/pwm-atmel-tcb.c


             reply	other threads:[~2012-12-06 16:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-06 16:45 Boris BREZILLON [this message]
2012-12-06 16:45 ` [PATCH 0/1] pwm: atmel: TCB pwm driver Boris BREZILLON
2012-12-06 16:45 ` [PATCH 1/1] pwm: atmel: add Timer Counter Block PWM driver Boris BREZILLON
2012-12-06 16:45   ` Boris BREZILLON
2012-12-13 12:12   ` Jean-Christophe PLAGNIOL-VILLARD
2012-12-13 12:12     ` Jean-Christophe PLAGNIOL-VILLARD

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1354810562.git.linux-arm@overkiz.com \
    --to=linux-arm@overkiz.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.