All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] marvell-ccic: update ccic driver to support some features
@ 2013-07-02  3:31 Libin Yang
  2013-07-02  3:31 ` [PATCH v2 1/7] marvell-ccic: add MIPI support for marvell-ccic driver Libin Yang
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Libin Yang @ 2013-07-02  3:31 UTC (permalink / raw)
  To: corbet, g.liakhovetski; +Cc: linux-media, albert.v.wang, Libin Yang

The patch set adds some feature into the marvell ccic driver

Patch 1: Support MIPI sensor
Patch 2: Support clock tree
Patch 3: reset ccic when stop streaming, which makes CCIC more stable
Patch 4: refine the mcam_set_contig_buffer function
Patch 5: add some new fmts to support
Patch 6: add SOF-EOF pair check to make the CCIC more stable
Patch 7: use resource managed allocation

Libin Yang (7):
  marvell-ccic: add MIPI support for marvell-ccic driver
  marvell-ccic: add clock tree support for marvell-ccic driver
  marvell-ccic: reset ccic phy when stop streaming for stability
  marvell-ccic: refine mcam_set_contig_buffer function
  marvell-ccic: add new formats support for marvell-ccic driver
  marvell-ccic: add SOF / EOF pair check for marvell-ccic driver
  marvell-ccic: switch to resource managed allocation and request

 drivers/media/platform/marvell-ccic/cafe-driver.c |    4 +-
 drivers/media/platform/marvell-ccic/mcam-core.c   |  323 +++++++++++++++++----
 drivers/media/platform/marvell-ccic/mcam-core.h   |   51 +++-
 drivers/media/platform/marvell-ccic/mmp-driver.c  |  267 ++++++++++++++---
 include/media/mmp-camera.h                        |   19 ++
 5 files changed, 563 insertions(+), 101 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2013-07-02  4:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-02  3:31 [PATCH v2 0/7] marvell-ccic: update ccic driver to support some features Libin Yang
2013-07-02  3:31 ` [PATCH v2 1/7] marvell-ccic: add MIPI support for marvell-ccic driver Libin Yang
2013-07-02  4:08   ` Jonathan Corbet
2013-07-02  4:21     ` Libin Yang
2013-07-02  3:31 ` [PATCH v2 2/7] marvell-ccic: add clock tree " Libin Yang
2013-07-02  3:31 ` [PATCH v2 3/7] marvell-ccic: reset ccic phy when stop streaming for stability Libin Yang
2013-07-02  3:31 ` [PATCH v2 4/7] marvell-ccic: refine mcam_set_contig_buffer function Libin Yang
2013-07-02  3:31 ` [PATCH v2 5/7] marvell-ccic: add new formats support for marvell-ccic driver Libin Yang
2013-07-02  3:31 ` [PATCH v2 6/7] marvell-ccic: add SOF / EOF pair check " Libin Yang
2013-07-02  3:31 ` [PATCH v2 7/7] marvell-ccic: switch to resource managed allocation and request Libin Yang

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.