All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL for 3.19] mem2mem patches
@ 2014-10-23 10:32 Kamil Debski
  2014-10-28 16:12 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 3+ messages in thread
From: Kamil Debski @ 2014-10-23 10:32 UTC (permalink / raw)
  To: linux-media

The following changes since commit 1ef24960ab78554fe7e8e77d8fc86524fbd60d3c:

  Merge tag 'v3.18-rc1' into patchwork (2014-10-21 08:32:51 -0200)

are available in the git repository at:


  http://git.linuxtv.org/cgit.cgi/kdebski/media_tree_2.git for-3.19

for you to fetch changes up to 85ec8ff4c39d8b56ca66e0f91bcfa0787e8f0342:

  s5p-mfc: correct the formats info for encoder (2014-10-23 11:33:03 +0200)

----------------------------------------------------------------
Arun Mankuzhi (2):
      s5p-mfc: modify mfc wakeup sequence for V8
      s5p-mfc: De-init MFC when watchdog kicks in

Ilja Friedel (1):
      s5p-mfc: Only set timestamp/timecode for new frames.

Kiran AVND (4):
      s5p-mfc: support MIN_BUFFERS query for encoder
      s5p-mfc: keep RISC ON during reset for V7/V8
      s5p-mfc: check mfc bus ctrl before reset
      s5p-mfc: flush dpbs when resolution changes

Pawel Osciak (5):
      s5p-mfc: Fix REQBUFS(0) for encoder.
      s5p-mfc: Don't crash the kernel if the watchdog kicks in.
      s5p-mfc: Remove unused alloc field from private buffer struct.
      s5p-mfc: fix V4L2_CID_MIN_BUFFERS_FOR_CAPTURE on resolution change.
      s5p-mfc: fix a race in interrupt flags handling

Philipp Zabel (19):
      coda: clear aborting flag in stop_streaming
      coda: remove superfluous error message on devm_kzalloc failure
      coda: add coda_write_base helper
      coda: disable rotator if not needed
      coda: simplify frame memory control register handling
      coda: add support for partial interleaved YCbCr 4:2:0 (NV12) format
      coda: add support for planar YCbCr 4:2:2 (YUV422P) format
      coda: identify platform device earlier
      coda: add coda_video_device descriptors
      coda: split out encoder control setup to specify controls per video
device
      coda: add JPEG register definitions for CODA7541
      coda: add CODA7541 JPEG support
      coda: store bitstream buffer position with buffer metadata
      coda: pad input stream for JPEG decoder
      coda: try to only queue a single JPEG into the bitstream
      coda: allow userspace to set compressed buffer size in a certain range
      coda: set bitstream end flag in coda_release
      coda: drop JPEG buffers not framed by SOI and EOI markers
      coda: re-queue buffers if start_streaming fails

Prathyush K (1):
      s5p-mfc: clear 'enter_suspend' flag if suspend fails

ayaka (1):
      s5p-mfc: correct the formats info for encoder

 drivers/media/platform/coda/Makefile            |    2 +-
 drivers/media/platform/coda/coda-bit.c          |  322 +++++++-----
 drivers/media/platform/coda/coda-common.c       |  594
+++++++++++++++--------
 drivers/media/platform/coda/coda-jpeg.c         |  238 +++++++++
 drivers/media/platform/coda/coda.h              |   24 +-
 drivers/media/platform/coda/coda_regs.h         |    7 +
 drivers/media/platform/s5p-mfc/regs-mfc-v6.h    |    1 +
 drivers/media/platform/s5p-mfc/s5p_mfc.c        |   45 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_common.h |    4 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c   |  122 ++++-
 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c    |    6 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c    |   59 ++-
 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c |   13 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c |   32 +-
 14 files changed, 1043 insertions(+), 426 deletions(-)
 create mode 100644 drivers/media/platform/coda/coda-jpeg.c


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL for 3.19] mem2mem patches
  2014-10-23 10:32 [GIT PULL for 3.19] mem2mem patches Kamil Debski
@ 2014-10-28 16:12 ` Mauro Carvalho Chehab
  2014-10-29  9:16   ` Kamil Debski
  0 siblings, 1 reply; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2014-10-28 16:12 UTC (permalink / raw)
  To: Kamil Debski; +Cc: linux-media

Em Thu, 23 Oct 2014 12:32:05 +0200
Kamil Debski <k.debski@samsung.com> escreveu:

> The following changes since commit 1ef24960ab78554fe7e8e77d8fc86524fbd60d3c:
> 
>   Merge tag 'v3.18-rc1' into patchwork (2014-10-21 08:32:51 -0200)
> 
> are available in the git repository at:
> 
> 
>   http://git.linuxtv.org/cgit.cgi/kdebski/media_tree_2.git for-3.19

Very unlikely!

How are you generating this pull request? The above cgit link is not
the right one for a pull request. it should be, instead:
	git://linuxtv.org/kdebski/media_tree_2.git  for-3.19

This time, I'll pretend that you did it right, but please fix your
pull requests ;)

Regards,
Mauro

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [GIT PULL for 3.19] mem2mem patches
  2014-10-28 16:12 ` Mauro Carvalho Chehab
@ 2014-10-29  9:16   ` Kamil Debski
  0 siblings, 0 replies; 3+ messages in thread
From: Kamil Debski @ 2014-10-29  9:16 UTC (permalink / raw)
  To: 'Mauro Carvalho Chehab'; +Cc: linux-media

Hi,

> From: Mauro Carvalho Chehab [mailto:mchehab@osg.samsung.com]
> Sent: Tuesday, October 28, 2014 5:13 PM
> 
> Em Thu, 23 Oct 2014 12:32:05 +0200
> Kamil Debski <k.debski@samsung.com> escreveu:
> 
> > The following changes since commit
> 1ef24960ab78554fe7e8e77d8fc86524fbd60d3c:
> >
> >   Merge tag 'v3.18-rc1' into patchwork (2014-10-21 08:32:51 -0200)
> >
> > are available in the git repository at:
> >
> >
> >   http://git.linuxtv.org/cgit.cgi/kdebski/media_tree_2.git for-3.19
> 
> Very unlikely!
> 
> How are you generating this pull request? The above cgit link is not
> the right one for a pull request. it should be, instead:
> 	git://linuxtv.org/kdebski/media_tree_2.git  for-3.19
> 
> This time, I'll pretend that you did it right, but please fix your pull
> requests ;)

Thanks for fixing it this time. I will do it correctly next time :)

> 
> Regards,
> Mauro

Best wishes,
-- 
Kamil Debski
Samsung R&D Institute Poland


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-10-29  9:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-23 10:32 [GIT PULL for 3.19] mem2mem patches Kamil Debski
2014-10-28 16:12 ` Mauro Carvalho Chehab
2014-10-29  9:16   ` Kamil Debski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.