public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH v19 0/6] davinci vpbe: dm6446 v4l2 driver
@ 2011-06-17  7:01 Manjunath Hadli
  2011-06-17  7:01 ` [RESEND PATCH v19 1/6] davinci vpbe: V4L2 display driver for DM644X SoC Manjunath Hadli
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Manjunath Hadli @ 2011-06-17  7:01 UTC (permalink / raw)
  To: LMML; +Cc: dlos, Manjunath Hadli

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


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

end of thread, other threads:[~2011-06-27  6:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2011-06-27  6:45     ` Hadli, Manjunath

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