]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mcheh...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Nov 2017 04:30:12 +0000 (20:30 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Nov 2017 04:30:12 +0000 (20:30 -0800)
Pull media updates from Mauro Carvalho Chehab:

 - Documentation for digital TV (both kAPI and uAPI) are now in sync
   with the implementation (except for legacy/deprecated ioctls). This
   is a major step, as there were always a gap there

 - New sensor driver: imx274

 - New cec driver: cec-gpio

 - New platform driver for rockship rga and tegra CEC

 - New RC driver: tango-ir

 - Several cleanups at atomisp driver

 - Core improvements for RC, CEC, V4L2 async probing support and DVB

 - Lots of drivers cleanup, fixes and improvements.

* tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (332 commits)
  dvb_frontend: don't use-after-free the frontend struct
  media: dib0700: fix invalid dvb_detach argument
  media: v4l2-ctrls: Don't validate BITMASK twice
  media: s5p-mfc: fix lockdep warning
  media: dvb-core: always call invoke_release() in fe_free()
  media: usb: dvb-usb-v2: dvb_usb_core: remove redundant code in dvb_usb_fe_sleep
  media: au0828: make const array addr_list static
  media: cx88: make const arrays default_addr_list and pvr2000_addr_list static
  media: drxd: make const array fastIncrDecLUT static
  media: usb: fix spelling mistake: "synchronuously" -> "synchronously"
  media: ddbridge: fix build warnings
  media: av7110: avoid 2038 overflow in debug print
  media: Don't do DMA on stack for firmware upload in the AS102 driver
  media: v4l: async: fix unregister for implicitly registered sub-device notifiers
  media: v4l: async: fix return of unitialized variable ret
  media: imx274: fix missing return assignment from call to imx274_mode_regs
  media: camss-vfe: always initialize reg at vfe_set_xbar_cfg()
  media: atomisp: make function calls cleaner
  media: atomisp: get rid of storage_class.h
  media: atomisp: get rid of wrong stddef.h include
  ...

15 files changed:
1  2 
MAINTAINERS
drivers/media/common/saa7146/saa7146_vbi.c
drivers/media/i2c/Makefile
drivers/media/pci/tw686x/tw686x-core.c
drivers/media/platform/Makefile
drivers/media/platform/atmel/atmel-isc-regs.h
drivers/media/rc/Makefile
drivers/media/rc/keymaps/Makefile
drivers/media/usb/dvb-usb/dvb-usb-remote.c
drivers/media/usb/dvb-usb/dvb-usb.h
drivers/staging/media/atomisp/i2c/Makefile
drivers/staging/media/atomisp/i2c/ov5693/Makefile
include/media/drv-intf/saa7146_vv.h
include/uapi/linux/cec.h
include/uapi/linux/dvb/frontend.h

diff --cc MAINTAINERS
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index facb70e6a93ef5e956feb6578748e5060266332d,2de70003658adf7aa532f97c9fb0cd7d4b1158f8..aa6be85c5a604965e247ebb56d41ed09e90add06
@@@ -1,5 -1,4 +1,5 @@@
- obj-$(CONFIG_VIDEO_OV5693) += ov5693.o
 +# SPDX-License-Identifier: GPL-2.0
+ obj-$(CONFIG_VIDEO_ATOMISP_OV5693) += atomisp-ov5693.o
  
  # HACK! While this driver is in bad shape, don't enable several warnings
  #       that would be otherwise enabled with W=1
Simple merge
Simple merge
Simple merge