public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] More Samsung patches for v3.2
@ 2011-10-06 14:57 Marek Szyprowski
  2011-11-03 18:25 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 4+ messages in thread
From: Marek Szyprowski @ 2011-10-06 14:57 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: linux-media, Marek Szyprowski, Kamil Debski, Kyungmin Park

Hello Mauro,

The following changes since commit 2f4cf2c3a971c4d5154def8ef9ce4811d702852d:

  [media] dib9000: release a lock on error (2011-09-30 13:32:56 -0300)

are available in the git repository at:
  git://git.infradead.org/users/kmpark/linux-2.6-samsung for_mauro

Kamil Debski (2):
      v4l: add G2D driver for s5p device family
      v4l: s5p-mfc: fix reported capabilities

 drivers/media/video/Kconfig               |    9 +
 drivers/media/video/Makefile              |    2 +
 drivers/media/video/s5p-g2d/Makefile      |    3 +
 drivers/media/video/s5p-g2d/g2d-hw.c      |  106 ++++
 drivers/media/video/s5p-g2d/g2d-regs.h    |  115 ++++
 drivers/media/video/s5p-g2d/g2d.c         |  824 +++++++++++++++++++++++++++++
 drivers/media/video/s5p-g2d/g2d.h         |   83 +++
 drivers/media/video/s5p-mfc/s5p_mfc_dec.c |    4 +-
 drivers/media/video/s5p-mfc/s5p_mfc_enc.c |    4 +-
 9 files changed, 1146 insertions(+), 4 deletions(-)
 create mode 100644 drivers/media/video/s5p-g2d/Makefile
 create mode 100644 drivers/media/video/s5p-g2d/g2d-hw.c
 create mode 100644 drivers/media/video/s5p-g2d/g2d-regs.h
 create mode 100644 drivers/media/video/s5p-g2d/g2d.c
 create mode 100644 drivers/media/video/s5p-g2d/g2d.h

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

end of thread, other threads:[~2011-11-04  9:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-06 14:57 [GIT PULL] More Samsung patches for v3.2 Marek Szyprowski
2011-11-03 18:25 ` Mauro Carvalho Chehab
2011-11-04  7:09   ` Marek Szyprowski
2011-11-04  9:39     ` Mauro Carvalho Chehab

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