All of lore.kernel.org
 help / color / mirror / Atom feed
From: boris.brezillon@free-electrons.com (Boris Brezillon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv3 0/2] drm: atmel-hlcdc: PM support
Date: Mon, 23 Feb 2015 11:32:14 +0100	[thread overview]
Message-ID: <20150223113214.584ee794@bbrezillon> (raw)
In-Reply-To: <1424627464-16869-1-git-send-email-sylvain.rochet@finsecur.com>

Hi Sylvain,

On Sun, 22 Feb 2015 18:51:02 +0100
Sylvain Rochet <sylvain.rochet@finsecur.com> wrote:

> 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>

Thanks, I'll queue the series to my drm-atmel-hlcdc-devel branch (with
Andrzej's Reviewed-by).

> 
> 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(+)
> 



-- 
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

WARNING: multiple messages have this Message-ID (diff)
From: Boris Brezillon <boris.brezillon@free-electrons.com>
To: Sylvain Rochet <sylvain.rochet@finsecur.com>
Cc: Kevin Hilman <khilman@kernel.org>,
	Nicolas Ferre <nicolas.ferre@atmel.com>,
	linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
	Wenyou Yang <wenyou.yang@atmel.com>,
	Andrzej Hajda <a.hajda@samsung.com>,
	Alexandre Belloni <alexandre.belloni@free-electrons.com>,
	Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCHv3 0/2] drm: atmel-hlcdc: PM support
Date: Mon, 23 Feb 2015 11:32:14 +0100	[thread overview]
Message-ID: <20150223113214.584ee794@bbrezillon> (raw)
In-Reply-To: <1424627464-16869-1-git-send-email-sylvain.rochet@finsecur.com>

Hi Sylvain,

On Sun, 22 Feb 2015 18:51:02 +0100
Sylvain Rochet <sylvain.rochet@finsecur.com> wrote:

> 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>

Thanks, I'll queue the series to my drm-atmel-hlcdc-devel branch (with
Andrzej's Reviewed-by).

> 
> 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(+)
> 



-- 
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

WARNING: multiple messages have this Message-ID (diff)
From: Boris Brezillon <boris.brezillon@free-electrons.com>
To: Sylvain Rochet <sylvain.rochet@finsecur.com>
Cc: David Airlie <airlied@linux.ie>,
	dri-devel@lists.freedesktop.org,
	Nicolas Ferre <nicolas.ferre@atmel.com>,
	Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
	Alexandre Belloni <alexandre.belloni@free-electrons.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Daniel Vetter <daniel@ffwll.ch>,
	Kevin Hilman <khilman@kernel.org>,
	Wenyou Yang <wenyou.yang@atmel.com>,
	Andrzej Hajda <a.hajda@samsung.com>
Subject: Re: [PATCHv3 0/2] drm: atmel-hlcdc: PM support
Date: Mon, 23 Feb 2015 11:32:14 +0100	[thread overview]
Message-ID: <20150223113214.584ee794@bbrezillon> (raw)
In-Reply-To: <1424627464-16869-1-git-send-email-sylvain.rochet@finsecur.com>

Hi Sylvain,

On Sun, 22 Feb 2015 18:51:02 +0100
Sylvain Rochet <sylvain.rochet@finsecur.com> wrote:

> 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>

Thanks, I'll queue the series to my drm-atmel-hlcdc-devel branch (with
Andrzej's Reviewed-by).

> 
> 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(+)
> 



-- 
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

  parent reply	other threads:[~2015-02-23 10:32 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-22 17:51 [PATCHv3 0/2] drm: atmel-hlcdc: PM support Sylvain Rochet
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
2015-02-22 17:51   ` Sylvain Rochet
2015-02-23 10:09   ` Andrzej Hajda
2015-02-23 10:09     ` Andrzej Hajda
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-22 17:51   ` [PATCHv3 2/2] drm: atmel-hlcdc: Add pinctrl PM select sleep,default " Sylvain Rochet
2015-02-23 10:32 ` Boris Brezillon [this message]
2015-02-23 10:32   ` [PATCHv3 0/2] drm: atmel-hlcdc: PM support Boris Brezillon
2015-02-23 10:32   ` Boris Brezillon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150223113214.584ee794@bbrezillon \
    --to=boris.brezillon@free-electrons.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.