Apologies for the spam, I'm resending again because git send-email keeps adding the commit hash as a cc, and then failing since it's not a valid email. If anyone knows how to suppress git send-email from adding the "From <sha1> Mon Sep 17 00:00:00 2001" line as a cc, hit me up. For now, I've just done the dumb thing and marked --suppress-cc=all. [original msg] We've finally got the mtp development kit booting the DPU driver that was sent upstream last week. Here are some of the patches that were necessary to do that. There are a bunch more, but they touch downstream code that is not going upstream (namely dsi-staging and smmu). The booting kernel can be found at [1]. Once the patches in this series receive some light review, I'll drop them on for-next at [2]. Thanks, Sean [1]- https://cgit.freedesktop.org/~seanpaul/dpu-staging/log/?h=mtp-testing [2]- https://cgit.freedesktop.org/~seanpaul/dpu-staging/log/?h=for-next Jeykumar Sankaran (1): drm/msm/dpu: Fix writeback compile macros Sean Paul (9): drm/msm: Add displayport files to Makefile drm/msm: Include the dpu_dbg header in msm_drv.c drm/msm: Change driver name back to msm drm/msm: Remove smmu driver init/cleanup from msm_drv drm/msm: Defer probe if display component not found drm/msm: Fix deadlock calling msm_gem_new() drm/msm: Populate kms->irq for dpu drm/msm: Sprinkle pm_runtime calls around drm/msm: Restore msm_atomic_check hook drivers/gpu/drm/msm/Makefile | 14 ++++++++++++++ drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c | 3 +++ drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c | 7 ++----- .../gpu/drm/msm/disp/dpu1/dpu_hw_reg_dma_v1.c | 2 -- drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c | 19 ++++++++++++++++++- drivers/gpu/drm/msm/msm_drv.c | 17 +++++++++-------- 6 files changed, 46 insertions(+), 16 deletions(-) -- 2.16.1.291.g4437f3f132-goog -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html