All of lore.kernel.org
 help / color / mirror / Atom feed
From: josh.wu@atmel.com (Josh Wu)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 0/3] media: atmel-isi: rework on the clock part and add runtime pm support
Date: Thu, 11 Jun 2015 11:47:24 +0800	[thread overview]
Message-ID: <557904CC.2090106@atmel.com> (raw)
In-Reply-To: <1432634087-3356-1-git-send-email-josh.wu@atmel.com>

Hi, Guennadi

Any feedback for this patch series?

Best Regards,
Josh Wu

On 5/26/2015 5:54 PM, Josh Wu wrote:
> This patch series fix the peripheral clock code and enable runtime support.
> Also it clean up the code which is for the compatiblity of mck.
>
> Changes in v5:
> - add new patch to fix the condition that codec request still in work.
> - fix the error path in start_streaming() thanks to Laurent.
>
> Changes in v4:
> - need to call pm_runtime_disable() in atmel_isi_remove().
> - merged the patch which remove isi disable code in atmel_isi_probe() as
>    isi peripherial clock is not enabled in this moment.
> - refine the commit log
>
> Changes in v3:
> - remove useless definition: ISI_DEFAULT_MCLK_FREQ
>
> Changes in v2:
> - merged v1 two patch into one.
> - use runtime_pm_put() instead of runtime_pm_put_sync()
> - enable peripheral clock before access ISI registers.
> - totally remove clock_start()/clock_stop() as they are optional.
>
> Josh Wu (3):
>    media: atmel-isi: disable ISI even it has codec request in
>      stop_streaming()
>    media: atmel-isi: add runtime pm support
>    media: atmel-isi: remove mck back compatiable code as it's not need
>
>   drivers/media/platform/soc_camera/atmel-isi.c | 105 ++++++++++++--------------
>   1 file changed, 48 insertions(+), 57 deletions(-)
>

WARNING: multiple messages have this Message-ID (diff)
From: Josh Wu <josh.wu@atmel.com>
To: Guennadi Liakhovetski <g.liakhovetski@gmx.de>,
	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Linux Media Mailing List <linux-media@vger.kernel.org>,
	Nicolas Ferre <nicolas.ferre@atmel.com>,
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v5 0/3] media: atmel-isi: rework on the clock part and add runtime pm support
Date: Thu, 11 Jun 2015 11:47:24 +0800	[thread overview]
Message-ID: <557904CC.2090106@atmel.com> (raw)
In-Reply-To: <1432634087-3356-1-git-send-email-josh.wu@atmel.com>

Hi, Guennadi

Any feedback for this patch series?

Best Regards,
Josh Wu

On 5/26/2015 5:54 PM, Josh Wu wrote:
> This patch series fix the peripheral clock code and enable runtime support.
> Also it clean up the code which is for the compatiblity of mck.
>
> Changes in v5:
> - add new patch to fix the condition that codec request still in work.
> - fix the error path in start_streaming() thanks to Laurent.
>
> Changes in v4:
> - need to call pm_runtime_disable() in atmel_isi_remove().
> - merged the patch which remove isi disable code in atmel_isi_probe() as
>    isi peripherial clock is not enabled in this moment.
> - refine the commit log
>
> Changes in v3:
> - remove useless definition: ISI_DEFAULT_MCLK_FREQ
>
> Changes in v2:
> - merged v1 two patch into one.
> - use runtime_pm_put() instead of runtime_pm_put_sync()
> - enable peripheral clock before access ISI registers.
> - totally remove clock_start()/clock_stop() as they are optional.
>
> Josh Wu (3):
>    media: atmel-isi: disable ISI even it has codec request in
>      stop_streaming()
>    media: atmel-isi: add runtime pm support
>    media: atmel-isi: remove mck back compatiable code as it's not need
>
>   drivers/media/platform/soc_camera/atmel-isi.c | 105 ++++++++++++--------------
>   1 file changed, 48 insertions(+), 57 deletions(-)
>


  parent reply	other threads:[~2015-06-11  3:47 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-26  9:54 [PATCH v5 0/3] media: atmel-isi: rework on the clock part and add runtime pm support Josh Wu
2015-05-26  9:54 ` Josh Wu
2015-05-26  9:54 ` [PATCH v5 1/3] media: atmel-isi: disable ISI even it has codec request in stop_streaming() Josh Wu
2015-05-26  9:54   ` Josh Wu
2015-05-26  9:54 ` [PATCH v5 2/3] media: atmel-isi: add runtime pm support Josh Wu
2015-05-26  9:54   ` Josh Wu
2015-05-26 11:23   ` Laurent Pinchart
2015-05-26 11:23     ` Laurent Pinchart
2015-05-26  9:54 ` [PATCH v5 3/3] media: atmel-isi: remove mck back compatiable code as it's not need Josh Wu
2015-05-26  9:54   ` Josh Wu
2015-06-11  3:47 ` Josh Wu [this message]
2015-06-11  3:47   ` [PATCH v5 0/3] media: atmel-isi: rework on the clock part and add runtime pm support Josh Wu
2015-06-11 19:08   ` Guennadi Liakhovetski
2015-06-11 19:08     ` Guennadi Liakhovetski

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=557904CC.2090106@atmel.com \
    --to=josh.wu@atmel.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.