All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v3.18] Various fixes
@ 2014-10-06  7:55 Hans Verkuil
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Verkuil @ 2014-10-06  7:55 UTC (permalink / raw)
  To: Linux Media Mailing List

Various fixes for v3.18.

Regards,

	Hans

The following changes since commit cf3167cf1e969b17671a4d3d956d22718a8ceb85:

  [media] pt3: fix DTV FE I2C driver load error paths (2014-09-28 22:23:42 -0300)

are available in the git repository at:

  git://linuxtv.org/hverkuil/media_tree.git for-v3.18e

for you to fetch changes up to 9bff252026c06ec42c60602c1cfc2ad7eb24d1bc:

  saa7146: Create a device name before it's used (2014-10-06 09:48:54 +0200)

----------------------------------------------------------------
Hans Verkuil (2):
      vivid: fix Kconfig FB dependency
      em28xx: fix uninitialized variable warning

Lubomir Rintel (1):
      saa7146: Create a device name before it's used

 drivers/media/common/saa7146/saa7146_core.c | 6 +++---
 drivers/media/platform/vivid/Kconfig        | 5 ++++-
 drivers/media/usb/em28xx/em28xx-core.c      | 2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)

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

* [GIT PULL FOR v3.18] Various fixes
@ 2014-09-08  8:41 Hans Verkuil
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Verkuil @ 2014-09-08  8:41 UTC (permalink / raw)
  To: Linux Media Mailing List

Various fixes for 3.18.

Regards,

	Hans

The following changes since commit 89fffac802c18caebdf4e91c0785b522c9f6399a:

  [media] drxk_hard: fix bad alignments (2014-09-03 19:19:18 -0300)

are available in the git repository at:

  git://linuxtv.org/hverkuil/media_tree.git for-v3.18b

for you to fetch changes up to fa25ee4f45e712847caf678a63438c5311768ad8:

  media: davinci: remove unneeded dependency ARCH_OMAP3 (2014-09-08 10:23:30 +0200)

----------------------------------------------------------------
Axel Lin (1):
      tvp7002: Don't update device->streaming if write to register fails

Hans Verkuil (1):
      videobuf2-core: take mmap_sem before calling __qbuf_userptr

Hans de Goede (1):
      videobuf: Allow reqbufs(0) to free current buffers

Himangi Saraogi (1):
      radio-si470x-usb: use USB API functions rather than constants

Prabhakar Lad (6):
      media: davinci: vpif_display: drop setting of vb2 buffer state to ACTIVE
      media: davinci: vpif_capture: drop setting of vb2 buffer state to ACTIVE
      media: videobuf2-core.h: add a helper to get status of start_streaming()
      media: davinci: vpif_display: fix the check on suspend/resume callbacks
      media: davinci: vpif_capture: fix the check on suspend/resume callbacks
      media: davinci: remove unneeded dependency ARCH_OMAP3

Rasmus Villemoes (2):
      drivers: media: b2c2: flexcop.h: Fix typo in include guard
      drivers: media: i2c: adv7343_regs.h: Fix typo in #ifndef

 drivers/media/common/b2c2/flexcop.h           |  2 +-
 drivers/media/i2c/adv7343_regs.h              |  2 +-
 drivers/media/i2c/tvp7002.c                   | 21 ++++++++-------------
 drivers/media/platform/Makefile               |  2 --
 drivers/media/platform/davinci/Kconfig        |  2 +-
 drivers/media/platform/davinci/vpif_capture.c |  7 ++-----
 drivers/media/platform/davinci/vpif_display.c |  8 ++------
 drivers/media/radio/si470x/radio-si470x-usb.c |  4 +---
 drivers/media/v4l2-core/videobuf-core.c       | 11 ++++++-----
 drivers/media/v4l2-core/videobuf2-core.c      |  2 ++
 include/media/videobuf2-core.h                |  9 +++++++++
 11 files changed, 33 insertions(+), 37 deletions(-)

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

* Re: [GIT PULL FOR v3.18] Various fixes
  2014-08-14 10:43 Hans Verkuil
