All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL for 5.4] V4L2 ISP, fwnode, sensor and CSI2 patches
@ 2019-07-25  9:50 Sakari Ailus
  2019-07-25 10:47 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 4+ messages in thread
From: Sakari Ailus @ 2019-07-25  9:50 UTC (permalink / raw)
  To: linux-media

Hi Mauro,

Here's my first set of V4L2 patches for 5.4. Included are sensor driver
patches, but also update for the Cadence CSI2TX driver and odd fixes and
cleanups. No new drivers this time.

Please pull.


The following changes since commit ebe15c7679680308268b99d911b1db15d514c7b8:

  media: tegra-cec: use cec_notifier_cec_adap_(un)register (2019-07-23 08:40:57 -0400)

are available in the Git repository at:

  ssh://linuxtv.org/git/sailus/media_tree.git tags/for-5.4-3-signed

for you to fetch changes up to d0de3d651cbc2ff02084a1671368c461bb3c3e78:

  media: staging/intel-ipu3: Use dev_get_drvdata where possible (2019-07-25 12:30:25 +0300)

----------------------------------------------------------------
V4L2 patches for 5.4

----------------------------------------------------------------
Andy Shevchenko (1):
      media: v4l2-fwnode: Switch to use fwnode_property_count_uXX()

Christophe JAILLET (1):
      media: ov2680: fix a typo in a function name

Chuhong Yuan (2):
      media: pci: Use dev_get_drvdata where possible
      media: staging/intel-ipu3: Use dev_get_drvdata where possible

Fabio Estevam (5):
      media: ov5645: Remove unneeded regulator_set_voltage()
      media: ov5645: Use regulator_bulk() functions
      media: i2c: ov5640: Check for devm_gpiod_get_optional() error
      media: i2c: ov5640: Fix the order for enabling regulators
      media: imx7.rst: Fix the references to the CSI multiplexer

Jan Kotas (4):
      media: dt-bindings: Update bindings for Cadence CSI2TX version 2.1
      media: Add lane checks for Cadence CSI2TX
      media: Fix Lane mapping in Cadence CSI2TX
      media: Add support for Cadence CSI2TX 2.1

 .../devicetree/bindings/media/cdns,csi2tx.txt      |   3 +-
 Documentation/media/v4l-drivers/imx7.rst           | 127 +++++++++--------
 drivers/media/i2c/ov2680.c                         |   4 +-
 drivers/media/i2c/ov5640.c                         |   7 +-
 drivers/media/i2c/ov5645.c                         | 120 +++-------------
 drivers/media/pci/intel/ipu3/ipu3-cio2.c           |   3 +-
 drivers/media/pci/pt1/pt1.c                        |   6 +-
 drivers/media/pci/pt3/pt3.c                        |   6 +-
 drivers/media/platform/cadence/cdns-csi2tx.c       | 155 ++++++++++++++++-----
 drivers/media/v4l2-core/v4l2-fwnode.c              |   8 +-
 drivers/staging/media/ipu3/ipu3.c                  |   3 +-
 11 files changed, 225 insertions(+), 217 deletions(-)

-- 
Kind regards,

Sakari Ailus

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

* Re: [GIT PULL for 5.4] V4L2 ISP, fwnode, sensor and CSI2 patches
  2019-07-25  9:50 [GIT PULL for 5.4] V4L2 ISP, fwnode, sensor and CSI2 patches Sakari Ailus
@ 2019-07-25 10:47 ` Mauro Carvalho Chehab
  2019-07-25 11:17   ` Sakari Ailus
  0 siblings, 1 reply; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2019-07-25 10:47 UTC (permalink / raw)
  To: Sakari Ailus; +Cc: linux-media

Em Thu, 25 Jul 2019 12:50:30 +0300
Sakari Ailus <sakari.ailus@iki.fi> escreveu:

> Hi Mauro,
> 
> Here's my first set of V4L2 patches for 5.4. Included are sensor driver
> patches, but also update for the Cadence CSI2TX driver and odd fixes and
> cleanups. No new drivers this time.
> 
> Please pull.
> 
> 
> The following changes since commit ebe15c7679680308268b99d911b1db15d514c7b8:
> 
>   media: tegra-cec: use cec_notifier_cec_adap_(un)register (2019-07-23 08:40:57 -0400)
> 
> are available in the Git repository at:
> 
>   ssh://linuxtv.org/git/sailus/media_tree.git tags/for-5.4-3-signed
> 
> for you to fetch changes up to d0de3d651cbc2ff02084a1671368c461bb3c3e78:
> 
>   media: staging/intel-ipu3: Use dev_get_drvdata where possible (2019-07-25 12:30:25 +0300)
> 
> ----------------------------------------------------------------
> V4L2 patches for 5.4
> 
> ----------------------------------------------------------------
> Andy Shevchenko (1):
>       media: v4l2-fwnode: Switch to use fwnode_property_count_uXX()
> 
> Christophe JAILLET (1):
>       media: ov2680: fix a typo in a function name
> 
> Chuhong Yuan (2):
>       media: pci: Use dev_get_drvdata where possible
>       media: staging/intel-ipu3: Use dev_get_drvdata where possible
> 
> Fabio Estevam (5):
>       media: ov5645: Remove unneeded regulator_set_voltage()
>       media: ov5645: Use regulator_bulk() functions
>       media: i2c: ov5640: Check for devm_gpiod_get_optional() error
>       media: i2c: ov5640: Fix the order for enabling regulators

>       media: imx7.rst: Fix the references to the CSI multiplexer

This patch has an issue: it breaks a code block at documentation.

So, I'm skipping this one, picking the remaining patches.

Regards,
Mauro


> 
> Jan Kotas (4):
>       media: dt-bindings: Update bindings for Cadence CSI2TX version 2.1
>       media: Add lane checks for Cadence CSI2TX
>       media: Fix Lane mapping in Cadence CSI2TX
>       media: Add support for Cadence CSI2TX 2.1
> 
>  .../devicetree/bindings/media/cdns,csi2tx.txt      |   3 +-
>  Documentation/media/v4l-drivers/imx7.rst           | 127 +++++++++--------
>  drivers/media/i2c/ov2680.c                         |   4 +-
>  drivers/media/i2c/ov5640.c                         |   7 +-
>  drivers/media/i2c/ov5645.c                         | 120 +++-------------
>  drivers/media/pci/intel/ipu3/ipu3-cio2.c           |   3 +-
>  drivers/media/pci/pt1/pt1.c                        |   6 +-
>  drivers/media/pci/pt3/pt3.c                        |   6 +-
>  drivers/media/platform/cadence/cdns-csi2tx.c       | 155 ++++++++++++++++-----
>  drivers/media/v4l2-core/v4l2-fwnode.c              |   8 +-
>  drivers/staging/media/ipu3/ipu3.c                  |   3 +-
>  11 files changed, 225 insertions(+), 217 deletions(-)
> 



Thanks,
Mauro

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

* Re: [GIT PULL for 5.4] V4L2 ISP, fwnode, sensor and CSI2 patches
  2019-07-25 10:47 ` Mauro Carvalho Chehab
@ 2019-07-25 11:17   ` Sakari Ailus
  2019-07-26 14:37     ` Fabio Estevam
  0 siblings, 1 reply; 4+ messages in thread
From: Sakari Ailus @ 2019-07-25 11:17 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Fabio Estevam; +Cc: linux-media

On Thu, Jul 25, 2019 at 07:47:14AM -0300, Mauro Carvalho Chehab wrote:
> Em Thu, 25 Jul 2019 12:50:30 +0300
> Sakari Ailus <sakari.ailus@iki.fi> escreveu:
> 
> > Hi Mauro,
> > 
> > Here's my first set of V4L2 patches for 5.4. Included are sensor driver
> > patches, but also update for the Cadence CSI2TX driver and odd fixes and
> > cleanups. No new drivers this time.
> > 
> > Please pull.
> > 
> > 
> > The following changes since commit ebe15c7679680308268b99d911b1db15d514c7b8:
> > 
> >   media: tegra-cec: use cec_notifier_cec_adap_(un)register (2019-07-23 08:40:57 -0400)
> > 
> > are available in the Git repository at:
> > 
> >   ssh://linuxtv.org/git/sailus/media_tree.git tags/for-5.4-3-signed
> > 
> > for you to fetch changes up to d0de3d651cbc2ff02084a1671368c461bb3c3e78:
> > 
> >   media: staging/intel-ipu3: Use dev_get_drvdata where possible (2019-07-25 12:30:25 +0300)
> > 
> > ----------------------------------------------------------------
> > V4L2 patches for 5.4
> > 
> > ----------------------------------------------------------------
> > Andy Shevchenko (1):
> >       media: v4l2-fwnode: Switch to use fwnode_property_count_uXX()
> > 
> > Christophe JAILLET (1):
> >       media: ov2680: fix a typo in a function name
> > 
> > Chuhong Yuan (2):
> >       media: pci: Use dev_get_drvdata where possible
> >       media: staging/intel-ipu3: Use dev_get_drvdata where possible
> > 
> > Fabio Estevam (5):
> >       media: ov5645: Remove unneeded regulator_set_voltage()
> >       media: ov5645: Use regulator_bulk() functions
> >       media: i2c: ov5640: Check for devm_gpiod_get_optional() error
> >       media: i2c: ov5640: Fix the order for enabling regulators
> 
> >       media: imx7.rst: Fix the references to the CSI multiplexer
> 
> This patch has an issue: it breaks a code block at documentation.
> 
> So, I'm skipping this one, picking the remaining patches.

Ack.

Fabio: could you address the issue?

Thanks.

-- 
Sakari Ailus

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

* Re: [GIT PULL for 5.4] V4L2 ISP, fwnode, sensor and CSI2 patches
  2019-07-25 11:17   ` Sakari Ailus
@ 2019-07-26 14:37     ` Fabio Estevam
  0 siblings, 0 replies; 4+ messages in thread
From: Fabio Estevam @ 2019-07-26 14:37 UTC (permalink / raw)
  To: Sakari Ailus; +Cc: Mauro Carvalho Chehab, linux-media

Hi Sakari,

On Thu, Jul 25, 2019 at 8:17 AM Sakari Ailus <sakari.ailus@iki.fi> wrote:

> Fabio: could you address the issue?

Yes, I have sent a v2 that addresses the issue.

Regards,

Fabio Estevam

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

end of thread, other threads:[~2019-07-26 14:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-25  9:50 [GIT PULL for 5.4] V4L2 ISP, fwnode, sensor and CSI2 patches Sakari Ailus
2019-07-25 10:47 ` Mauro Carvalho Chehab
2019-07-25 11:17   ` Sakari Ailus
2019-07-26 14:37     ` Fabio Estevam

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.