The patch titled Subject: backlight-add-new-lm3639-backlight-driver-fix-2 has been added to the -mm tree. Its filename is backlight-add-new-lm3639-backlight-driver-fix-2.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: "G.Shark Jeong" <gshark.jeong@xxxxxxxxx> Subject: backlight-add-new-lm3639-backlight-driver-fix-2 Put NEW_LEDS and LEDS_CLASS into Kconfig file to reduce additional configuration works in LEDs. Signed-off-by: G.Shark Jeong <gshark.jeong@xxxxxxxxx> Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/backlight/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff -puN drivers/video/backlight/Kconfig~backlight-add-new-lm3639-backlight-driver-fix-2 drivers/video/backlight/Kconfig --- a/drivers/video/backlight/Kconfig~backlight-add-new-lm3639-backlight-driver-fix-2 +++ a/drivers/video/backlight/Kconfig @@ -363,6 +363,8 @@ config BACKLIGHT_LM3639 tristate "Backlight Driver for LM3639" depends on BACKLIGHT_CLASS_DEVICE && I2C select REGMAP_I2C + select NEW_LEDS + select LEDS_CLASS help This supports TI LM3639 Backlight + 1.5A Flash LED Driver _ Patches currently in -mm which might be from gshark.jeong@xxxxxxxxx are linux-next.patch backlight-add-backlight-driver-for-lm3630-chip.patch backlight-add-backlight-driver-for-lm3630-chip-fix.patch backlight-add-new-lm3639-backlight-driver.patch backlight-add-new-lm3639-backlight-driver-fix.patch backlight-add-new-lm3639-backlight-driver-fix-2.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html