From: Thierry Reding <thierry.reding@avionic-design.de>
To: Samuel Ortiz <sameo@linux.intel.com>
Cc: NeilBrown <neilb@suse.de>, Peter Ujfalusi <peter.ujfalusi@ti.com>,
Benoit Cousson <b-cousson@ti.com>, Felipe Balbi <balbi@ti.com>,
linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/2] mfd: twl: Move PWM driver to PWM framework
Date: Mon, 10 Sep 2012 14:10:18 +0200 [thread overview]
Message-ID: <1347279020-15596-1-git-send-email-thierry.reding@avionic-design.de> (raw)
Hi,
This mini series replaces the twl_has_*() macros by the equivalent
standard IS_ENABLED() macro and moves the PWM driver to the PWM
framework.
I'll take the second patch through the PWM tree but would like to have
some Acked-bys from people that know and have the hardware and can
verify that I haven't broken anything.
Thierry
Thierry Reding (2):
mfd: twl: Replace twl_has_*() macros by IS_ENABLED()
pwm: Move TWL6030 PWM driver to PWM framework
drivers/mfd/Kconfig | 10 ---
drivers/mfd/Makefile | 1 -
drivers/mfd/twl-core.c | 124 ++++++++-----------------------
drivers/mfd/twl6030-pwm.c | 165 -----------------------------------------
drivers/pwm/Kconfig | 9 +++
drivers/pwm/Makefile | 1 +
drivers/pwm/pwm-twl6030.c | 184 ++++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 226 insertions(+), 268 deletions(-)
delete mode 100644 drivers/mfd/twl6030-pwm.c
create mode 100644 drivers/pwm/pwm-twl6030.c
--
1.7.12
next reply other threads:[~2012-09-10 12:10 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-10 12:10 Thierry Reding [this message]
2012-09-10 12:10 ` [PATCH v2 1/2] mfd: twl: Replace twl_has_*() macros by IS_ENABLED() Thierry Reding
2012-09-10 12:10 ` [PATCH v2 2/2] pwm: Move TWL6030 PWM driver to PWM framework Thierry Reding
2012-09-19 0:24 ` [PATCH v2 0/2] mfd: twl: Move " Samuel Ortiz
2012-09-19 5:39 ` Thierry Reding
2012-09-18 8:29 Thierry Reding
2012-09-19 11:23 ` Samuel Ortiz
2012-09-19 11:54 ` Thierry Reding
2012-09-19 15:30 ` Samuel Ortiz
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=1347279020-15596-1-git-send-email-thierry.reding@avionic-design.de \
--to=thierry.reding@avionic-design.de \
--cc=b-cousson@ti.com \
--cc=balbi@ti.com \
--cc=linux-kernel@vger.kernel.org \
--cc=neilb@suse.de \
--cc=peter.ujfalusi@ti.com \
--cc=sameo@linux.intel.com \
/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
all inboxes | Powered by JetHome®