@ 2014-08-22 17:22 ` Hans Verkuil
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Verkuil @ 2014-08-22 17:22 UTC (permalink / raw)
  To: linux-media

On 08/14/2014 10:43 AM, Hans Verkuil wrote:
> Hi Mauro,
> 
> Various fixes for v3.18.
> 
> Please take a good look at the 'videobuf2: fix lockdep warning'. Locking issues
> are always complex and an extra pair of eyeballs doesn't hurt. I also have been
> in two minds whether it should go into 3.17 or 3.18, but I think it is better to
> have it go through a longer test period. But I can be convinced to go for 3.17
> as well :-)
> 
> Regards,
> 
>     Hans
> 
> The following changes since commit 0f3bf3dc1ca394a8385079a5653088672b65c5c4:
> 
>   [media] cx23885: fix UNSET/TUNER_ABSENT confusion (2014-08-01 15:30:59 -0300)
> 
> are available in the git repository at:
> 
>   git://linuxtv.org/hverkuil/media_tree.git for-v3.18a
> 
> for you to fetch changes up to 481a56ce8ef5dc6670ffcd87e58903323d23d0f3:
> 
>   usbtv: add audio support (2014-08-14 12:29:39 +0200)
> 
> ----------------------------------------------------------------
> Andreas Ruprecht (1):
>       drivers: media: pci: Makefile: Remove duplicate subdirectory from obj-y
> 
> Axel Lin (1):
>       saa6752hs: Convert to devm_kzalloc()
> 
> Dan Carpenter (1):
>       vmalloc_sg: off by one in error handling
> 
> Federico Simoncelli (1):
>       usbtv: add audio support
> 
> Geert Uytterhoeven (2):
>       cx25840: Spelling s/compuations/computations/
>       cx23885: Spelling s/compuations/computations/
> 
> Hans Verkuil (3):
>       videobuf2: fix lockdep warning

This one is wrong, I'll post a v5 for it today.

Regards,

	Hans

>       DocBook media: fix order of v4l2_edid fields
>       vb2: use pr_info instead of pr_debug
> 
>  Documentation/DocBook/media/v4l/vidioc-g-edid.xml |  12 +--
>  drivers/media/i2c/cx25840/cx25840-ir.c            |   2 +-
>  drivers/media/i2c/saa6752hs.c                     |   6 +-
>  drivers/media/pci/Makefile                        |   1 -
>  drivers/media/pci/cx23885/cx23888-ir.c            |   2 +-
>  drivers/media/usb/usbtv/Makefile                  |   3 +-
>  drivers/media/usb/usbtv/usbtv-audio.c             | 384 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  drivers/media/usb/usbtv/usbtv-core.c              |  16 +++-
>  drivers/media/usb/usbtv/usbtv-video.c             |   9 +-
>  drivers/media/usb/usbtv/usbtv.h                   |  21 ++++-
>  drivers/media/v4l2-core/videobuf-dma-sg.c         |   6 +-
>  drivers/media/v4l2-core/videobuf2-core.c          |  58 ++++--------
>  include/media/videobuf2-core.h                    |   2 +
>  13 files changed, 460 insertions(+), 62 deletions(-)
>  create mode 100644 drivers/media/usb/usbtv/usbtv-audio.c
> -- 
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

* [GIT PULL FOR v3.18] Various fixes
@ 2014-08-14 10:43 Hans Verkuil
  2014-08-22 17:22 ` Hans Verkuil
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Verkuil @ 2014-08-14 10:43 UTC (permalink / raw)
  To: linux-media

Hi Mauro,

Various fixes for v3.18.

Please take a good look at the 'videobuf2: fix lockdep warning'. Locking issues
are always complex and an extra pair of eyeballs doesn't hurt. I also have been
in two minds whether it should go into 3.17 or 3.18, but I think it is better to
have it go through a longer test period. But I can be convinced to go for 3.17
as well :-)

Regards,

	Hans

The following changes since commit 0f3bf3dc1ca394a8385079a5653088672b65c5c4:

   [media] cx23885: fix UNSET/TUNER_ABSENT confusion (2014-08-01 15:30:59 -0300)

are available in the git repository at:

   git://linuxtv.org/hverkuil/media_tree.git for-v3.18a

for you to fetch changes up to 481a56ce8ef5dc6670ffcd87e58903323d23d0f3:

   usbtv: add audio support (2014-08-14 12:29:39 +0200)

----------------------------------------------------------------
Andreas Ruprecht (1):
       drivers: media: pci: Makefile: Remove duplicate subdirectory from obj-y

Axel Lin (1):
       saa6752hs: Convert to devm_kzalloc()

Dan Carpenter (1):
       vmalloc_sg: off by one in error handling

Federico Simoncelli (1):
       usbtv: add audio support

Geert Uytterhoeven (2):
       cx25840: Spelling s/compuations/computations/
       cx23885: Spelling s/compuations/computations/

Hans Verkuil (3):
       videobuf2: fix lockdep warning
       DocBook media: fix order of v4l2_edid fields
       vb2: use pr_info instead of pr_debug

  Documentation/DocBook/media/v4l/vidioc-g-edid.xml |  12 +--
  drivers/media/i2c/cx25840/cx25840-ir.c            |   2 +-
  drivers/media/i2c/saa6752hs.c                     |   6 +-
  drivers/media/pci/Makefile                        |   1 -
  drivers/media/pci/cx23885/cx23888-ir.c            |   2 +-
  drivers/media/usb/usbtv/Makefile                  |   3 +-
  drivers/media/usb/usbtv/usbtv-audio.c             | 384 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  drivers/media/usb/usbtv/usbtv-core.c              |  16 +++-
  drivers/media/usb/usbtv/usbtv-video.c             |   9 +-
  drivers/media/usb/usbtv/usbtv.h                   |  21 ++++-
  drivers/media/v4l2-core/videobuf-dma-sg.c         |   6 +-
  drivers/media/v4l2-core/videobuf2-core.c          |  58 ++++--------
  include/media/videobuf2-core.h                    |   2 +
  13 files changed, 460 insertions(+), 62 deletions(-)
  create mode 100644 drivers/media/usb/usbtv/usbtv-audio.c

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

end of thread, other threads:[~2014-10-06  7:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-06  7:55 [GIT PULL FOR v3.18] Various fixes Hans Verkuil
  -- strict thread matches above, loose matches on Subject: below --
2014-09-08  8:41 Hans Verkuil
2014-08-14 10:43 Hans Verkuil
2014-08-22 17:22 ` 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.