[GIT PULL for v4.7] media fixes

From: Mauro Carvalho Chehab
Date: Wed Jul 13 2016 - 06:25:14 EST


Hi Linus,

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

For two regression fixes:

- A regression when handling VIDIOC_CROPCAP at the media core;
- A regression at adv7604 that was ignoring pad number in subdev ops.

Thanks!
Mauro


The following changes since commit af8c34ce6ae32addda3788d54a7e340cad22516b:

Linux 4.7-rc2 (2016-06-05 14:31:26 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v4.7-2

for you to fetch changes up to 6519c3d7b8621c9f4333c98ed4b703029b51ba79:

[media] adv7604: Don't ignore pad number in subdev DV timings pad operations (2016-06-07 15:33:54 -0300)

----------------------------------------------------------------
media fixes for v4.7-rc7

----------------------------------------------------------------
Hans Verkuil (1):
[media] v4l2-ioctl: fix stupid mistake in cropcap condition

Laurent Pinchart (1):
[media] adv7604: Don't ignore pad number in subdev DV timings pad operations

Mauro Carvalho Chehab (1):
Merge tag 'v4.7-rc2' into v4l_for_linus

drivers/media/i2c/adv7604.c | 46 +++++++++++++++++++++++++++---------
drivers/media/v4l2-core/v4l2-ioctl.c | 2 +-
2 files changed, 36 insertions(+), 12 deletions(-)




Thanks,
Mauro