linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] pwm-backlight: switch to gpiod interface (part 1)
@ 2014-02-27  5:53 Alexandre Courbot
  2014-02-27  5:53 ` [PATCH 1/2] ARM: SAMSUNG: remove gpio flags in dev-backlight Alexandre Courbot
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Alexandre Courbot @ 2014-02-27  5:53 UTC (permalink / raw)
  To: Thierry Reding, Jingoo Han, Bryan Wu, Ben Dooks, Kukjin Kim
  Cc: linux-pwm, linux-gpio, linux-kernel, Alexandre Courbot

These two patches initiate the switch of the pwm-backlight driver to
the gpiod GPIO interface, as it considerably simplifies the code.

For compatibility with current users of the driver, it is still possible
to pass the enable GPIO number as platform data. Two platforms are still
relying on this feature (pxa/palmtc and shmobile/armadillo800eva) which
will be removed as soon as its last users are switched to GPIO mapping
tables.

Alexandre Courbot (2):
  ARM: SAMSUNG: remove gpio flags in dev-backlight
  pwm-backlight: switch to gpiod interface

 arch/arm/plat-samsung/dev-backlight.c |  2 -
 drivers/video/backlight/pwm_bl.c      | 72 +++++++++++++++--------------------
 include/linux/pwm_backlight.h         |  5 +--
 3 files changed, 32 insertions(+), 47 deletions(-)

-- 
1.9.0


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

end of thread, other threads:[~2014-05-07  8:39 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-27  5:53 [PATCH 0/2] pwm-backlight: switch to gpiod interface (part 1) Alexandre Courbot
2014-02-27  5:53 ` [PATCH 1/2] ARM: SAMSUNG: remove gpio flags in dev-backlight Alexandre Courbot
2014-04-10  4:17   ` Alexandre Courbot
2014-04-10  9:51     ` Jingoo Han
2014-04-10 14:14       ` Alexandre Courbot
2014-04-21  6:07         ` Alexandre Courbot
2014-05-06  4:59           ` Kukjin Kim
2014-05-06 14:33             ` Alexandre Courbot
2014-05-06 15:17               ` Thierry Reding
2014-05-07  8:14   ` Thierry Reding
2014-02-27  5:53 ` [PATCH 2/2] pwm-backlight: switch to gpiod interface Alexandre Courbot
2014-05-07  8:18   ` Thierry Reding
2014-05-07  8:39     ` Alexandre Courbot
2014-03-26  5:01 ` [PATCH 0/2] pwm-backlight: switch to gpiod interface (part 1) Alexandre Courbot
2014-03-27  0:08   ` Bryan Wu
2014-03-27  1:04     ` Jingoo Han

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).