All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil@xs4all.nl>
To: Linux Media Mailing List <linux-media@vger.kernel.org>
Cc: Ricardo Ribalda <ribalda@chromium.org>
Subject: [GIT PULL FOR v6.10] Various fixes, mostly for various smatch issues
Date: Mon, 15 Apr 2024 13:46:35 +0200	[thread overview]
Message-ID: <7de598ff-b5b9-4489-b1fb-4aa1f477a26c@xs4all.nl> (raw)

Various fixes, mostly for smatch issues.

I plan to push this tomorrow if there are no objections.

Regards,

	Hans

The following changes since commit 71b3ed53b08d87212fbbe51bdc3bf44eb8c462f8:

  media: atomisp: Implement link_setup() op for ISP subdev MC entity (2024-04-11 15:40:29 +0200)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.10f

for you to fetch changes up to 5dd936c8e7a242c5600fc3b5b265a1fa993dd5ff:

  media: touchscreen: sur40: convert le16 to cpu before use (2024-04-15 12:41:19 +0200)

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

----------------------------------------------------------------
Ricardo Ribalda (16):
      media: c8sectpfe: Do not depend on DEBUG_FS
      media: dvb: as102-fe: Fix as10x_register_addr packing
      media: dvb: Fix dtvs_stats packing.
      media: videodev2: Fix v4l2_ext_control packing.
      media: solo6x10: Use pcim functions
      media: solo6x10: Use devm functions
      media: saa7134: Use devm_request_irq
      media: c8sectpfe: Refactor load_c8sectpfe_fw
      media: tunner: xc5000: Refactor firmware load
      media: dvb-frontends: drx39xyj: Refactor firmware upload
      media: dvb-usb: dib0700_devices: Add missing release_firmware()
      media: cxd2880: Replaze kmalloc with kzalloc
      media: platform: sti: hva: clk_unprepare unconditionally
      media: v4l2-ctrls-core.c: Do not use iterator outside loop
      media: adv7180: Only request valids IRQs
      media: touchscreen: sur40: convert le16 to cpu before use

 drivers/input/touchscreen/sur40.c                           |  2 +-
 drivers/media/dvb-frontends/as102_fe_types.h                |  2 +-
 drivers/media/dvb-frontends/drx39xyj/drx_driver.h           |  2 --
 drivers/media/dvb-frontends/drx39xyj/drxj.c                 | 51 ++++++++++++++++++++++++---------------------------
 drivers/media/i2c/adv7180.c                                 |  2 +-
 drivers/media/pci/saa7134/saa7134-alsa.c                    |  9 ++-------
 drivers/media/pci/solo6x10/solo6x10-core.c                  | 16 ++++------------
 drivers/media/platform/st/sti/c8sectpfe/Kconfig             |  1 -
 drivers/media/platform/st/sti/c8sectpfe/Makefile            |  7 +++++--
 drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c    |  2 +-
 drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-debugfs.h |  5 +++++
 drivers/media/platform/st/sti/hva/hva-hw.c                  |  3 +--
 drivers/media/spi/cxd2880-spi.c                             |  2 +-
 drivers/media/tuners/xc5000.c                               | 39 +++++++++++++++++----------------------
 drivers/media/usb/dvb-usb/dib0700_devices.c                 | 18 +++++++++++++++---
 drivers/media/v4l2-core/v4l2-ctrls-api.c                    | 33 +++++++++++++++++++--------------
 include/uapi/linux/dvb/frontend.h                           |  2 +-
 include/uapi/linux/videodev2.h                              |  2 +-
 18 files changed, 99 insertions(+), 99 deletions(-)

             reply	other threads:[~2024-04-15 11:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-15 11:46 Hans Verkuil [this message]
2024-04-15 12:53 ` [GIT PULL FOR v6.10] Various fixes, mostly for various smatch issues (#100838) Jenkins

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7de598ff-b5b9-4489-b1fb-4aa1f477a26c@xs4all.nl \
    --to=hverkuil@xs4all.nl \
    --cc=linux-media@vger.kernel.org \
    --cc=ribalda@chromium.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.