All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.17] zoran: merge into one module, many fixes
@ 2021-12-17 13:21 Hans Verkuil
  2021-12-17 13:59 ` [GIT PULL FOR v5.17] zoran: merge into one module, many fixes (#79583) Jenkins
  0 siblings, 1 reply; 2+ messages in thread
From: Hans Verkuil @ 2021-12-17 13:21 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Corentin Labbe

Hi Corentin,

This is a great improvement over v3: all issues I saw before are now resolved,
and it passed the compliance tests with flying colors.

Thank you for your work on this!

While the PR is for 5.17, there is a good chance that it will slip to 5.18
due to vacation.

Regards,

	Hans

The following changes since commit 3a956f0b123c1c2b165314a3173755aa3404036c:

  Merge tag 'platform-drivers-x86-int3472-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86 into media_tree (2021-12-16 20:54:02 +0100)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.17i

for you to fetch changes up to 3461867e58209ef84c3e4c17a18913da5f6126ae:

  staging: media: zoran: drop read/write support (2021-12-17 13:50:43 +0100)

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

----------------------------------------------------------------
Corentin Labbe (14):
      staging: media: zoran: move module parameter checks to zoran_probe
      staging: media: zoran: use module_pci_driver
      staging: media: zoran: rename debug module parameter
      staging: media: zoran: add debugfs
      staging: media: zoran: videocode: remove procfs
      staging: media: zoran: merge all modules
      staging: media: zoran: remove vidmem
      staging: media: zoran: move videodev alloc
      staging: media: zoran: move config select on primary kconfig
      staging: media: zoran: introduce zoran_i2c_init
      staging: media: zoran: fix usage of vb2_dma_contig_set_max_seg_size
      staging: media: zoran: clean unused code
      staging: media: zoran: fix counting buffer in reserve
      staging: media: zoran: calculate the right buffer number for zoran_reap_stat_com

Hans Verkuil (4):
      staging: media: zoran: fix various V4L2 compliance errors
      staging: media: zoran: fix TRY_FMT handling
      staging: media: zoran: drop kernel log spam
      staging: media: zoran: drop read/write support

 drivers/staging/media/zoran/Kconfig        |  38 ++++----
 drivers/staging/media/zoran/Makefile       |   8 +-
 drivers/staging/media/zoran/videocodec.c   |  68 ++-----------
 drivers/staging/media/zoran/videocodec.h   |   4 +-
 drivers/staging/media/zoran/zoran.h        |  18 +---
 drivers/staging/media/zoran/zoran_card.c   | 398 ++++++++++++++++++++++++++++++++++++++++++++++++----------------------------
 drivers/staging/media/zoran/zoran_device.c |  15 ++-
 drivers/staging/media/zoran/zoran_device.h |   2 -
 drivers/staging/media/zoran/zoran_driver.c |  56 +++++------
 drivers/staging/media/zoran/zr36016.c      |  25 ++---
 drivers/staging/media/zoran/zr36016.h      |   2 +
 drivers/staging/media/zoran/zr36050.c      |  24 ++---
 drivers/staging/media/zoran/zr36050.h      |   2 +
 drivers/staging/media/zoran/zr36060.c      |  23 ++---
 drivers/staging/media/zoran/zr36060.h      |   2 +
 15 files changed, 349 insertions(+), 336 deletions(-)

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

end of thread, other threads:[~2021-12-17 13:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-17 13:21 [GIT PULL FOR v5.17] zoran: merge into one module, many fixes Hans Verkuil
2021-12-17 13:59 ` [GIT PULL FOR v5.17] zoran: merge into one module, many fixes (#79583) Jenkins

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.