public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v4.8] Various fixes/improvements
@ 2016-07-01 14:45 Hans Verkuil
  2016-07-05  5:29 ` Florian Echtler
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Verkuil @ 2016-07-01 14:45 UTC (permalink / raw)
  To: Linux Media Mailing List

Hi Mauro,

Here is my yield of one day of patch processing. On Monday I plan to do another round,
then for patches that are not directly my core activity. Although there are one or two
dvb patches in this pull request as well.

Regards,

	Hans

The following changes since commit ab46f6d24bf57ddac0f5abe2f546a78af57b476c:

  [media] videodev2.h: Fix V4L2_PIX_FMT_YUV411P description (2016-06-28 11:54:52 -0300)

are available in the git repository at:

  git://linuxtv.org/hverkuil/media_tree.git for-v4.8d

for you to fetch changes up to 0fcfba86e6bc9c6aae17bbe5bd9444698a37992e:

  tw686x: make const structs static (2016-07-01 16:37:27 +0200)

----------------------------------------------------------------
Alexander Shiyan (1):
      media: coda: Fix probe() if reset controller is missing

Alexey Khoroshilov (1):
      bt8xx: remove needless module refcounting

Amitoj Kaur Chawla (2):
      saa7164: Replace if and BUG with BUG_ON
      ddbridge: Replace vmalloc with vzalloc

Arnd Bergmann (1):
      dvb: use ktime_t for internal timeout

Dragos Bogdan (1):
      adv7604: Add support for hardware reset

Florian Echtler (3):
      sur40: properly report a single frame rate of 60 FPS
      sur40: lower poll interval to fix occasional FPS drops to ~56 FPS
      sur40: fix occasional oopses on device close

Guennadi Liakhovetski (1):
      V4L: fix the Z16 format definition

Hans Verkuil (4):
      v4l2-tpg: ignore V4L2_DV_RGB_RANGE setting for YUV formats
      rc-main: fix kernel oops after unloading keymap module
      sur40: drop unnecessary format description
      tw686x: make const structs static

Javier Martinez Canillas (2):
      DocBook: add dmabuf as streaming I/O in VIDIOC_REQBUFS description
      DocBook: mention the memory type to be set for all streaming I/O

Lubomir Rintel (2):
      usbtv: clarify the licensing
      usbtv: improve a comment

Ricardo Ribalda Delgado (4):
      vb2: V4L2_BUF_FLAG_DONE is set after DQBUF
      vb2: Merge vb2_internal_dqbuf and vb2_dqbuf
      vb2: Merge vb2_internal_qbuf and vb2_qbuf
      vb2: Fix comment

 Documentation/DocBook/media/v4l/io.xml             |  4 ++--
 Documentation/DocBook/media/v4l/pixfmt-z16.xml     |  2 +-
 Documentation/DocBook/media/v4l/vidioc-reqbufs.xml |  2 +-
 drivers/input/touchscreen/sur40.c                  | 26 +++++++++++++++++-----
 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c      |  4 ++--
 drivers/media/dvb-core/demux.h                     |  2 +-
 drivers/media/dvb-core/dmxdev.c                    |  2 +-
 drivers/media/dvb-core/dvb_demux.c                 | 17 +++++----------
 drivers/media/dvb-core/dvb_demux.h                 |  4 ++--
 drivers/media/dvb-core/dvb_net.c                   |  2 +-
 drivers/media/i2c/adv7604.c                        | 20 +++++++++++++++++
 drivers/media/pci/bt8xx/dst_ca.c                   |  2 --
 drivers/media/pci/ddbridge/ddbridge-core.c         |  3 +--
 drivers/media/pci/saa7164/saa7164-encoder.c        |  6 ++---
 drivers/media/pci/tw686x/tw686x-video.c            |  6 ++---
 drivers/media/platform/coda/coda-common.c          |  2 +-
 drivers/media/rc/rc-main.c                         | 10 +++++++--
 drivers/media/usb/usbtv/usbtv-audio.c              | 28 ++++++++++++++++++------
 drivers/media/usb/usbtv/usbtv-core.c               | 40 +++++++++++++++++++++++-----------
 drivers/media/usb/usbtv/usbtv-video.c              | 59 +++++++++++++++++++++++++++++++++++++-------------
 drivers/media/usb/usbtv/usbtv.h                    | 22 +++++++++++++++----
 drivers/media/v4l2-core/videobuf2-core.c           |  2 +-
 drivers/media/v4l2-core/videobuf2-v4l2.c           | 47 +++++++++++++++++++---------------------
 23 files changed, 206 insertions(+), 106 deletions(-)

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

* Re: [GIT PULL FOR v4.8] Various fixes/improvements
  2016-07-01 14:45 [GIT PULL FOR v4.8] Various fixes/improvements Hans Verkuil
@ 2016-07-05  5:29 ` Florian Echtler
  2016-07-05  6:46   ` Hans Verkuil
  0 siblings, 1 reply; 4+ messages in thread
From: Florian Echtler @ 2016-07-05  5:29 UTC (permalink / raw)
  To: Hans Verkuil, Linux Media Mailing List


[-- Attachment #1.1: Type: text/plain, Size: 532 bytes --]

Hello Hans,

On 01.07.2016 16:45, Hans Verkuil wrote:
> Florian Echtler (3):
>       sur40: properly report a single frame rate of 60 FPS
>       sur40: lower poll interval to fix occasional FPS drops to ~56 FPS
>       sur40: fix occasional oopses on device close

Thanks for merging this, AFAICS these fixes will now be part of 4.8. We
were hoping they might also be picked for the 4.4 LTS kernel, will this
be decided by Greg KH or will it happen automatically?

Best, Florian
-- 
SENT FROM MY DEC VT50 TERMINAL


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* [GIT PULL FOR v4.8] Various fixes/improvements
@ 2016-07-05  6:44 Hans Verkuil
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Verkuil @ 2016-07-05  6:44 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Florian Echtler

Hi Mauro,

This supersedes https://patchwork.linuxtv.org/patch/34974. I dropped one patch from Florian
that I had some more questions about and added a Cc to stable for the two other patches from
Florian so that they are added to kernels 4.2 and up.

Regards,

	Hans

The following changes since commit ab46f6d24bf57ddac0f5abe2f546a78af57b476c:

  [media] videodev2.h: Fix V4L2_PIX_FMT_YUV411P description (2016-06-28 11:54:52 -0300)

are available in the git repository at:

  git://linuxtv.org/hverkuil/media_tree.git for-v4.8d

for you to fetch changes up to f50a0f81426e898e3868005ccfbfc05f8e80dba3:

  tw686x: make const structs static (2016-07-05 08:37:09 +0200)

----------------------------------------------------------------
Alexander Shiyan (1):
      media: coda: Fix probe() if reset controller is missing

Alexey Khoroshilov (1):
      bt8xx: remove needless module refcounting

Amitoj Kaur Chawla (2):
      saa7164: Replace if and BUG with BUG_ON
      ddbridge: Replace vmalloc with vzalloc

Arnd Bergmann (1):
      dvb: use ktime_t for internal timeout

Dragos Bogdan (1):
      adv7604: Add support for hardware reset

Florian Echtler (2):
      sur40: lower poll interval to fix occasional FPS drops to ~56 FPS
      sur40: fix occasional oopses on device close

Guennadi Liakhovetski (1):
      V4L: fix the Z16 format definition

Hans Verkuil (4):
      v4l2-tpg: ignore V4L2_DV_RGB_RANGE setting for YUV formats
      rc-main: fix kernel oops after unloading keymap module
      sur40: drop unnecessary format description
      tw686x: make const structs static

Javier Martinez Canillas (2):
      DocBook: add dmabuf as streaming I/O in VIDIOC_REQBUFS description
      DocBook: mention the memory type to be set for all streaming I/O

Lubomir Rintel (2):
      usbtv: clarify the licensing
      usbtv: improve a comment

Ricardo Ribalda Delgado (4):
      vb2: V4L2_BUF_FLAG_DONE is set after DQBUF
      vb2: Merge vb2_internal_dqbuf and vb2_dqbuf
      vb2: Merge vb2_internal_qbuf and vb2_qbuf
      vb2: Fix comment

 Documentation/DocBook/media/v4l/io.xml             |  4 ++--
 Documentation/DocBook/media/v4l/pixfmt-z16.xml     |  2 +-
 Documentation/DocBook/media/v4l/vidioc-reqbufs.xml |  2 +-
 drivers/input/touchscreen/sur40.c                  |  6 ++---
 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c      |  4 ++--
 drivers/media/dvb-core/demux.h                     |  2 +-
 drivers/media/dvb-core/dmxdev.c                    |  2 +-
 drivers/media/dvb-core/dvb_demux.c                 | 17 +++++----------
 drivers/media/dvb-core/dvb_demux.h                 |  4 ++--
 drivers/media/dvb-core/dvb_net.c                   |  2 +-
 drivers/media/i2c/adv7604.c                        | 20 +++++++++++++++++
 drivers/media/pci/bt8xx/dst_ca.c                   |  2 --
 drivers/media/pci/ddbridge/ddbridge-core.c         |  3 +--
 drivers/media/pci/saa7164/saa7164-encoder.c        |  6 ++---
 drivers/media/pci/tw686x/tw686x-video.c            |  6 ++---
 drivers/media/platform/coda/coda-common.c          |  2 +-
 drivers/media/rc/rc-main.c                         | 10 +++++++--
 drivers/media/usb/usbtv/usbtv-audio.c              | 28 ++++++++++++++++++------
 drivers/media/usb/usbtv/usbtv-core.c               | 40 +++++++++++++++++++++++-----------
 drivers/media/usb/usbtv/usbtv-video.c              | 59 +++++++++++++++++++++++++++++++++++++-------------
 drivers/media/usb/usbtv/usbtv.h                    | 22 +++++++++++++++----
 drivers/media/v4l2-core/videobuf2-core.c           |  2 +-
 drivers/media/v4l2-core/videobuf2-v4l2.c           | 47 +++++++++++++++++++---------------------
 23 files changed, 188 insertions(+), 104 deletions(-)

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

* Re: [GIT PULL FOR v4.8] Various fixes/improvements
  2016-07-05  5:29 ` Florian Echtler
