[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1347956991-16088-1-git-send-email-thierry.reding@avionic-design.de>
Date: Tue, 18 Sep 2012 10:29:49 +0200
From: Thierry Reding <thierry.reding@...onic-design.de>
To: Samuel Ortiz <sameo@...ux.intel.com>
Cc: NeilBrown <neilb@...e.de>, Peter Ujfalusi <peter.ujfalusi@...com>,
Benoit Cousson <b-cousson@...com>, Felipe Balbi <balbi@...com>,
linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/2] mfd: twl: Move PWM driver to PWM framework
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/pwm/Kconfig | 9 ++
drivers/pwm/Makefile | 1 +
drivers/{mfd/twl6030-pwm.c => pwm/pwm-twl6030.c} | 119 +++++++++++++---------
6 files changed, 111 insertions(+), 153 deletions(-)
rename drivers/{mfd/twl6030-pwm.c => pwm/pwm-twl6030.c} (55%)
--
1.7.12
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists