[PATCH 0/2 v2] mc13783: LED support

Philippe Rétornaz philippe.retornaz at epfl.ch
Wed May 19 03:24:30 EDT 2010


Hello

This adds led support for the MC13783 PMIC.
The first patch modify the mc13783 MFD driver to add a led subdevice
and also adds the leds-mc13783 driver.

The second patch adds the RGB leds support on the mx31moboard boards.

I have only tested the RGB led part since I don't have the hardware
to test with the others leds.

v2: first patch modified according to comments by Uwe

Regards,
Philippe


Philippe Rétornaz (2):
  mc13783: add LED support
  mx31moboard: Add MC13783 led support

 arch/arm/mach-mx3/mach-mx31moboard.c |   45 ++++-
 drivers/leds/Kconfig                 |    7 +
 drivers/leds/Makefile                |    1 +
 drivers/leds/leds-mc13783.c          |  403 ++++++++++++++++++++++++++++++++++
 drivers/mfd/mc13783-core.c           |    4 +
 include/linux/mfd/mc13783.h          |   66 ++++++
 6 files changed, 525 insertions(+), 1 deletions(-)
 create mode 100644 drivers/leds/leds-mc13783.c




More information about the linux-arm-kernel mailing list