cc: Wolfram Sang <w.sang@xxxxxxxxxxxxxx> cc: Grant Likely <grant.likely@xxxxxxxxxxxx> cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> cc: linux-fbdev@xxxxxxxxxxxxxxx cc: devicetree-discuss@xxxxxxxxxx cc: Ben Dooks <ben@xxxxxxxxxxxx> cc: Vincent Sanders <vince@xxxxxxxxxxxx> cc: Samuel Ortiz <sameo@xxxxxxxxxxxxxxx> cc: linux-kernel@xxxxxxxxxxxxxxx cc: Randy Dunlap <rdunlap@xxxxxxxxxxxx> cc: Wolfgang Denk <wd@xxxxxxx> cc: Paul Mundt <lethal@xxxxxxxxxxxx> changes since v5: - repost complete patchseries, as Paul Mundt suggested - rebased against current head - add Acked-by from Samuel Ortiz (MFD parts) http://www.spinics.net/lists/linux-fbdev/msg02550.html http://linux.derkeiler.com/Mailing-Lists/Kernel/2011-01/msg11798.html and Benjamin Herrenschmidt (DTS parts) http://lists.ozlabs.org/pipermail/linuxppc-dev/2011-February/088279.html - removed patch "powerpc, mpc5200: update mpc5200_defconfig to fit for charon board." therefore added "powerpc, tqm5200: update tqm5200_defconfig to fit for charon board." Paul: before adding this patchseries, this patch should get an Acked-by from a powerpc maintainer. checkpatch says: total: 0 errors, 0 warnings, 233 lines checked 20110322/0001-powerpc-5200-add-support-for-charon-board.patch has no obvious style problems and is ready for submission. total: 0 errors, 0 warnings, 841 lines checked 20110322/0002-video-sm501-add-I-O-functions-for-use-on-powerpc.patch has no obvious style problems and is ready for submission. total: 0 errors, 0 warnings, 109 lines checked 20110322/0003-video-sm501-add-edid-and-commandline-support.patch has no obvious style problems and is ready for submission. total: 0 errors, 0 warnings, 106 lines checked 20110322/0004-video-sm501-add-OF-binding-to-support-SM501.patch has no obvious style problems and is ready for submission. total: 0 errors, 0 warnings, 22 lines checked 20110322/0005-powerpc-video-add-SM501-support-for-charon-board.patch has no obvious style problems and is ready for submission. total: 0 errors, 0 warnings, 82 lines checked 20110322/0006-powerpc-tqm5200-update-tqm5200_defconfig-to-fit-for-.patch has no obvious style problems and is ready for submission. Heiko Schocher (6): powerpc, 5200: add support for charon board video, sm501: add I/O functions for use on powerpc video, sm501: add edid and commandline support video, sm501: add OF binding to support SM501 powerpc, video: add SM501 support for charon board. powerpc, tqm5200: update tqm5200_defconfig to fit for charon board. Documentation/fb/sm501.txt | 10 + Documentation/powerpc/dts-bindings/sm501.txt | 34 ++++ arch/powerpc/boot/dts/charon.dts | 236 ++++++++++++++++++++++ arch/powerpc/configs/52xx/tqm5200_defconfig | 20 ++- arch/powerpc/platforms/52xx/mpc5200_simple.c | 1 + drivers/mfd/sm501.c | 133 +++++++------ drivers/video/sm501fb.c | 272 +++++++++++++++++--------- include/linux/sm501.h | 8 + 8 files changed, 555 insertions(+), 159 deletions(-) create mode 100644 Documentation/fb/sm501.txt create mode 100644 Documentation/powerpc/dts-bindings/sm501.txt create mode 100644 arch/powerpc/boot/dts/charon.dts -- 1.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html