Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755856AbaDKWvF (ORCPT ); Fri, 11 Apr 2014 18:51:05 -0400 Received: from mailout1.w2.samsung.com ([211.189.100.11]:51229 "EHLO usmailout1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752575AbaDKWvD convert rfc822-to-8bit (ORCPT ); Fri, 11 Apr 2014 18:51:03 -0400 X-AuditID: cbfec372-b7fa96d000006a7b-77-534871d5f983 Date: Fri, 11 Apr 2014 19:50:55 -0300 From: Mauro Carvalho Chehab To: Linus Torvalds Cc: Andrew Morton , Linux Media Mailing List , Linux Kernel Mailing List Subject: [GIT PULL for v3.15-rc1] media fixes Message-id: <20140411195055.29fa1b26@samsung.com> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; x86_64-redhat-linux-gnu) Importance: high X-Priority: 1 (Highest) MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 8BIT X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprLLMWRmVeSWpSXmKPExsVy+t/hQN2rhR7BBusPWlnMWb+GzeLyrjls Fj0btrJaPOp7y+7A4nFixm8Wj8+b5AKYorhsUlJzMstSi/TtErgyetduZyu4Jlcx/9Ue9gbG O+JdjJwcEgImEifeb2eDsMUkLtxbD2YLCSxhlLg4376LkQPI7mGS6GEBMVkEVCUaJoSDVLAJ GEm8amxhBbFFgOzPL64A2VwczAKLGSU+Pl/PDpIQFtCVONf/lhHE5hUwlNh3bwczxConiVev JzOB2JwCAhK/2mexQMTFJc7+eQlVLyjxY/I9sDizgLrEpHmLmCFsbYkn7y6wTmAUmIWkbBaS sllIyhYwMq9iFC0tTi4oTkrPNdQrTswtLs1L10vOz93ECAnSoh2MzzZYHWIU4GBU4uH9qOER LMSaWFZcmXuIUYKDWUmE920WUIg3JbGyKrUoP76oNCe1+BAjEwenVAPjLauQmzFdelO7zRbX 3Xwpk+Xh+ybyBtPvRRbSpcEMC9tX/Vf5+GHH9Jf3I7Rn6F6UaV5g68bHvNpu00qpyz/aEi+H norNl3fy//0/2ndlX7RyudMbu8lWE7L/8P8SOlh4+9KMuDlXL3RlKF77XfablanEs9i346iH /6QuVp0pjjFJTo9DboYpsRRnJBpqMRcVJwIA4IY98DACAAA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media v4l_for_linus For a series of bug fix patches for v3.15-rc1. Most are just driver fixes. There are some changes at remote controller core level, fixing some definitions on a new API added for Kernel v3.15. It also adds the missing include at include/uapi/linux/v4l2-common.h, to allow its compilation on userspace, as pointed by you. Thanks, Mauro The following changes since commit 463b21fb27509061b3e97fb4fa69f26d089ddaf4: Merge branch 'topic/exynos' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media (2014-04-05 13:10:00 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media v4l_for_linus for you to fetch changes up to 32654fba2fdb417390efb1af29f1b5693bc91397: [media] gpsca: remove the risk of a division by zero (2014-04-08 11:01:12 -0300) ---------------------------------------------------------------- Antti Palosaari (5): [media] msi001: fix possible integer overflow [media] msi3101: remove unused variable assignment [media] msi3101: check I/O return values on stop streaming [media] xc2028: add missing break to switch [media] rtl28xxu: remove duplicate ID 0458:707f Genius TVGo DVB-T03 Archit Taneja (9): [media] v4l: ti-vpe: Make sure in job_ready that we have the needed number of dst_bufs [media] v4l: ti-vpe: Use video_device_release_empty [media] v4l: ti-vpe: Allow usage of smaller images [media] v4l: ti-vpe: report correct capabilities in querycap [media] v4l: ti-vpe: Use correct bus_info name for the device in querycap [media] v4l: ti-vpe: Fix initial configuration queue data [media] v4l: ti-vpe: zero out reserved fields in try_fmt [media] v4l: ti-vpe: Set correct field parameter for output and capture buffers [media] v4l: ti-vpe: retain v4l2_buffer flags for captured buffers Benjamin Larsson (1): [media] r820t: fix size and init values David Härdeman (3): [media] rc-core: do not change 32bit NEC scancode format for now [media] rc-core: split dev->s_filter [media] rc-core: remove generic scancode filter Malcolm Priestley (1): [media] m88rs2000: fix sparse static warnings Mauro Carvalho Chehab (3): [media] v4l2-common: fix warning when used on userpace [media] stk1160: warrant a NUL terminated string [media] gpsca: remove the risk of a division by zero Paul Bolle (1): [media] drx-j: use customise option correctly Shuah Khan (1): [media] lgdt3305: include sleep functionality in lgdt3304_ops drivers/media/dvb-frontends/drx39xyj/Kconfig | 2 +- drivers/media/dvb-frontends/lgdt3305.c | 1 + drivers/media/dvb-frontends/m88rs2000.c | 8 +-- drivers/media/platform/ti-vpe/vpe.c | 45 +++++++++---- drivers/media/rc/img-ir/img-ir-hw.c | 15 ++++- drivers/media/rc/img-ir/img-ir-nec.c | 27 ++++---- drivers/media/rc/ir-nec-decoder.c | 5 +- drivers/media/rc/keymaps/rc-tivo.c | 86 ++++++++++++------------ drivers/media/rc/rc-main.c | 98 ++++++++++++++++++---------- drivers/media/tuners/r820t.c | 3 +- drivers/media/tuners/tuner-xc2028.c | 1 + drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 2 - drivers/media/usb/gspca/jpeg.h | 4 +- drivers/media/usb/stk1160/stk1160-ac97.c | 2 +- drivers/staging/media/msi3101/msi001.c | 2 +- drivers/staging/media/msi3101/sdr-msi3101.c | 15 +++-- include/media/rc-core.h | 8 ++- include/uapi/linux/v4l2-common.h | 2 + 18 files changed, 200 insertions(+), 126 deletions(-) -- Regards, Mauro -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/