From: Philippe Rétornaz on 19 May 2010 03:40 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: perf: Implement perf_output_addr() Next: [PATCH 2/2 v2] mx31moboard: Add MC13783 led support |