The patch titled backlight: ensure platform_lcd on by default has been removed from the -mm tree. Its filename was backlight-ensure-platform_lcd-on-by-default.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: backlight: ensure platform_lcd on by default From: Ben Dooks <ben-linux@xxxxxxxxx> It seems that we need to ensure that the lcd is powered up at start, otherwise we do not see a display. Signed-off-by: Ben Dooks <ben-linux@xxxxxxxxx> Cc: Richard Purdie <rpurdie@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/backlight/platform_lcd.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN drivers/video/backlight/platform_lcd.c~backlight-ensure-platform_lcd-on-by-default drivers/video/backlight/platform_lcd.c --- a/drivers/video/backlight/platform_lcd.c~backlight-ensure-platform_lcd-on-by-default +++ a/drivers/video/backlight/platform_lcd.c @@ -101,6 +101,8 @@ static int __devinit platform_lcd_probe( } platform_set_drvdata(pdev, plcd); + platform_lcd_set_power(plcd->lcd, FB_BLANK_NORMAL); + return 0; err_mem: _ Patches currently in -mm which might be from ben-linux@xxxxxxxxx are origin.patch linux-next.patch backlight-add-more-information-output-to-pwm_backlight.patch backlight-add-module_alias-to-pwm_backlight-driver.patch resource-add-resource_type-and-ioresource_type_bits.patch resource-add-new-ioresource_clk-type-v2.patch i2c-sh_mobile-ioresource_clk-support.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