mbox series

[GIT,PULL,for,5.3] More sensor and CSI-2 driver patches

Message ID 20190622082912.knhtiwvwjreok55v@valkosipuli.retiisi.org.uk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,for,5.3] More sensor and CSI-2 driver patches | expand

Pull-request

ssh://linuxtv.org/git/sailus/media_tree.git tags/for-5.3-4-signed

Message

Sakari Ailus June 22, 2019, 8:29 a.m. UTC
Hi Mauro,

Here's another set of CSI-2 and sensor driver patches for 5.3.

The number appears large but the only driver receiving a significant amount
of functional changes is the marvell-ccic.

Please pull.


The following changes since commit 3a959dcd11a4b1f55bbb4a37d3bac685c4e106b1:

  media: mt9m111: add regulator support (2019-06-21 17:56:39 -0400)

are available in the git repository at:

  ssh://linuxtv.org/git/sailus/media_tree.git tags/for-5.3-4-signed

for you to fetch changes up to e1f8eca499d2aac228bea702f361a0601dad5e94:

  staging: media: fix style problem (2019-06-22 10:36:59 +0300)

----------------------------------------------------------------
sensor and CSI-2 driver patches for 5.3

----------------------------------------------------------------
Aliasgar Surti (1):
      staging: media: fix style problem

Hugues Fruchet (4):
      media: st-mipid02: add support of V4L2_CID_LINK_FREQ
      media: st-mipid02: add support of RGB565
      media: st-mipid02: add support of YUYV8 and UYVY8
      media: st-mipid02: add support of JPEG

Lubomir Rintel (9):
      Revert "[media] marvell-ccic: reset ccic phy when stop streaming for stability"
      marvell-ccic: drop unused stuff
      marvell-ccic/mmp: enable clock before accessing registers
      marvell-ccic: rename the clocks
      marvell-ccic/mmp: add devicetree support
      marvell-ccic: use async notifier to get the sensor
      marvell-ccic: provide a clock for the sensor
      media: marvell-ccic: only calculate the DPHY registers when needed
      media: marvell-ccic: mmp: don't chicken out w/o pdata

Robert Jarzmik (1):
      media: mt9m111: fix fw-node refactoring

Sakari Ailus (2):
      mt9m111: No need to check for the regulator
      mt9m111: Fix error handling in mt9m111_power_on

Wolfram Sang (8):
      media: i2c: ak881x: simplify getting the adapter of a client
      media: i2c: mt9m001: simplify getting the adapter of a client
      media: i2c: mt9m111: simplify getting the adapter of a client
      media: i2c: ov2640: simplify getting the adapter of a client
      media: i2c: tw9910: simplify getting the adapter of a client
      staging: media: soc_camera: imx074: simplify getting the adapter of a client
      staging: media: soc_camera: mt9t031: simplify getting the adapter of a client
      staging: media: soc_camera: soc_mt9v022: simplify getting the adapter of a client

 drivers/media/i2c/ak881x.c                        |   2 +-
 drivers/media/i2c/mt9m001.c                       |   2 +-
 drivers/media/i2c/mt9m111.c                       |  37 ++-
 drivers/media/i2c/ov2640.c                        |   2 +-
 drivers/media/i2c/st-mipid02.c                    |  60 +++-
 drivers/media/i2c/tw9910.c                        |   3 +-
 drivers/media/platform/marvell-ccic/Kconfig       |   2 +
 drivers/media/platform/marvell-ccic/cafe-driver.c |  58 +++-
 drivers/media/platform/marvell-ccic/mcam-core.c   | 337 +++++++++++++++-------
 drivers/media/platform/marvell-ccic/mcam-core.h   |  12 +-
 drivers/media/platform/marvell-ccic/mmp-driver.c  | 238 ++++-----------
 drivers/staging/media/soc_camera/imx074.c         |   2 +-
 drivers/staging/media/soc_camera/mt9t031.c        |   2 +-
 drivers/staging/media/soc_camera/soc_mt9v022.c    |   2 +-
 drivers/staging/media/soc_camera/soc_ov5642.c     |   6 +-
 include/linux/platform_data/media/mmp-camera.h    |   4 -
 16 files changed, 424 insertions(+), 345 deletions(-)

Comments

Sakari Ailus June 22, 2019, 8:39 a.m. UTC | #1
On Sat, Jun 22, 2019 at 11:29:12AM +0300, Sakari Ailus wrote:
> Hi Mauro,
> 
> Here's another set of CSI-2 and sensor driver patches for 5.3.

Oops! This should have been for 5.4, not 5.3!
Mauro Carvalho Chehab June 22, 2019, 9:58 a.m. UTC | #2
Em Sat, 22 Jun 2019 11:39:09 +0300
Sakari Ailus <sakari.ailus@iki.fi> escreveu:

> On Sat, Jun 22, 2019 at 11:29:12AM +0300, Sakari Ailus wrote:
> > Hi Mauro,
> > 
> > Here's another set of CSI-2 and sensor driver patches for 5.3.  
> 
> Oops! This should have been for 5.4, not 5.3!
> 

I already applied those yesterday. 

Should them be reverted? If so, why?

Thanks,
Mauro
Mauro Carvalho Chehab June 22, 2019, 10:01 a.m. UTC | #3
Em Sat, 22 Jun 2019 06:58:44 -0300
Mauro Carvalho Chehab <mchehab+samsung@kernel.org> escreveu:

> Em Sat, 22 Jun 2019 11:39:09 +0300
> Sakari Ailus <sakari.ailus@iki.fi> escreveu:
> 
> > On Sat, Jun 22, 2019 at 11:29:12AM +0300, Sakari Ailus wrote:  
> > > Hi Mauro,
> > > 
> > > Here's another set of CSI-2 and sensor driver patches for 5.3.    
> > 
> > Oops! This should have been for 5.4, not 5.3!
> >   
> 
> I already applied those yesterday. 

No, I didn't apply this series. I applied the last one. If this is
not for 5.4, just mark the PR as rejected at patchwork.

Thanks,
Mauro