[GIT PULL for v4.10] media fixes

2017-02-16 Thread Mauro Carvalho Chehab
Hi Linus,

Please pull from:
  git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media 
tags/media/v4.10-5

>From a regression fix that makes the Siano driver to work again after the
CONFIG_VMAP_STACK change.

Regards,
Mauro

The following changes since commit 42980da2eb7eb9695d8efc0c0ef145cbbb993b2c:

  [media] cec: initiator should be the same as the destination for, poll 
(2017-02-13 14:34:11 -0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media 
tags/media/v4.10-5

for you to fetch changes up to f9c85ee67164b37f9296eab3b754e543e4e96a1c:

  [media] siano: make it work again with CONFIG_VMAP_STACK (2017-02-14 18:13:49 
-0200)


media fixes for v4.10-rc9


Mauro Carvalho Chehab (1):
  [media] siano: make it work again with CONFIG_VMAP_STACK

 drivers/media/usb/siano/smsusb.c | 18 +-
 1 file changed, 13 insertions(+), 5 deletions(-)



[GIT PULL for v4.10] media fixes

2017-02-14 Thread Mauro Carvalho Chehab
Hi Linus,

Please pull from:
  git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media 
tags/media/v4.10-4

For a regression fix on colorspace at V4L2 core and a CEC core bug that
makes it discard valid messages.

Thanks!
Mauro

The following changes since commit f9f96fc10c09ca16e336854c08bc1563eed97985:

  [media] cec: fix wrong last_la determination (2017-01-30 11:42:31 -0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media 
tags/media/v4.10-4

for you to fetch changes up to 42980da2eb7eb9695d8efc0c0ef145cbbb993b2c:

  [media] cec: initiator should be the same as the destination for, poll 
(2017-02-13 14:34:11 -0200)


media fixes for v4.10-rc8


Hans Verkuil (2):
  [media] videodev2.h: go back to limited range Y'CbCr for SRGB and, 
ADOBERGB
  [media] cec: initiator should be the same as the destination for, poll

 Documentation/media/uapi/v4l/pixfmt-007.rst | 23 +--
 drivers/media/cec/cec-adap.c|  7 +++
 include/uapi/linux/videodev2.h  |  7 +++
 3 files changed, 23 insertions(+), 14 deletions(-)