Hi Laurent, Em Sat, 8 Jun 2019 15:02:22 +0300 Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> escreveu: > Hi Mauro, > > The following changes since commit edadd68031e5b7c1ba0c413a9549dce62a02844c: > > media: MAINTAINERS: update email address (2019-06-05 15:58:40 -0400) > > are available in the Git repository at: > > git://linuxtv.org/pinchartl/media.git tags/v4l2-next-20190608 > > for you to fetch changes up to b9cc8bb11c6bd9036d3ff36cfeb4e12f9ff80463: > > media: i2c: mt9p031: simplify getting the adapter of a client (2019-06-08 14:54:15 +0300) > > ---------------------------------------------------------------- > uvcvideo and sensor changes for v5.3 > > ---------------------------------------------------------------- > Laurent Pinchart (1): > media: uvcvideo: Replace copyright text with SPDX header This patch was superseded by an upstream change: Author: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Date: Mon May 27 08:55:01 2019 +0200 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 There's one little difference: your patch is using: // SPDX-License-Identifier: GPL-2.0+ While upstream opted for: // SPDX-License-Identifier: GPL-2.0-or-later Both are equivalent. So, I dropped this patch. > > Oliver Neukum (1): > media: uvcvideo: Fix access to uninitialized fields on probe error > > Torleiv Sundre (1): > media: uvcvideo: Include streaming interface number in debugfs dir name > > Wolfram Sang (1): > media: i2c: mt9p031: simplify getting the adapter of a client Applied, thanks! > > drivers/media/i2c/mt9p031.c | 2 +- > drivers/media/usb/uvc/uvc_ctrl.c | 11 ++++------- > drivers/media/usb/uvc/uvc_debugfs.c | 12 ++++-------- > drivers/media/usb/uvc/uvc_driver.c | 7 +------ > drivers/media/usb/uvc/uvc_entity.c | 7 +------ > drivers/media/usb/uvc/uvc_isight.c | 7 +------ > drivers/media/usb/uvc/uvc_metadata.c | 6 +----- > drivers/media/usb/uvc/uvc_queue.c | 7 +------ > drivers/media/usb/uvc/uvc_status.c | 7 +------ > drivers/media/usb/uvc/uvc_v4l2.c | 7 +------ > drivers/media/usb/uvc/uvc_video.c | 7 +------ > 11 files changed, 17 insertions(+), 63 deletions(-) > Thanks, Mauro