linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv3 0/2] drm: atmel-hlcdc: PM support
@ 2015-02-22 17:51 Sylvain Rochet
  2015-02-22 17:51 ` [PATCHv3 1/2] drm: atmel-hlcdc: Add PM suspend/resume support Sylvain Rochet
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Sylvain Rochet @ 2015-02-22 17:51 UTC (permalink / raw)
  To: linux-arm-kernel

This series adds basic PM support for Atmel HLCDC.

This series depends on:

[PATCH] drm: atmel-hlcdc: remove useless pm_runtime_put_sync in probe
  <1423841785-23105-1-git-send-email-boris.brezillon@free-electrons.com>
[PATCH v3] drm: atmel-hlcdc: Atomic mode-setting conversion
  <1423842415-23412-1-git-send-email-boris.brezillon@free-electrons.com>

Changes since v2:
  * Save previous state of crtc's so we don't enable them unconditionally
    at resume.
  * Remove obsolete use of drm_driver.suspend and drm_driver.resume
    callbacks
  * Merged atmel_hlcdc_dc_suspend to atmel_hlcdc_dc_drm_suspend and
    atmel_hlcdc_dc_resume to atmel_hlcdc_dc_drm_resume since we don't
    need the previous callbacks anymore
  * Removed useless check of drm_dev in suspend/resume functions

Changes since v1:
  * (*crtc_funcs->disable)(crtc) replaced to crtc_funcs->disable(crtc)

Sylvain Rochet (2):
  drm: atmel-hlcdc: Add PM suspend/resume support
  drm: atmel-hlcdc: Add pinctrl PM select sleep,default state in CRTC
    suspend/resume

 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c |  3 ++
 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c   | 47 ++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-02-23 10:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-22 17:51 [PATCHv3 0/2] drm: atmel-hlcdc: PM support Sylvain Rochet
2015-02-22 17:51 ` [PATCHv3 1/2] drm: atmel-hlcdc: Add PM suspend/resume support Sylvain Rochet
2015-02-23 10:09   ` Andrzej Hajda
2015-02-22 17:51 ` [PATCHv3 2/2] drm: atmel-hlcdc: Add pinctrl PM select sleep, default state in CRTC suspend/resume Sylvain Rochet
2015-02-23 10:32 ` [PATCHv3 0/2] drm: atmel-hlcdc: PM support Boris Brezillon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).