The patch titled Subject: ARM: mmp: add display and fb support in pxa910 defconfig has been added to the -mm tree. Its filename is arm-mmp-add-display-and-fb-support-in-pxa910-defconfig.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: Zhou Zhu <zzhu3@xxxxxxxxxxx> Subject: ARM: mmp: add display and fb support in pxa910 defconfig Add display and fb support in pxa910 defconfig. Add tpohvga panel, spi support. Add logo support. Signed-off-by: Zhou Zhu <zzhu3@xxxxxxxxxxx> Acked-by: Haojian Zhuang <haojian.zhuang@xxxxxxxxx> Cc: Lisa Du <cldu@xxxxxxxxxxx> Cc: Guoqing Li <ligq@xxxxxxxxxxx> Cc: Florian Tobias Schandinat <FlorianSchandinat@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/arm/configs/pxa910_defconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff -puN arch/arm/configs/pxa910_defconfig~arm-mmp-add-display-and-fb-support-in-pxa910-defconfig arch/arm/configs/pxa910_defconfig --- a/arch/arm/configs/pxa910_defconfig~arm-mmp-add-display-and-fb-support-in-pxa910-defconfig +++ a/arch/arm/configs/pxa910_defconfig @@ -42,6 +42,14 @@ CONFIG_SMC91X=y # CONFIG_SERIO is not set CONFIG_SERIAL_PXA=y CONFIG_SERIAL_PXA_CONSOLE=y +CONFIG_SPI=y +CONFIG_FB=y +CONFIG_MMP_DISP=y +CONFIG_MMP_DISP_CONTROLLER=y +CONFIG_MMP_SPI=y +CONFIG_MMP_PANEL_TPOHVGA=y +CONFIG_MMP_FB=y +CONFIG_LOGO=y # CONFIG_LEGACY_PTYS is not set # CONFIG_HW_RANDOM is not set # CONFIG_HWMON is not set _ Patches currently in -mm which might be from zzhu3@xxxxxxxxxxx are video-mmp-display-subsystem.patch video-mmp-fb-support.patch video-mmp-display-controller-support.patch video-mmp-add-tpo-hvga-panel-supported.patch video-mmpdisp-add-spi-port-in-display-controller.patch arm-mmp-added-device-for-display-controller.patch arm-mmp-enable-display-in-ttc_dkb.patch arm-mmp-add-display-and-fb-support-in-pxa910-defconfig.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