All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v4.14] More constify & venus fixes
@ 2017-08-21 11:50 Hans Verkuil
  0 siblings, 0 replies; only message in thread
From: Hans Verkuil @ 2017-08-21 11:50 UTC (permalink / raw)
  To: Linux Media Mailing List

The following changes since commit 0779b8855c746c90b85bfe6e16d5dfa2a6a46655:

  media: ddbridge: fix semicolon.cocci warnings (2017-08-20 10:25:22 -0400)

are available in the git repository at:

  git://linuxtv.org/hverkuil/media_tree.git for-v4.14j

for you to fetch changes up to b7573e3c684cb552cfbc86712279c131a691acef:

  media: venus: venc: drop VP9 codec support (2017-08-21 13:43:07 +0200)

----------------------------------------------------------------
Arvind Yadav (6):
      ad9389b: constify i2c_device_id
      adv7511: constify i2c_device_id
      adv7842: constify i2c_device_id
      saa7127: constify i2c_device_id
      tc358743: constify i2c_device_id
      ths8200: constify i2c_device_id

Bhumika Goyal (5):
      usb: make i2c_algorithm const
      i2c: make device_type const
      media: pci: make i2c_adapter const
      radio-usb-si4713: make i2c_adapter const
      usb: make i2c_adapter const

Stanimir Varbanov (5):
      media: venus: mark venc and vdec PM functions as __maybe_unused
      media: venus: fill missing video_device name
      media: venus: add helper to check supported codecs
      media: venus: use helper function to check supported codecs
      media: venus: venc: drop VP9 codec support

 drivers/media/i2c/ad9389b.c                       |  2 +-
 drivers/media/i2c/adv7511.c                       |  2 +-
 drivers/media/i2c/adv7842.c                       |  2 +-
 drivers/media/i2c/saa7127.c                       |  2 +-
 drivers/media/i2c/soc_camera/mt9t031.c            |  2 +-
 drivers/media/i2c/tc358743.c                      |  2 +-
 drivers/media/i2c/ths8200.c                       |  2 +-
 drivers/media/pci/cobalt/cobalt-i2c.c             |  2 +-
 drivers/media/pci/cx18/cx18-i2c.c                 |  2 +-
 drivers/media/pci/cx23885/cx23885-i2c.c           |  2 +-
 drivers/media/pci/cx25821/cx25821-i2c.c           |  2 +-
 drivers/media/pci/ivtv/ivtv-i2c.c                 |  4 ++--
 drivers/media/pci/netup_unidvb/netup_unidvb_i2c.c |  2 +-
 drivers/media/pci/saa7134/saa7134-i2c.c           |  2 +-
 drivers/media/pci/saa7164/saa7164-i2c.c           |  2 +-
 drivers/media/platform/qcom/venus/helpers.c       | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/media/platform/qcom/venus/helpers.h       |  1 +
 drivers/media/platform/qcom/venus/vdec.c          | 31 ++++++++++++++++++++-----------
 drivers/media/platform/qcom/venus/venc.c          | 39 ++++++++++++++++++++++-----------------
 drivers/media/radio/si4713/radio-usb-si4713.c     |  2 +-
 drivers/media/usb/au0828/au0828-i2c.c             |  4 ++--
 drivers/media/usb/cx231xx/cx231xx-i2c.c           |  2 +-
 drivers/media/usb/em28xx/em28xx-i2c.c             |  2 +-
 drivers/media/usb/hdpvr/hdpvr-i2c.c               |  2 +-
 drivers/media/usb/pvrusb2/pvrusb2-i2c-core.c      |  4 ++--
 drivers/media/usb/stk1160/stk1160-i2c.c           |  2 +-
 drivers/media/usb/usbvision/usbvision-i2c.c       |  4 ++--
 27 files changed, 119 insertions(+), 55 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-08-21 11:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-21 11:50 [GIT PULL FOR v4.14] More constify & venus fixes Hans Verkuil

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.