Linux Media Controller development
 help / color / mirror / Atom feed
* [GIT PULL] m2m: Time stamp related fixes
@ 2013-04-25 12:11 Kamil Debski
  2013-04-25 12:45 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 3+ messages in thread
From: Kamil Debski @ 2013-04-25 12:11 UTC (permalink / raw)
  To: linux-media

Hi Mauro,

Sorry for posting this so late. The patches in this pull request add
timestamp_type 
handling to mem2mem drivers.

Best wishes,
-- 
Kamil Debski
Linux Platform Group
Samsung Poland R&D Center		

The following changes since commit 5f3f254f7c138a22a544b80ce2c14a3fc4ed711e:

  [media] media/rc/imon.c: kill urb when send_packet() is interrupted
(2013-04-23 17:50:34 -0300)

are available in the git repository at:

  git://git.linuxtv.org/kdebski/media.git media_tree

for you to fetch changes up to 3a9e65ae54131b8d4568a9e1b0695c37fffb37a2:

  mem2mem_testdev: set timestamp_type and add debug param (2013-04-25
13:51:13 +0200)

----------------------------------------------------------------
Hans Verkuil (1):
      mem2mem_testdev: set timestamp_type and add debug param

Kamil Debski (7):
      s5p-g2d: Add copy time stamp handling
      s5p-jpeg: Add copy time stamp handling
      s5p-mfc: Optimize copy time stamp handling
      coda: Add copy time stamp handling
      exynos-gsc: Add copy time stamp handling
      m2m-deinterlace: Add copy time stamp handling
      mx2-emmaprp: Add copy time stamp handling

 drivers/media/platform/coda.c               |    5 +++++
 drivers/media/platform/exynos-gsc/gsc-m2m.c |    5 +++++
 drivers/media/platform/m2m-deinterlace.c    |    5 +++++
 drivers/media/platform/mem2mem_testdev.c    |   12 +++++++++++-
 drivers/media/platform/mx2_emmaprp.c        |    5 +++++
 drivers/media/platform/s5p-g2d/g2d.c        |    5 +++++
 drivers/media/platform/s5p-jpeg/jpeg-core.c |    5 +++++
 drivers/media/platform/s5p-mfc/s5p_mfc.c    |   10 ++++------
 8 files changed, 45 insertions(+), 7 deletions(-)






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

* Re: [GIT PULL] m2m: Time stamp related fixes
  2013-04-25 12:11 [GIT PULL] m2m: Time stamp related fixes Kamil Debski
@ 2013-04-25 12:45 ` Mauro Carvalho Chehab
  2013-04-25 13:09   ` Kamil Debski
  0 siblings, 1 reply; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2013-04-25 12:45 UTC (permalink / raw)
  To: Kamil Debski; +Cc: linux-media

Em Thu, 25 Apr 2013 14:11:04 +0200
Kamil Debski <k.debski@samsung.com> escreveu:

> Hi Mauro,
> 
> Sorry for posting this so late. The patches in this pull request add
> timestamp_type 
> handling to mem2mem drivers.
> 
> Best wishes,
>--

Kamil,

Not sure what your emailer is doing, but both patchwork and my emailer
thinks that your message ends with "--". That causes pwclient to not
get anything below it, forcing me to manually cut and paste the remaining
parts of it.

Could you please fix it?

Thanks!
Mauro

> Kamil Debski
> Linux Platform Group
> Samsung Poland R&D Center		
> 
> The following changes since commit 5f3f254f7c138a22a544b80ce2c14a3fc4ed711e:
> 
>   [media] media/rc/imon.c: kill urb when send_packet() is interrupted
> (2013-04-23 17:50:34 -0300)
> 
> are available in the git repository at:
> 
>   git://git.linuxtv.org/kdebski/media.git media_tree
> 
> for you to fetch changes up to 3a9e65ae54131b8d4568a9e1b0695c37fffb37a2:
> 
>   mem2mem_testdev: set timestamp_type and add debug param (2013-04-25
> 13:51:13 +0200)
> 
> ----------------------------------------------------------------
> Hans Verkuil (1):
>       mem2mem_testdev: set timestamp_type and add debug param
> 
> Kamil Debski (7):
>       s5p-g2d: Add copy time stamp handling
>       s5p-jpeg: Add copy time stamp handling
>       s5p-mfc: Optimize copy time stamp handling
>       coda: Add copy time stamp handling
>       exynos-gsc: Add copy time stamp handling
>       m2m-deinterlace: Add copy time stamp handling
>       mx2-emmaprp: Add copy time stamp handling
> 
>  drivers/media/platform/coda.c               |    5 +++++
>  drivers/media/platform/exynos-gsc/gsc-m2m.c |    5 +++++
>  drivers/media/platform/m2m-deinterlace.c    |    5 +++++
>  drivers/media/platform/mem2mem_testdev.c    |   12 +++++++++++-
>  drivers/media/platform/mx2_emmaprp.c        |    5 +++++
>  drivers/media/platform/s5p-g2d/g2d.c        |    5 +++++
>  drivers/media/platform/s5p-jpeg/jpeg-core.c |    5 +++++
>  drivers/media/platform/s5p-mfc/s5p_mfc.c    |   10 ++++------
>  8 files changed, 45 insertions(+), 7 deletions(-)
> 
> 
> 
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


