linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL for 5.14] V4L2 camera sensor etc. patches
@ 2021-05-25 10:25 Sakari Ailus
  2021-05-25 11:12 ` [GIT PULL for 5.14] V4L2 camera sensor etc. patches (#74548) Jenkins
  0 siblings, 1 reply; 2+ messages in thread
From: Sakari Ailus @ 2021-05-25 10:25 UTC (permalink / raw)
  To: linux-media

Hi Mauro,

Here's a bunch of patches for sensor drivers, documentation and DT bindings
mostly. Included is a driver for IMX208 sensors, as well as fix for the CCS
driver that's cc'd to the stable trees. A lot of the changes in the ov8856
driver are for adapting the driver data structures to work with multiple
lane configurations.

Please pull.


The following changes since commit bb9212fd971035597d264fc6a7cc4df0db9b5fd0:

  media: ARM: dts: sama5d4: enable Hantro G1 VDEC (2021-05-19 09:51:40 +0200)

are available in the Git repository at:

  git://linuxtv.org/sailus/media_tree.git tags/for-5.14-1-signed

for you to fetch changes up to 69577665eb1552b4f739cd3b9a149b0f7972d2f8:

  media: dt-bindings: media: renesas,vin: Add r8a779a0 support (2021-05-24 18:10:05 +0300)

----------------------------------------------------------------
V4L2 patches for 5.14

----------------------------------------------------------------
Andy Shevchenko (1):
      media: ipu3-cio2: Fix reference counting when looping over ACPI devices

Bernhard Wimmer (2):
      media: Documentation: ccs: Fix the op_pll_multiplier address
      media: ccs: Fix the op_pll_multiplier address

Christophe JAILLET (2):
      media: i2c: ov2659: Fix an error message
      media: i2c: ov9650: Fix an error message

Dillon Min (1):
      media: i2c: ov2659: Use clk_{prepare_enable,disable_unprepare}() to set xvclk on/off

Niklas Söderlund (2):
      media: dt-bindings: media: renesas,isp: Add bindings for ISP Channel Selector
      media: dt-bindings: media: renesas,vin: Add r8a779a0 support

Paul Kocialkowski (1):
      media: i2c: ov8865: remove unnecessary NULL check

Sakari Ailus (3):
      v4l: async, fwnode: Improve module organisation
      staging: ipu3-imgu: Move the UAPI header from include under include/uapi
      staging: ipu3-imgu: Document pages field

Shawn Tu (3):
      ov8856: Add support for 2 data lanes
      ov8856: add vflip/hflip control support
      media: imx208: Add imx208 camera sensor driver

 Documentation/admin-guide/media/ipu3.rst           |   35 +-
 .../devicetree/bindings/media/renesas,isp.yaml     |  196 ++
 .../devicetree/bindings/media/renesas,vin.yaml     |   26 +-
 .../driver-api/media/drivers/ccs/ccs-regs.asc      |    2 +-
 .../driver-api/media/drivers/ccs/mk-ccs-regs       |    5 +-
 .../media/v4l/pixfmt-meta-intel-ipu3.rst           |    2 +-
 MAINTAINERS                                        |    8 +
 drivers/media/i2c/Kconfig                          |   22 +
 drivers/media/i2c/Makefile                         |    1 +
 drivers/media/i2c/ccs/ccs-limits.c                 |    4 +
 drivers/media/i2c/ccs/ccs-limits.h                 |    4 +
 drivers/media/i2c/ccs/ccs-regs.h                   |    6 +-
 drivers/media/i2c/imx208.c                         | 1087 +++++++++
 drivers/media/i2c/ov2659.c                         |   27 +-
 drivers/media/i2c/ov8856.c                         | 2449 +++++++++++++-------
 drivers/media/i2c/ov8865.c                         |    2 +-
 drivers/media/i2c/ov9650.c                         |    4 +-
 drivers/media/pci/intel/ipu3/cio2-bridge.c         |   10 +-
 drivers/media/v4l2-core/Kconfig                    |    5 +
 drivers/media/v4l2-core/Makefile                   |    5 +-
 drivers/media/v4l2-core/v4l2-async.c               |   23 +-
 drivers/media/v4l2-core/v4l2-dev.c                 |    5 -
 .../media/ipu3/include/{ => uapi}/intel-ipu3.h     |    0
 drivers/staging/media/ipu3/ipu3-abi.h              |    2 +-
 drivers/staging/media/ipu3/ipu3-css-pool.h         |    1 +
 25 files changed, 2981 insertions(+), 950 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/renesas,isp.yaml
 create mode 100644 drivers/media/i2c/imx208.c
 rename drivers/staging/media/ipu3/include/{ => uapi}/intel-ipu3.h (100%)

-- 
Sakari Ailus

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

* Re: [GIT PULL for 5.14] V4L2 camera sensor etc. patches (#74548)
  2021-05-25 10:25 [GIT PULL for 5.14] V4L2 camera sensor etc. patches Sakari Ailus
@ 2021-05-25 11:12 ` Jenkins
  0 siblings, 0 replies; 2+ messages in thread
From: Jenkins @ 2021-05-25 11:12 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/20210525102559.GD3@valkosipuli.retiisi.eu/
Build log: https://builder.linuxtv.org/job/patchwork/109589/
Build time: 00:27:42
Link: https://lore.kernel.org/linux-media/20210525102559.GD3@valkosipuli.retiisi.eu

gpg: Signature made Tue 25 May 2021 10:21:04 AM UTC
gpg:                using DSA key 53AC58A5F5948636C04A1BF8141DFA54A1EC8DEA
gpg:                issuer "sakari.ailus@linux.intel.com"
gpg: Can't check signature: No public key

Summary: got 2/15 patches with issues, being 1 at build time, plus one error when buinding PDF document

Error/warnings:

patches/0001-v4l-async-fwnode-Improve-module-organisation.patch:

    allyesconfig: return code #0:
	../scripts/genksyms/parse.y: warning: 9 shift/reduce conflicts [-Wconflicts-sr]
	../scripts/genksyms/parse.y: warning: 5 reduce/reduce conflicts [-Wconflicts-rr]

    allyesconfig: return code #0:
	SPARSE:../drivers/media/cec/core/cec-core.c ../include/asm-generic/bitops/find.h:90:32:  warning: shift count is negative (-192)
	SPARSE:../drivers/media/mc/mc-devnode.c ../include/asm-generic/bitops/find.h:90:32:  warning: shift count is negative (-192)
	SPARSE:../drivers/media/v4l2-core/v4l2-dev.c ../include/asm-generic/bitops/find.h:132:46:  warning: shift count is negative (-192)
	../drivers/media/v4l2-core/v4l2-ioctl.c: ../drivers/media/v4l2-core/v4l2-ioctl.c:268 v4l_print_fmtdesc() error: unrecognized %p extension '4', treated as normal %p
	../drivers/media/v4l2-core/v4l2-ioctl.c: ../drivers/media/v4l2-core/v4l2-ioctl.c:292 v4l_print_format() error: unrecognized %p extension '4', treated as normal %p
	../drivers/media/v4l2-core/v4l2-ioctl.c: ../drivers/media/v4l2-core/v4l2-ioctl.c:302 v4l_print_format() error: unrecognized %p extension '4', treated as normal %p
	../drivers/media/v4l2-core/v4l2-ioctl.c: ../drivers/media/v4l2-core/v4l2-ioctl.c:328 v4l_print_format() error: unrecognized %p extension '4', treated as normal %p
	../drivers/media/v4l2-core/v4l2-ioctl.c: ../drivers/media/v4l2-core/v4l2-ioctl.c:347 v4l_print_format() error: unrecognized %p extension '4', treated as normal %p
	../drivers/media/v4l2-core/v4l2-ioctl.c: ../drivers/media/v4l2-core/v4l2-ioctl.c:352 v4l_print_format() error: unrecognized %p extension '4', treated as normal %p
	../drivers/media/v4l2-core/v4l2-ioctl.c: ../drivers/media/v4l2-core/v4l2-ioctl.c:362 v4l_print_framebuffer() error: unrecognized %p extension '4', treated as normal %p
	../drivers/media/v4l2-core/v4l2-ioctl.c: ../drivers/media/v4l2-core/v4l2-ioctl.c:735 v4l_print_frmsizeenum() error: unrecognized %p extension '4', treated as normal %p
	../drivers/media/v4l2-core/v4l2-ioctl.c: ../drivers/media/v4l2-core/v4l2-ioctl.c:762 v4l_print_frmivalenum() error: unrecognized %p extension '4', treated as normal %p
	../drivers/media/v4l2-core/v4l2-ioctl.c: ../drivers/media/v4l2-core/v4l2-ioctl.c:1424 v4l_fill_fmtdesc() error: unrecognized %p extension '4', treated as normal %p
	../drivers/media/test-drivers/vivid/vivid-core.c: ../drivers/media/test-drivers/vivid/vivid-core.c:1929 vivid_create_instance() parse error: turning off implications after 60 seconds
	../drivers/media/usb/em28xx/em28xx-video.c: ../drivers/media/usb/em28xx/em28xx-video.c:2841 em28xx_v4l2_init() parse error: turning off implications after 60 seconds

patches/0002-staging-ipu3-imgu-Move-the-UAPI-header-from-include-.patch:

   checkpatch.pl:
	$ cat patches/0002-staging-ipu3-imgu-Move-the-UAPI-header-from-include-.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:16: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


Error #512 when building PDF docs


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

end of thread, other threads:[~2021-05-25 11:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-25 10:25 [GIT PULL for 5.14] V4L2 camera sensor etc. patches Sakari Ailus
2021-05-25 11:12 ` [GIT PULL for 5.14] V4L2 camera sensor etc. patches (#74548) Jenkins

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