mbox

[GIT,PULL,for,v3.2] OMAP_VOUT: Few cleaups and feature addition

Message ID 1319285184-14605-1-git-send-email-hvaibhav@ti.com (mailing list archive)
State Accepted, archived
Headers

Pull-request

git://arago-project.org/git/people/vaibhav/ti-psp-omap-video.git for-linux-media

Message

Hiremath, Vaibhav Oct. 22, 2011, 12:06 p.m. UTC
  Hi Mauro,

The following changes since commit 35a912455ff5640dc410e91279b03e04045265b2:
  Mauro Carvalho Chehab (1):
        Merge branch 'v4l_for_linus' into staging/for_v3.2

are available in the git repository at:

  git://arago-project.org/git/people/vaibhav/ti-psp-omap-video.git for-linux-media

Archit Taneja (5):
      OMAP_VOUT: Fix check in reqbuf for buf_size allocation
      OMAP_VOUT: CLEANUP: Remove redundant code from omap_vout_isr
      OMAP_VOUT: Fix VSYNC IRQ handling in omap_vout_isr
      OMAP_VOUT: Add support for DSI panels
      OMAP_VOUT: Increase MAX_DISPLAYS to a larger value

 drivers/media/video/omap/omap_vout.c    |  187 ++++++++++++++++---------------
 drivers/media/video/omap/omap_voutdef.h |    2 +-
 2 files changed, 97 insertions(+), 92 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
  

Comments

Laurent Pinchart Oct. 24, 2011, 7:22 a.m. UTC | #1
Hi Vaibhav,

On Saturday 22 October 2011 14:06:24 hvaibhav@ti.com wrote:
> Hi Mauro,
> 
> The following changes since commit
> 35a912455ff5640dc410e91279b03e04045265b2: Mauro Carvalho Chehab (1):
>         Merge branch 'v4l_for_linus' into staging/for_v3.2
> 
> are available in the git repository at:
> 
>   git://arago-project.org/git/people/vaibhav/ti-psp-omap-video.git
> for-linux-media
> 
> Archit Taneja (5):
>       OMAP_VOUT: Fix check in reqbuf for buf_size allocation
>       OMAP_VOUT: CLEANUP: Remove redundant code from omap_vout_isr
>       OMAP_VOUT: Fix VSYNC IRQ handling in omap_vout_isr
>       OMAP_VOUT: Add support for DSI panels
>       OMAP_VOUT: Increase MAX_DISPLAYS to a larger value

What about http://patchwork.linuxtv.org/patch/299/ ? Do you plan to push it 
through your tree, or should I push it through mine ?
  
Hiremath, Vaibhav Oct. 24, 2011, 8:18 a.m. UTC | #2
> -----Original Message-----
> From: Laurent Pinchart [mailto:laurent.pinchart@ideasonboard.com]
> Sent: Monday, October 24, 2011 12:53 PM
> To: Hiremath, Vaibhav
> Cc: linux-media@vger.kernel.org; mchehab@redhat.com
> Subject: Re: [GIT PULL for v3.2] OMAP_VOUT: Few cleaups and feature
> addition
> 
> Hi Vaibhav,
> 
> On Saturday 22 October 2011 14:06:24 hvaibhav@ti.com wrote:
> > Hi Mauro,
> >
> > The following changes since commit
> > 35a912455ff5640dc410e91279b03e04045265b2: Mauro Carvalho Chehab (1):
> >         Merge branch 'v4l_for_linus' into staging/for_v3.2
> >
> > are available in the git repository at:
> >
> >   git://arago-project.org/git/people/vaibhav/ti-psp-omap-video.git
> > for-linux-media
> >
> > Archit Taneja (5):
> >       OMAP_VOUT: Fix check in reqbuf for buf_size allocation
> >       OMAP_VOUT: CLEANUP: Remove redundant code from omap_vout_isr
> >       OMAP_VOUT: Fix VSYNC IRQ handling in omap_vout_isr
> >       OMAP_VOUT: Add support for DSI panels
> >       OMAP_VOUT: Increase MAX_DISPLAYS to a larger value
> 
> What about http://patchwork.linuxtv.org/patch/299/ ? Do you plan to push
> it
> through your tree, or should I push it through mine ?
> 
Oops,

Missed it... Thanks for reminding me. 

If you are about to send pull request then go ahead and merge it with your patch-sets. OR I can also send another request for this patch alone.

Thanks,
Vaibhav

> --
> Regards,
> 
> Laurent Pinchart
--
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
  
Laurent Pinchart Oct. 24, 2011, 8:46 a.m. UTC | #3
Hi Vaibhav,

On Monday 24 October 2011 10:18:32 Hiremath, Vaibhav wrote:
> On Monday, October 24, 2011 12:53 PM Laurent Pinchart wrote:
> > On Saturday 22 October 2011 14:06:24 hvaibhav@ti.com wrote:
> > > Hi Mauro,
> > > 
> > > The following changes since commit
> > > 
> > > 35a912455ff5640dc410e91279b03e04045265b2: Mauro Carvalho Chehab (1):
> > >         Merge branch 'v4l_for_linus' into staging/for_v3.2
> > > 
> > > are available in the git repository at:
> > >   git://arago-project.org/git/people/vaibhav/ti-psp-omap-video.git
> > > 
> > > for-linux-media
> > > 
> > > Archit Taneja (5):
> > >       OMAP_VOUT: Fix check in reqbuf for buf_size allocation
> > >       OMAP_VOUT: CLEANUP: Remove redundant code from omap_vout_isr
> > >       OMAP_VOUT: Fix VSYNC IRQ handling in omap_vout_isr
> > >       OMAP_VOUT: Add support for DSI panels
> > >       OMAP_VOUT: Increase MAX_DISPLAYS to a larger value
> > 
> > What about http://patchwork.linuxtv.org/patch/299/ ? Do you plan to push
> > it
> > through your tree, or should I push it through mine ?
> 
> Oops,
> 
> Missed it... Thanks for reminding me.

No worries.

> If you are about to send pull request then go ahead and merge it with your
> patch-sets. OR I can also send another request for this patch alone.

I've got omap3-isp patches I'm about to send a pull request for, I'll add the 
omap_vout patch to the set.
  
Hiremath, Vaibhav Oct. 24, 2011, 8:46 a.m. UTC | #4
> -----Original Message-----
> From: Laurent Pinchart [mailto:laurent.pinchart@ideasonboard.com]
> Sent: Monday, October 24, 2011 2:16 PM
> To: Hiremath, Vaibhav
> Cc: linux-media@vger.kernel.org; mchehab@redhat.com
> Subject: Re: [GIT PULL for v3.2] OMAP_VOUT: Few cleaups and feature
> addition
> 
> Hi Vaibhav,
> 
> On Monday 24 October 2011 10:18:32 Hiremath, Vaibhav wrote:
> > On Monday, October 24, 2011 12:53 PM Laurent Pinchart wrote:
> > > On Saturday 22 October 2011 14:06:24 hvaibhav@ti.com wrote:
> > > > Hi Mauro,
> > > >
> > > > The following changes since commit
> > > >
> > > > 35a912455ff5640dc410e91279b03e04045265b2: Mauro Carvalho Chehab (1):
> > > >         Merge branch 'v4l_for_linus' into staging/for_v3.2
> > > >
> > > > are available in the git repository at:
> > > >   git://arago-project.org/git/people/vaibhav/ti-psp-omap-video.git
> > > >
> > > > for-linux-media
> > > >
> > > > Archit Taneja (5):
> > > >       OMAP_VOUT: Fix check in reqbuf for buf_size allocation
> > > >       OMAP_VOUT: CLEANUP: Remove redundant code from omap_vout_isr
> > > >       OMAP_VOUT: Fix VSYNC IRQ handling in omap_vout_isr
> > > >       OMAP_VOUT: Add support for DSI panels
> > > >       OMAP_VOUT: Increase MAX_DISPLAYS to a larger value
> > >
> > > What about http://patchwork.linuxtv.org/patch/299/ ? Do you plan to
> push
> > > it
> > > through your tree, or should I push it through mine ?
> >
> > Oops,
> >
> > Missed it... Thanks for reminding me.
> 
> No worries.
> 
> > If you are about to send pull request then go ahead and merge it with
> your
> > patch-sets. OR I can also send another request for this patch alone.
> 
> I've got omap3-isp patches I'm about to send a pull request for, I'll add
> the
> omap_vout patch to the set.
> 

Thanks

Regards,
Vaibhav

> --
> Regards,
> 
> Laurent Pinchart
--
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