linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] media: atmel-isi: rework on the clock part and add runtime pm support
@ 2015-05-26  8:00 Josh Wu
  2015-05-26  8:00 ` [PATCH v4 1/2] media: atmel-isi: " Josh Wu
  2015-05-26  8:00 ` [PATCH v4 2/2] media: atmel-isi: remove mck back compatiable code as it's not need Josh Wu
  0 siblings, 2 replies; 6+ messages in thread
From: Josh Wu @ 2015-05-26  8:00 UTC (permalink / raw)
  To: Guennadi Liakhovetski, Laurent Pinchart
  Cc: Linux Media Mailing List, Nicolas Ferre, linux-arm-kernel,
	Josh Wu

This patch series fix the peripheral clock code and enable runtime pm
support.
Also it clean up the code which is for the compatiblity of mck.

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
- remove some isi disable code if peripheral clock is disabled.

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 (2):
  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 | 100 ++++++++++++--------------
 1 file changed, 46 insertions(+), 54 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2015-05-26 13:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-26  8:00 [PATCH v4 0/2] media: atmel-isi: rework on the clock part and add runtime pm support Josh Wu
2015-05-26  8:00 ` [PATCH v4 1/2] media: atmel-isi: " Josh Wu
2015-05-26  8:16   ` Laurent Pinchart
2015-05-26  9:14     ` Josh Wu
2015-05-26  9:58       ` Josh Wu
2015-05-26  8:00 ` [PATCH v4 2/2] media: atmel-isi: remove mck back compatiable code as it's not need Josh Wu

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