-- 

Cheers,
Mauro


-- 

Cheers,
Mauro

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

* RE: [GIT PULL] m2m: Time stamp related fixes
  2013-04-25 12:45 ` Mauro Carvalho Chehab
@ 2013-04-25 13:09   ` Kamil Debski
  0 siblings, 0 replies; 3+ messages in thread
From: Kamil Debski @ 2013-04-25 13:09 UTC (permalink / raw)
  To: 'Mauro Carvalho Chehab'; +Cc: linux-media

Hi,

> From: Mauro Carvalho Chehab [mailto:mchehab@redhat.com]
> Sent: Thursday, April 25, 2013 2:45 PM
> 
> Em Thu, 25 Apr 2013 14:11:04 +0200
> Kamil Debski <k.debski@samsung.com> escreveu:
> 
> > Hi Mauro,
> >
> > Sorry for posting this so late. The patches in this pull request add
> > timestamp_type handling to mem2mem drivers.
> >
> > Best wishes,
> >--
> 
> Kamil,
> 
> Not sure what your emailer is doing, but both patchwork and my emailer
> thinks that your message ends with "--". That causes pwclient to not
> get anything below it, forcing me to manually cut and paste the
> remaining parts of it.
> 
> Could you please fix it?

I am sorry. Next time I will make sure it does not have any spurious dashes.
 
> Thanks!
> Mauro
> 
> > Kamil Debski
> > Linux Platform Group
> > Samsung Poland R&D Center
> >
> > The following changes since commit
> 5f3f254f7c138a22a544b80ce2c14a3fc4ed711e:
> >
> >   [media] media/rc/imon.c: kill urb when send_packet() is interrupted
> > (2013-04-23 17:50:34 -0300)
> >
> > are available in the git repository at:
> >
> >   git://git.linuxtv.org/kdebski/media.git media_tree
> >
> > for you to fetch changes up to
> 3a9e65ae54131b8d4568a9e1b0695c37fffb37a2:
> >
> >   mem2mem_testdev: set timestamp_type and add debug param (2013-04-25
> > 13:51:13 +0200)
> >
> > ----------------------------------------------------------------
> > Hans Verkuil (1):
> >       mem2mem_testdev: set timestamp_type and add debug param
> >
> > Kamil Debski (7):
> >       s5p-g2d: Add copy time stamp handling
> >       s5p-jpeg: Add copy time stamp handling
> >       s5p-mfc: Optimize copy time stamp handling
> >       coda: Add copy time stamp handling
> >       exynos-gsc: Add copy time stamp handling
> >       m2m-deinterlace: Add copy time stamp handling
> >       mx2-emmaprp: Add copy time stamp handling
> >
> >  drivers/media/platform/coda.c               |    5 +++++
> >  drivers/media/platform/exynos-gsc/gsc-m2m.c |    5 +++++
> >  drivers/media/platform/m2m-deinterlace.c    |    5 +++++
> >  drivers/media/platform/mem2mem_testdev.c    |   12 +++++++++++-
> >  drivers/media/platform/mx2_emmaprp.c        |    5 +++++
> >  drivers/media/platform/s5p-g2d/g2d.c        |    5 +++++
> >  drivers/media/platform/s5p-jpeg/jpeg-core.c |    5 +++++
> >  drivers/media/platform/s5p-mfc/s5p_mfc.c    |   10 ++++------
> >  8 files changed, 45 insertions(+), 7 deletions(-)
> >
> >
> >
> >

Best wishes,
-- 
Kamil Debski
Linux Platform Group
Samsung Poland R&D Center



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

end of thread, other threads:[~2013-04-25 13:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-25 12:11 [GIT PULL] m2m: Time stamp related fixes Kamil Debski
2013-04-25 12:45 ` Mauro Carvalho Chehab
2013-04-25 13:09   ` Kamil Debski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox