public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] mfd: twl: Move PWM driver to PWM framework
@ 2012-09-18  8:29 Thierry Reding
  2012-09-18  8:29 ` [PATCH v2 1/2] mfd: twl: Replace twl_has_*() macros by IS_ENABLED() Thierry Reding
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Thierry Reding @ 2012-09-18  8:29 UTC (permalink / raw)
  To: Samuel Ortiz
  Cc: NeilBrown, Peter Ujfalusi, Benoit Cousson, Felipe Balbi,
	linux-kernel

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


^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH v2 0/2] mfd: twl: Move PWM driver to PWM framework
@ 2012-09-10 12:10 Thierry Reding
  2012-09-19  0:24 ` Samuel Ortiz
  0 siblings, 1 reply; 9+ messages in thread
From: Thierry Reding @ 2012-09-10 12:10 UTC (permalink / raw)
  To: Samuel Ortiz
  Cc: NeilBrown, Peter Ujfalusi, Benoit Cousson, Felipe Balbi,
	linux-kernel

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-09-19 15:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-18  8:29 [PATCH v2 0/2] mfd: twl: Move PWM driver to PWM framework Thierry Reding
2012-09-18  8:29 ` [PATCH v2 1/2] mfd: twl: Replace twl_has_*() macros by IS_ENABLED() Thierry Reding
2012-09-18  8:29 ` [PATCH v2 2/2] pwm: Move TWL6030 PWM driver to PWM framework Thierry Reding
2012-09-19 11:23 ` [PATCH v2 0/2] mfd: twl: Move " Samuel Ortiz
2012-09-19 11:54   ` Thierry Reding
2012-09-19 15:30     ` Samuel Ortiz
  -- strict thread matches above, loose matches on Subject: below --
2012-09-10 12:10 Thierry Reding
2012-09-19  0:24 ` Samuel Ortiz
2012-09-19  5:39   ` Thierry Reding

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