public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v3.14] Atmel ISI patches
@ 2013-12-14  2:49 Laurent Pinchart
  2013-12-14  5:34 ` Guennadi Liakhovetski
  0 siblings, 1 reply; 3+ messages in thread
From: Laurent Pinchart @ 2013-12-14  2:49 UTC (permalink / raw)
  To: linux-media; +Cc: Josh Wu, Guennadi Liakhovetski

Hi Mauro,

The following changes since commit 675722b0e3917c6c917f1aa5f6d005cd3a0479f5:

  Merge branch 'upstream-fixes' into patchwork (2013-12-13 05:04:00 -0200)

are available in the git repository at:


  git://linuxtv.org/pinchartl/media.git atmel/isi

for you to fetch changes up to 8f94dee5c528d1334fd1cb548966757ba2cf1431:

  v4l: atmel-isi: Should clear bits before set the hardware register 
(2013-12-14 03:46:39 +0100)

----------------------------------------------------------------
Josh Wu (2):
      v4l: atmel-isi: remove SOF wait in start_streaming()
      v4l: atmel-isi: Should clear bits before set the hardware register

Laurent Pinchart (5):
      v4l: atmel-isi: Use devm_* managed allocators
      v4l: atmel-isi: Defer clock (un)preparation to enable/disable time
      v4l: atmel-isi: Reset the ISI when starting the stream
      v4l: atmel-isi: Make the MCK clock optional
      v4l: atmel-isi: Fix color component ordering

 drivers/media/platform/soc_camera/atmel-isi.c | 179 +++++++------------------
 include/media/atmel-isi.h                     |   2 +
 2 files changed, 55 insertions(+), 126 deletions(-)

-- 
Regards,

Laurent Pinchart


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

* Re: [GIT PULL FOR v3.14] Atmel ISI patches
  2013-12-14  2:49 [GIT PULL FOR v3.14] Atmel ISI patches Laurent Pinchart
@ 2013-12-14  5:34 ` Guennadi Liakhovetski
  2013-12-14 13:59   ` Laurent Pinchart
  0 siblings, 1 reply; 3+ messages in thread
From: Guennadi Liakhovetski @ 2013-12-14  5:34 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: linux-media, Josh Wu

Hi Laurent,

On Sat, 14 Dec 2013, Laurent Pinchart wrote:

> Hi Mauro,
> 
> The following changes since commit 675722b0e3917c6c917f1aa5f6d005cd3a0479f5:
> 
>   Merge branch 'upstream-fixes' into patchwork (2013-12-13 05:04:00 -0200)
> 
> are available in the git repository at:
> 
> 
>   git://linuxtv.org/pinchartl/media.git atmel/isi

Thanks for your patches. Any specific reason you're asking Mauro to pull 
directly from you instead of letting them go via my tree as usual for 
soc-camera patches?

Thanks
Guennadi

> 
> for you to fetch changes up to 8f94dee5c528d1334fd1cb548966757ba2cf1431:
> 
>   v4l: atmel-isi: Should clear bits before set the hardware register 
> (2013-12-14 03:46:39 +0100)
> 
> ----------------------------------------------------------------
> Josh Wu (2):
>       v4l: atmel-isi: remove SOF wait in start_streaming()
>       v4l: atmel-isi: Should clear bits before set the hardware register
> 
> Laurent Pinchart (5):
>       v4l: atmel-isi: Use devm_* managed allocators
>       v4l: atmel-isi: Defer clock (un)preparation to enable/disable time
>       v4l: atmel-isi: Reset the ISI when starting the stream
>       v4l: atmel-isi: Make the MCK clock optional
>       v4l: atmel-isi: Fix color component ordering
> 
>  drivers/media/platform/soc_camera/atmel-isi.c | 179 +++++++------------------
>  include/media/atmel-isi.h                     |   2 +
>  2 files changed, 55 insertions(+), 126 deletions(-)
> 
> -- 
> Regards,
> 
> Laurent Pinchart
> 

---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/

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

* Re: [GIT PULL FOR v3.14] Atmel ISI patches
  2013-12-14  5:34 ` Guennadi Liakhovetski
@ 2013-12-14 13:59   ` Laurent Pinchart
  0 siblings, 0 replies; 3+ messages in thread
From: Laurent Pinchart @ 2013-12-14 13:59 UTC (permalink / raw)
  To: Guennadi Liakhovetski; +Cc: linux-media, Josh Wu

Hi Guennadi,

On Saturday 14 December 2013 06:34:05 Guennadi Liakhovetski wrote:
> On Sat, 14 Dec 2013, Laurent Pinchart wrote:
> > Hi Mauro,
> > 
> > The following changes since commit 
675722b0e3917c6c917f1aa5f6d005cd3a0479f5:
> >   Merge branch 'upstream-fixes' into patchwork (2013-12-13 05:04:00 -0200)
> > 
> > are available in the git repository at:
> >   git://linuxtv.org/pinchartl/media.git atmel/isi
> 
> Thanks for your patches. Any specific reason you're asking Mauro to pull
> directly from you instead of letting them go via my tree as usual for
> soc-camera patches?

Just that I wasn't aware they should go through your tree. Sorry about that. 
Could you please handle the pull request then ?

> > for you to fetch changes up to 8f94dee5c528d1334fd1cb548966757ba2cf1431:
> >   v4l: atmel-isi: Should clear bits before set the hardware register
> > 
> > (2013-12-14 03:46:39 +0100)
> > 
> > ----------------------------------------------------------------
> > 
> > Josh Wu (2):
> >       v4l: atmel-isi: remove SOF wait in start_streaming()
> >       v4l: atmel-isi: Should clear bits before set the hardware register
> > 
> > Laurent Pinchart (5):
> >       v4l: atmel-isi: Use devm_* managed allocators
> >       v4l: atmel-isi: Defer clock (un)preparation to enable/disable time
> >       v4l: atmel-isi: Reset the ISI when starting the stream
> >       v4l: atmel-isi: Make the MCK clock optional
> >       v4l: atmel-isi: Fix color component ordering
> >  
> >  drivers/media/platform/soc_camera/atmel-isi.c | 179  ++++++--------------
> >  include/media/atmel-isi.h                     |   2 +
> >  2 files changed, 55 insertions(+), 126 deletions(-)

-- 
Regards,

Laurent Pinchart


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

end of thread, other threads:[~2013-12-14 13:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-14  2:49 [GIT PULL FOR v3.14] Atmel ISI patches Laurent Pinchart
2013-12-14  5:34 ` Guennadi Liakhovetski
2013-12-14 13:59   ` Laurent Pinchart

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