All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.15] Various fixes
@ 2021-07-13  9:33 Sean Young
  2021-07-13 10:30 ` [GIT PULL FOR v5.15] Various fixes (#75736) Jenkins
  0 siblings, 1 reply; 7+ messages in thread
From: Sean Young @ 2021-07-13  9:33 UTC (permalink / raw)
  To: linux-media

The following changes since commit 379e205dab9d7f9761984728e7d6f5f8305cc424:

  media: usb: dvb-usb-v2: af9035: let subdrv autoselect enable si2168 and si2157 (2021-07-12 14:28:49 +0200)

are available in the Git repository at:

  git://linuxtv.org/syoung/media_tree.git tags/v5.15a

for you to fetch changes up to 21cc8c46c8c700b58de82577adb56c259a311a06:

  media: dvb-usb: Fix error handling in dvb_usb_i2c_init (2021-07-13 10:21:02 +0100)

----------------------------------------------------------------
v5.15a

----------------------------------------------------------------
Dongliang Mu (3):
      media: dvb-usb: fix uninit-value in dvb_usb_adapter_dvb_init
      media: dvb-usb: fix uninit-value in vp702x_read_mac_addr
      media: dvb-usb: Fix error handling in dvb_usb_i2c_init

Sean Young (5):
      media: rc-loopback: return number of emitters rather than error
      media: rc-loopback: use dev_dbg() rather than handrolled debug
      media: rc-loopback: send carrier reports
      media: rc-loopback: max_timeout of UINT_MAX does not work
      media: rc: rename s_learning_mode() to s_wideband_receiver()

 drivers/media/rc/ene_ir.c                |  2 +-
 drivers/media/rc/lirc_dev.c              |  6 +--
 drivers/media/rc/mceusb.c                |  2 +-
 drivers/media/rc/rc-loopback.c           | 82 ++++++++++++++++----------------
 drivers/media/usb/dvb-usb/dvb-usb-i2c.c  |  9 +++-
 drivers/media/usb/dvb-usb/dvb-usb-init.c |  2 +-
 drivers/media/usb/dvb-usb/nova-t-usb2.c  |  6 ++-
 drivers/media/usb/dvb-usb/vp702x.c       | 12 +++--
 include/media/rc-core.h                  |  5 +-
 9 files changed, 70 insertions(+), 56 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [GIT PULL FOR v5.15] Various fixes
@ 2021-07-20 13:34 Hans Verkuil
  2021-07-22  6:34 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 7+ messages in thread
From: Hans Verkuil @ 2021-07-20 13:34 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Fabio Estevam

The following changes since commit 379e205dab9d7f9761984728e7d6f5f8305cc424:

  media: usb: dvb-usb-v2: af9035: let subdrv autoselect enable si2168 and si2157 (2021-07-12 14:28:49 +0200)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.15a

for you to fetch changes up to 8e8ee611c5aa4e1ddb6efd1395f1dd16e13eca98:

  media: coda: fix frame_mem_ctrl for YUV420 and YVU420 formats (2021-07-20 15:17:45 +0200)

----------------------------------------------------------------
Tag branch

----------------------------------------------------------------
Dafna Hirschfeld (3):
      media: mtk-jpeg: fix setting plane paylod
      media: rkisp1: remove field 'vaddr' from 'rkisp1_buffer'
      media: rkisp1: cap: initialize dma buf address in 'buf_init' cb

Dan Carpenter (2):
      media: v4l2-subdev: fix some NULL vs IS_ERR() checks
      media: rockchip/rga: fix error handling in probe

Evgeny Novikov (1):
      media: platform: stm32: unprepare clocks at handling errors in probe

Fabio Estevam (3):
      dt-bindings: adv7180: Introduce the 'reset-gpios' property
      media: i2c: adv7180: Print the chip ID on probe
      dt-bindings: adv7180: Introduce 'adv,force-bt656-4' property

Frieder Schrempf (1):
      media: adv7180: Add optional reset GPIO

Hans Verkuil (1):
      media/cec-core.rst: update adap_enable doc

Matthew Michilot (1):
      media: i2c: adv7180: fix adv7280 BT.656-4 compatibility

Pavel Skripkin (3):
      media: go7007: fix memory leak in go7007_usb_probe
      media: go7007: remove redundant initialization
      media: stkwebcam: fix memory leak in stk_camera_probe

Philipp Zabel (1):
      media: coda: fix frame_mem_ctrl for YUV420 and YVU420 formats

Tom Rix (1):
      media: ti-vpe: cal: fix indexing of cal->ctx[] in cal_probe()

 Documentation/devicetree/bindings/media/i2c/adv7180.yaml |  8 ++++++
 Documentation/driver-api/media/cec-core.rst              |  9 ++++---
 drivers/media/cec/platform/stm32/stm32-cec.c             | 26 +++++++++++++------
 drivers/media/i2c/adv7180.c                              | 66 ++++++++++++++++++++++++++++++++++++++++++-----
 drivers/media/platform/coda/coda-bit.c                   | 18 +++++++++----
 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c          | 20 +++++++-------
 drivers/media/platform/rcar-vin/rcar-v4l2.c              |  4 +--
 drivers/media/platform/rockchip/rga/rga.c                | 27 +++++++++++++++----
 drivers/media/platform/rockchip/rkisp1/rkisp1-capture.c  | 12 ++++++++-
 drivers/media/platform/rockchip/rkisp1/rkisp1-common.h   |  6 +----
 drivers/media/platform/rockchip/rkisp1/rkisp1-params.c   |  3 +--
 drivers/media/platform/rockchip/rkisp1/rkisp1-stats.c    |  6 ++---
 drivers/media/platform/ti-vpe/cal.c                      |  6 ++---
 drivers/media/platform/vsp1/vsp1_entity.c                |  4 +--
 drivers/media/usb/go7007/go7007-driver.c                 | 26 -------------------
 drivers/media/usb/go7007/go7007-usb.c                    |  2 +-
 drivers/media/usb/stkwebcam/stk-webcam.c                 |  6 +++--
 drivers/staging/media/tegra-video/vi.c                   |  4 +--
 18 files changed, 167 insertions(+), 86 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [GIT PULL FOR v5.15] Various fixes
@ 2021-07-29 10:11 Hans Verkuil
  0 siblings, 0 replies; 7+ messages in thread
From: Hans Verkuil @ 2021-07-29 10:11 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Krzysztof Hałasa

The following changes since commit c3cdc019a6bf03c4bf06fe8252db96eb6e4a3b5f:

  media: atomisp: pci: reposition braces as per coding style (2021-07-23 09:04:03 +0200)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.15d

for you to fetch changes up to 2d1dd48d0a674eaad937da83423413d7f2131756:

  media: tegra-cec: Handle errors of clk_prepare_enable() (2021-07-29 12:09:44 +0200)

----------------------------------------------------------------
Tag branch

----------------------------------------------------------------
Deborah Brouwer (1):
      media: cec-pin: rename timer overrun variables

Evgeny Novikov (1):
      media: tegra-cec: Handle errors of clk_prepare_enable()

Hans Verkuil (1):
      v4l2-dv-timings.c: fix wrong condition in two for-loops

Krzysztof Hałasa (3):
      Fix cosmetic error in TDA1997x driver
      TDA1997x: fix tda1997x_query_dv_timings() return value
      TDA1997x: report -ENOLINK after disconnecting HDMI source

 drivers/media/cec/core/cec-pin-priv.h        |  4 ++--
 drivers/media/cec/core/cec-pin.c             | 20 ++++++++++----------
 drivers/media/cec/platform/tegra/tegra_cec.c | 10 ++++++----
 drivers/media/i2c/tda1997x.c                 | 10 ++++++----
 drivers/media/v4l2-core/v4l2-dv-timings.c    |  4 ++--
 5 files changed, 26 insertions(+), 22 deletions(-)

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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-13  9:33 [GIT PULL FOR v5.15] Various fixes Sean Young
2021-07-13 10:30 ` [GIT PULL FOR v5.15] Various fixes (#75736) Jenkins
2021-07-20 13:34 [GIT PULL FOR v5.15] Various fixes Hans Verkuil
2021-07-22  6:34 ` Mauro Carvalho Chehab
2021-07-22 11:43   ` Dafna Hirschfeld
2021-07-22 12:14     ` Hans Verkuil
2021-07-29 10:11 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.