linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Linux Media Mailing List <linux-media@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL for v4.3-rc1] media updates
Date: Thu, 10 Sep 2015 08:46:16 -0300	[thread overview]
Message-ID: <20150910084616.6fe26a80@recife.lan> (raw)

Hi Linus,

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

For a series of patches that move part of the code used to allocate memory
from the media subsystem to the mm subsystem.

PS.: there are some conflicts with upstream. Two of them are really trivial
(just Kconfig/Makefile additions). The other one is more complex, and
involves some code that are been moved to mm. 

As you told in the past that you generally prefers to see the conflicts,
I'm keeping it. However, if you prefer, I can solve it locally and send you
another pull request with the conflict fixed. Whatever works best for you.

Thanks and regards,
Mauro

The following changes since commit 27c039750c8ff1297632e424a4674732cc4c3c70:

  [media] sr030pc30: don't read a new pointer (2015-08-16 12:58:31 -0300)

are available in the git repository at:

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

for you to fetch changes up to 63540f01917c0d8b03b9813a0d6539469b163139:

  [media] drm/exynos: Convert g2d_userptr_get_dma_addr() to use get_vaddr_frames() (2015-08-16 13:15:58 -0300)

----------------------------------------------------------------
media updates for v4.3-rc1

----------------------------------------------------------------
Jan Kara (9):
      [media] vb2: Push mmap_sem down to memops
      [media] mm: Provide new get_vaddr_frames() helper
      [media] media: omap_vout: Convert omap_vout_uservirt_to_phys() to use get_vaddr_pfns()
      [media] vb2: Provide helpers for mapping virtual addresses
      [media] media: vb2: Convert vb2_dma_sg_get_userptr() to use frame vector
      [media] media: vb2: Convert vb2_vmalloc_get_userptr() to use frame vector
      [media] media: vb2: Convert vb2_dc_get_userptr() to use frame vector
      [media] media: vb2: Remove unused functions
      [media] drm/exynos: Convert g2d_userptr_get_dma_addr() to use get_vaddr_frames()

 drivers/gpu/drm/exynos/Kconfig                 |   1 +
 drivers/gpu/drm/exynos/exynos_drm_g2d.c        |  89 +-
 drivers/gpu/drm/exynos/exynos_drm_gem.c        |  97 -
 drivers/media/platform/omap/Kconfig            |   1 +
 drivers/media/platform/omap/omap_vout.c        |  69 +-
 drivers/media/v4l2-core/Kconfig                |   1 +
 drivers/media/v4l2-core/videobuf2-core.c       |   2 -
 drivers/media/v4l2-core/videobuf2-dma-contig.c | 207 +-
 drivers/media/v4l2-core/videobuf2-dma-sg.c     |  91 +-
 drivers/media/v4l2-core/videobuf2-memops.c     | 148 +-
 drivers/media/v4l2-core/videobuf2-vmalloc.c    |  90 +-
 include/linux/mm.h                             |  44 +
 include/media/videobuf2-memops.h               |  11 +-
 mm/Kconfig                                     |   3 +
 mm/Makefile                                    |   1 +
 mm/frame_vector.c                              | 230 ++
 16 files changed, 477 insertions(+), 608 deletions(-)
 create mode 100644 mm/frame_vector.c


             reply	other threads:[~2015-09-10 11:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-10 11:46 Mauro Carvalho Chehab [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-09-11  8:59 [GIT PULL for v4.3-rc1] media updates Peter Rabbitson
2015-09-04 23:53 Mauro Carvalho Chehab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150910084616.6fe26a80@recife.lan \
    --to=mchehab@osg.samsung.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).