linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL FOR v3.20] Add am437x driver
@ 2014-12-09 20:45 Hans Verkuil
  0 siblings, 0 replies; only message in thread
From: Hans Verkuil @ 2014-12-09 20:45 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Prabhakar Lad

Adds the new am437x TI driver.

Regards,

	Hans

The following changes since commit 71947828caef0c83d4245f7d1eaddc799b4ff1d1:

  [media] mn88473: One function call less in mn88473_init() after error (2014-12-04 16:00:47 -0200)

are available in the git repository at:

  git://linuxtv.org/hverkuil/media_tree.git am437x

for you to fetch changes up to 035e534ddf8e9f2bc14520c3c09e627e42b3186c:

  media: platform: add VPFE capture driver support for AM437X (2014-12-09 21:43:04 +0100)

----------------------------------------------------------------
Benoit Parrot (1):
      media: platform: add VPFE capture driver support for AM437X

 Documentation/devicetree/bindings/media/ti-am437x-vpfe.txt |   61 ++
 MAINTAINERS                                                |    9 +
 drivers/media/platform/Kconfig                             |    1 +
 drivers/media/platform/Makefile                            |    2 +
 drivers/media/platform/am437x/Kconfig                      |   11 +
 drivers/media/platform/am437x/Makefile                     |    3 +
 drivers/media/platform/am437x/am437x-vpfe.c                | 2778 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/media/platform/am437x/am437x-vpfe.h                |  283 +++++++
 drivers/media/platform/am437x/am437x-vpfe_regs.h           |  140 ++++
 include/uapi/linux/Kbuild                                  |    1 +
 include/uapi/linux/am437x-vpfe.h                           |  122 +++
 11 files changed, 3411 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/ti-am437x-vpfe.txt
 create mode 100644 drivers/media/platform/am437x/Kconfig
 create mode 100644 drivers/media/platform/am437x/Makefile
 create mode 100644 drivers/media/platform/am437x/am437x-vpfe.c
 create mode 100644 drivers/media/platform/am437x/am437x-vpfe.h
 create mode 100644 drivers/media/platform/am437x/am437x-vpfe_regs.h
 create mode 100644 include/uapi/linux/am437x-vpfe.h

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-09 20:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-09 20:45 [GIT PULL FOR v3.20] Add am437x driver Hans Verkuil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).