@ 2016-07-05  6:46   ` Hans Verkuil
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Verkuil @ 2016-07-05  6:46 UTC (permalink / raw)
  To: Florian Echtler, Linux Media Mailing List

On 07/05/2016 07:29 AM, Florian Echtler wrote:
> Hello Hans,
> 
> On 01.07.2016 16:45, Hans Verkuil wrote:
>> Florian Echtler (3):
>>       sur40: properly report a single frame rate of 60 FPS
>>       sur40: lower poll interval to fix occasional FPS drops to ~56 FPS
>>       sur40: fix occasional oopses on device close
> 
> Thanks for merging this, AFAICS these fixes will now be part of 4.8. We
> were hoping they might also be picked for the 4.4 LTS kernel, will this
> be decided by Greg KH or will it happen automatically?

I've added a Cc to the stable list for patches 2 and 3: those patches will
go to kernels 4.2 and up. Please mention such things next time.

I took another look at patch 1 and found that I had a question about it.
Patch 1 is also not something for older kernels since it isn't a bug fix.

Regards,

	Hans

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

end of thread, other threads:[~2016-07-05  6:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-01 14:45 [GIT PULL FOR v4.8] Various fixes/improvements Hans Verkuil
2016-07-05  5:29 ` Florian Echtler
2016-07-05  6:46   ` Hans Verkuil
  -- strict thread matches above, loose matches on Subject: below --
2016-07-05  6:44 Hans Verkuil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox