Prev: sched: Avoid side-effect of tickless idle on update_cpu_load (v2)
Next: [tip:x86/timers] x86, hpet: Add reference to chipset erratum documentation for disable-hpet-msi-quirk
From: Philippe Rétornaz on 17 May 2010 13:00 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. 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 | 375 ++++++++++++++++++++++++++++++++++ drivers/mfd/mc13783-core.c | 4 + include/linux/mfd/mc13783.h | 68 ++++++ 6 files changed, 499 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/ |