linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] mc13783: add pwr button support
@ 2010-05-31 19:28 Philippe Rétornaz
  2010-05-31 19:28 ` [PATCH 1/2] mc13783: add power " Philippe Rétornaz
  0 siblings, 1 reply; 7+ messages in thread
From: Philippe Rétornaz @ 2010-05-31 19:28 UTC (permalink / raw)
  To: linux-arm-kernel

Hello

This add button handling for the MC13783 PMIC.
The first patch modify the mc13783 MFD driver to add a button 
subdevice and also adds the mc13783-pwrbutton driver using a misc
input device.

The second patch adds the power on button support to the mx31moboard
boards.

Regards,
Philippe


Philippe R?tornaz (2):
  mc13783: add power button support
  mx31moboard: Add MC13783 power button support

 arch/arm/mach-mx3/mach-mx31moboard.c   |   10 +-
 drivers/input/misc/Kconfig             |    7 +
 drivers/input/misc/Makefile            |    1 +
 drivers/input/misc/mc13783-pwrbutton.c |  301 ++++++++++++++++++++++++++++++++
 drivers/mfd/mc13783-core.c             |    4 +
 include/linux/mfd/mc13783.h            |   19 ++
 6 files changed, 341 insertions(+), 1 deletions(-)
 create mode 100644 drivers/input/misc/mc13783-pwrbutton.c

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH v2 0/2] mc13783: add pwr button support
@ 2011-07-08 14:23 Philippe Rétornaz
  2011-07-08 14:23 ` [PATCH 1/2] mc13783: add power " Philippe Rétornaz
  0 siblings, 1 reply; 7+ messages in thread
From: Philippe Rétornaz @ 2011-07-08 14:23 UTC (permalink / raw)
  To: linux-arm-kernel

Hello

This add button handling for the MC13783 PMIC.
The first patch modify the mc13783 MFD driver to add a button 
subdevice and also adds the mc13783-pwrbutton driver using a misc
input device.

v2: first patch modified according to comments by Dmitry Torokhov

The second patch adds the power on button support to the mx31moboard
boards.

Regards,
Philippe


Philippe R?tornaz (2):
  mc13783: add power button support
  mx31moboard: Add MC13783 power button support

 arch/arm/mach-imx/mach-mx31moboard.c   |   10 +-
 drivers/input/misc/Kconfig             |   11 ++
 drivers/input/misc/Makefile            |    1 +
 drivers/input/misc/mc13783-pwrbutton.c |  288 ++++++++++++++++++++++++++++++++
 drivers/mfd/mc13xxx-core.c             |    4 +
 include/linux/mfd/mc13783.h            |    1 +
 include/linux/mfd/mc13xxx.h            |   18 ++
 7 files changed, 332 insertions(+), 1 deletions(-)
 create mode 100644 drivers/input/misc/mc13783-pwrbutton.c

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

end of thread, other threads:[~2011-07-08 14:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-31 19:28 [PATCH 0/2] mc13783: add pwr button support Philippe Rétornaz
2010-05-31 19:28 ` [PATCH 1/2] mc13783: add power " Philippe Rétornaz
2010-05-31 19:29   ` [PATCH 2/2] mx31moboard: Add MC13783 " Philippe Rétornaz
2010-06-03  8:31     ` Sascha Hauer
2010-06-03  9:23       ` Philippe Rétornaz
2010-06-02  7:52   ` [PATCH 1/2] mc13783: add " Dmitry Torokhov
  -- strict thread matches above, loose matches on Subject: below --
2011-07-08 14:23 [PATCH v2 0/2] mc13783: add pwr " Philippe Rétornaz
2011-07-08 14:23 ` [PATCH 1/2] mc13783: add power " Philippe Rétornaz
2011-07-08 14:23   ` [PATCH 2/2] mx31moboard: Add MC13783 " Philippe Rétornaz

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