On 06/15/16 11:39, Jyri Sarha wrote: > Some fixes and cleanups that should get merged to tilcdc even if my > atomic changes are still a work in progress. >
I forgot to add changelog. So here it is: Changes since first version: - "drm/tilcdc: Restore old dpms state in pm_resume()" - Fix typos from description and subject - Add "drm/tilcdc: Call drm_crtc_vblank_on() and *_off() in start() and stop()" BR, Jyri > Jyri Sarha (6): > drm/tilcdc: Restore old dpms state in pm_resume() > drm/tilcdc: Write to LCDC_END_OF_INT_IND_REG at the end of IRQ > function > drm/tilcdc: Move waiting of LCDC_FRAME_DONE IRQ into stop() > drm/tilcdc: Call drm_crtc_vblank_on() and *_off() in start() and > stop() > drm/tilcdc: Refer to panel.txt and tfp410.txt bindings in tilcdc.txt > drm/tilcdc: Avoid error print by of_graph_get_next_endpoint() > > .../devicetree/bindings/display/tilcdc/tilcdc.txt | 4 ++ > drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 66 > ++++++++++++++-------- > drivers/gpu/drm/tilcdc/tilcdc_drv.c | 3 + > drivers/gpu/drm/tilcdc/tilcdc_drv.h | 2 + > drivers/gpu/drm/tilcdc/tilcdc_external.c | 13 ++++- > 5 files changed, 62 insertions(+), 26 deletions(-) >