The patch titled LXFB: use the correct MSR number for panel support has been added to the -mm tree. Its filename is lxfb-use-the-correct-msr-number-for-panel-support.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: LXFB: use the correct MSR number for panel support From: Jordan Crouse <jordan.crouse@xxxxxxx> A relatively recent version of the Geode LX datasheet listed the wrong address for one of the MSRs that controls TFT panels, resulting in breakage. This patch corrects the MSR address. Signed-off-by: Jordan Crouse <jordan.crouse@xxxxxxx> Cc: "Antonino A. Daplas" <adaplas@xxxxxxx> Cc: "H. Peter Anvin" <hpa@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/geode/lxfb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/geode/lxfb.h~lxfb-use-the-correct-msr-number-for-panel-support drivers/video/geode/lxfb.h --- a/drivers/video/geode/lxfb.h~lxfb-use-the-correct-msr-number-for-panel-support +++ a/drivers/video/geode/lxfb.h @@ -33,7 +33,7 @@ void lx_set_palette_reg(struct fb_info * #define MSR_LX_GLD_CONFIG 0x48002001 #define MSR_LX_GLCP_DOTPLL 0x4c000015 -#define MSR_LX_DF_PADSEL 0x48000011 +#define MSR_LX_DF_PADSEL 0x48002011 #define MSR_LX_DC_SPARE 0x80000011 #define MSR_LX_DF_GLCONFIG 0x48002001 _ Patches currently in -mm which might be from jordan.crouse@xxxxxxx are lxfb-use-the-correct-msr-number-for-panel-support.patch make-video-geode-lxfb_corecgeode_modedb-static.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