Hi Dave, Please pull these collected fixes and cleanups from various sources. This pull request contains my earlier pull request on with tag tilcdc-4.9-fixes, so pulling this alone is enough. They both have the same base and commit ids so it does not matter if you pulled the other one already earlier. Thanks, Jyri The following changes since commit 2b2fd56d7e92f134ecaae5c89e20f64dd0f95aa2: Revert "drm: make DRI1 drivers depend on BROKEN" (2016-09-01 06:16:12 +1000) are available in the git repository at: https://github.com/jsarha/linux tags/tilcdc-4.9-fixes-2 for you to fetch changes up to 2e0965b06d90b9dba76198d026c4c2ee04443aca: drm/tilcdc: WARN if CRTC is touched without CRTC lock (2016-09-07 15:54:43 +0300) ---------------------------------------------------------------- Fixes and cleanups for v4.9 ---------------------------------------------------------------- Jyri Sarha (10): drm/tilcdc: Remove drm_helper_disable_unused_functions() call drm/tilcdc: Write DMA base and ceiling address with single instruction drm/tilcdc: Add blue-and-red-crossed devicetree property drm/tilcdc: Choose console BPP that supports RGB drm/tilcdc: Take crtc modeset lock while updating the crtc clock rate drm/tilcdc: Clean up LCDC functional clock rate setting code drm/tilcdc: Flush flip-work workqueue before drm_flip_work_cleanup() drm/tilcdc: Remove unnecessary tilcdc_crtc_disable() from tilcdc_unload() drm/tilcdc: Take CRTC lock when calling tilcdc_crtc_disable() drm/tilcdc: WARN if CRTC is touched without CRTC lock Karl Beldan (2): drm/tilcdc: Adjust the FB_CEILING address drm/tilcdc: Enable EOF interrupts for v1 LCDC Teresa Remmet (1): drm/tilcdc: Fix check for remote port parent .../devicetree/bindings/display/tilcdc/tilcdc.txt | 22 +++++ drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 103 ++++++++++++++------- drivers/gpu/drm/tilcdc/tilcdc_drv.c | 69 ++++++++++---- drivers/gpu/drm/tilcdc/tilcdc_drv.h | 6 +- drivers/gpu/drm/tilcdc/tilcdc_external.c | 9 +- drivers/gpu/drm/tilcdc/tilcdc_external.h | 2 +- drivers/gpu/drm/tilcdc/tilcdc_panel.c | 2 - drivers/gpu/drm/tilcdc/tilcdc_plane.c | 9 +- drivers/gpu/drm/tilcdc/tilcdc_regs.h | 14 +++ drivers/gpu/drm/tilcdc/tilcdc_tfp410.c | 2 - 10 files changed, 166 insertions(+), 72 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel