All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: "Hadli, Manjunath" <manjunath.hadli@ti.com>
Cc: LMML <linux-media@vger.kernel.org>,
	dlos <davinci-linux-open-source@linux.davincidsp.com>
Subject: Re: [RESEND PATCH v19 0/6] davinci vpbe: dm6446 v4l2 driver
Date: Tue, 21 Jun 2011 16:24:01 -0300	[thread overview]
Message-ID: <4E00EFD1.40307@redhat.com> (raw)
In-Reply-To: <B85A65D85D7EB246BE421B3FB0FBB593024BCEF736@dbde02.ent.ti.com>

Em 17-06-2011 04:03, Hadli, Manjunath escreveu:
> Mauro,
> 
> Can you consider this patch series for a pull?

Next time, could you please add on your tree and send me a git pull request?

Patchwork is currently not reliable. I have a backup process, but
a git pull request works better and I won't have the risk of
applying the wrong patches or at a wrong order.

In this specific case, as all patches were caught by patchwork,
I'll apply from your emails after reviewing them.

Thanks,
Mauro

> 
> -Manju
> 
> On Fri, Jun 17, 2011 at 12:31:30, Hadli, Manjunath wrote:
>> fixed a wrong file inclusion in one of the patches
>>
>> Manjunath Hadli (6):
>>   davinci vpbe: V4L2 display driver for DM644X SoC
>>   davinci vpbe: VPBE display driver
>>   davinci vpbe: OSD(On Screen Display) block
>>   davinci vpbe: VENC( Video Encoder) implementation
>>   davinci vpbe: Build infrastructure for VPBE driver
>>   davinci vpbe: Readme text for Dm6446 vpbe
>>
>>  Documentation/video4linux/README.davinci-vpbe |   93 ++
>>  drivers/media/video/davinci/Kconfig           |   23 +
>>  drivers/media/video/davinci/Makefile          |    2 +
>>  drivers/media/video/davinci/vpbe.c            |  864 ++++++++++++
>>  drivers/media/video/davinci/vpbe_display.c    | 1860 +++++++++++++++++++++++++
>>  drivers/media/video/davinci/vpbe_osd.c        | 1231 ++++++++++++++++
>>  drivers/media/video/davinci/vpbe_osd_regs.h   |  364 +++++
>>  drivers/media/video/davinci/vpbe_venc.c       |  566 ++++++++
>>  drivers/media/video/davinci/vpbe_venc_regs.h  |  177 +++
>>  include/media/davinci/vpbe.h                  |  184 +++
>>  include/media/davinci/vpbe_display.h          |  147 ++
>>  include/media/davinci/vpbe_osd.h              |  394 ++++++
>>  include/media/davinci/vpbe_types.h            |   91 ++
>>  include/media/davinci/vpbe_venc.h             |   45 +
>>  14 files changed, 6041 insertions(+), 0 deletions(-)  create mode 100644 Documentation/video4linux/README.davinci-vpbe
>>  create mode 100644 drivers/media/video/davinci/vpbe.c
>>  create mode 100644 drivers/media/video/davinci/vpbe_display.c
>>  create mode 100644 drivers/media/video/davinci/vpbe_osd.c
>>  create mode 100644 drivers/media/video/davinci/vpbe_osd_regs.h
>>  create mode 100644 drivers/media/video/davinci/vpbe_venc.c
>>  create mode 100644 drivers/media/video/davinci/vpbe_venc_regs.h
>>  create mode 100644 include/media/davinci/vpbe.h  create mode 100644 include/media/davinci/vpbe_display.h
>>  create mode 100644 include/media/davinci/vpbe_osd.h  create mode 100644 include/media/davinci/vpbe_types.h
>>  create mode 100644 include/media/davinci/vpbe_venc.h
>>
>>
> 
> --
> 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


  reply	other threads:[~2011-06-21 19:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-17  7:01 [RESEND PATCH v19 0/6] davinci vpbe: dm6446 v4l2 driver Manjunath Hadli
2011-06-17  7:01 ` [RESEND PATCH v19 1/6] davinci vpbe: V4L2 display driver for DM644X SoC Manjunath Hadli
2011-06-17  7:01 ` [RESEND PATCH v19 2/6] davinci vpbe: VPBE display driver Manjunath Hadli
2011-06-17  7:01 ` [RESEND PATCH v19 3/6] davinci vpbe: OSD(On Screen Display) block Manjunath Hadli
2011-06-17  7:01 ` [RESEND PATCH v19 4/6] davinci vpbe: VENC( Video Encoder) implementation Manjunath Hadli
2011-06-17  7:01 ` [RESEND PATCH v19 5/6] davinci vpbe: Build infrastructure for VPBE driver Manjunath Hadli
2011-06-17  7:01 ` [RESEND PATCH v19 6/6] davinci vpbe: Readme text for Dm6446 vpbe Manjunath Hadli
2011-06-17  7:03 ` [RESEND PATCH v19 0/6] davinci vpbe: dm6446 v4l2 driver Hadli, Manjunath
2011-06-21 19:24   ` Mauro Carvalho Chehab [this message]
2011-06-27  6:45     ` Hadli, Manjunath

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=4E00EFD1.40307@redhat.com \
    --to=mchehab@redhat.com \
    --cc=davinci-linux-open-source@linux.davincidsp.com \
    --cc=linux-media@vger.kernel.org \
    --cc=manjunath.hadli@ti.com \
    /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 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.