From: hachimi.samir@gmail.com (hachimi.samir at gmail.com)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] imx6q: pwm: Activate stop_mode and remove auto enable after configuration
Date: Thu, 23 Aug 2012 17:32:37 +0200 [thread overview]
Message-ID: <1345735959-12964-1-git-send-email-hachimi.samir@gmail.com> (raw)
In-Reply-To: <[PATCH 0/2] imx6q: pwm: Activate stop_mode and remove auto enable after configuration>
This patch series enables support for pwm driver on imx6q SoC. The first
patch of the series configure the pinctrl for pwm in device-tree. Actually
they are several pin who can be set to pwmO for each pwm, so I assume that
all of them must be enabled when configuring pin.
The second patch activate stop_enable mode and unset the enable bit during
configuration of pwm, and set the enable bit in pwm CR register during enable.
Samir Hachimi (2):
imx6q: Configure the pwm node for pinmux support.
imx6q: Set pwm control register during enable and config call
---
arch/arm/boot/dts/imx6q.dtsi | 50 ++++++++
arch/arm/mach-imx/clk-imx6q.c | 4 ++++
drivers/pwm/pwm-imx.c | 37 ++++++++++++++++++++++++++-----------
3 files changed, 80 insertions(+), 11 deletions(-)
next parent reply other threads:[~2012-08-23 15:32 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <[PATCH 0/2] imx6q: pwm: Activate stop_mode and remove auto enable after configuration>
2012-08-23 15:32 ` hachimi.samir at gmail.com [this message]
2012-08-23 15:32 ` [PATCH 1/2] imx6q: Configure the pwm node for pinmux support hachimi.samir at gmail.com
2012-08-23 18:04 ` Matt Sealey
2012-08-24 7:21 ` Shawn Guo
2012-08-23 15:32 ` [PATCH 2/2] imx6q: Set pwm control register during enable and config call hachimi.samir at gmail.com
2012-08-24 7:30 ` Shawn Guo
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=1345735959-12964-1-git-send-email-hachimi.samir@gmail.com \
--to=hachimi.samir@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).