mbox series

[GIT,PULL,for,v4.19-rc5] media fixes

Message ID 20180924092639.6aaf8371@coco.lan (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,for,v4.19-rc5] media fixes | expand

Pull-request

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

Message

Mauro Carvalho Chehab Sept. 24, 2018, 12:26 p.m. UTC
Greg,

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

For some drivers and Kbuild fixes.

DISCLAIMER NOTE
========== ====

Please notice that this pull request complies with what's written at
Documentation/process/submitting-patches.rst with regards to meta-tags
like Acked-by and Signed-off-by. 

The patches in this series contain electronic addresses from people
that posted patches and/or replied to them using the usual Kernel
development workflow, e. g. without any explicit request to publish them. 

Feel free to ignore it if you feel it doesn't follow the new CoC.

Thanks!
Mauro

-


The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 324493fba77500592bbaa66421729421f139d4b5:

  media: platform: fix cros-ec-cec build error (2018-09-17 14:32:29 -0400)

----------------------------------------------------------------
media fixes for v4.19-rc5

----------------------------------------------------------------
Arnd Bergmann (2):
      media: camss: mark PM functions as __maybe_unused
      media: camss: add missing includes

Hans Verkuil (2):
      media: video_function_calls.rst: drop obsolete video-set-attributes reference
      media: staging/media/mt9t031/Kconfig: remove bogus entry

Jacopo Mondi (1):
      media: i2c: mt9v111: Fix v4l2-ctrl error handling

Jozef Balga (1):
      media: af9035: prevent buffer overflow on write

Randy Dunlap (1):
      media: platform: fix cros-ec-cec build error

Todor Tomov (1):
      media: camss: Use managed memory allocations

 .../media/uapi/dvb/video_function_calls.rst        |  1 -
 drivers/media/i2c/mt9v111.c                        | 41 +++++++---------------
 drivers/media/platform/Kconfig                     |  2 ++
 drivers/media/platform/qcom/camss/camss-csid.c     |  1 +
 .../platform/qcom/camss/camss-csiphy-2ph-1-0.c     |  1 +
 .../platform/qcom/camss/camss-csiphy-3ph-1-0.c     |  1 +
 drivers/media/platform/qcom/camss/camss-csiphy.c   |  1 +
 drivers/media/platform/qcom/camss/camss-ispif.c    |  5 +--
 drivers/media/platform/qcom/camss/camss-vfe-4-1.c  |  1 +
 drivers/media/platform/qcom/camss/camss-vfe-4-7.c  |  1 +
 drivers/media/platform/qcom/camss/camss.c          | 15 ++++----
 drivers/media/usb/dvb-usb-v2/af9035.c              |  6 ++--
 drivers/staging/media/mt9t031/Kconfig              |  6 ----
 13 files changed, 36 insertions(+), 46 deletions(-)

Comments

Greg KH Sept. 24, 2018, 1:55 p.m. UTC | #1
On Mon, Sep 24, 2018 at 09:26:39AM -0300, Mauro Carvalho Chehab wrote:
> Greg,
> 
> Please pull from:
>   git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v4.19-2
> 
> For some drivers and Kbuild fixes.

Now pulled, thanks.

greg k-h