All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v4.9] Add SPI GS1662 driver
@ 2016-09-15 15:48 Hans Verkuil
  0 siblings, 0 replies; only message in thread
From: Hans Verkuil @ 2016-09-15 15:48 UTC (permalink / raw)
  To: linux-media

The following changes since commit c3b809834db8b1a8891c7ff873a216eac119628d:

  [media] pulse8-cec: fix compiler warning (2016-09-12 06:42:44 -0300)

are available in the git repository at:

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

for you to fetch changes up to ec2890fd887f9ec68b6e1b87ead84ea659cee0c7:

  media Kconfig: improve the spi integration (2016-09-15 17:34:33 +0200)

----------------------------------------------------------------
Charles-Antoine Couret (3):
      SDI: add flag for SDI formats and SMPTE 125M definition
      Add GS1662 driver, a video serializer
      V4L2: Add documentation for SDI timings and related flags

Hans Verkuil (1):
      media Kconfig: improve the spi integration

 Documentation/media/uapi/v4l/vidioc-enuminput.rst    |  31 +++--
 Documentation/media/uapi/v4l/vidioc-g-dv-timings.rst |  15 +++
 MAINTAINERS                                          |   7 ++
 drivers/media/Kconfig                                |   7 +-
 drivers/media/Makefile                               |   2 +-
 drivers/media/i2c/Kconfig                            |   2 +-
 drivers/media/spi/Kconfig                            |  14 +++
 drivers/media/spi/Makefile                           |   1 +
 drivers/media/spi/gs1662.c                           | 472 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/media/v4l2-core/v4l2-dv-timings.c            |  11 +-
 include/uapi/linux/v4l2-dv-timings.h                 |  12 ++
 include/uapi/linux/videodev2.h                       |   8 ++
 12 files changed, 566 insertions(+), 16 deletions(-)
 create mode 100644 drivers/media/spi/Kconfig
 create mode 100644 drivers/media/spi/Makefile
 create mode 100644 drivers/media/spi/gs1662.c

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

only message in thread, other threads:[~2016-09-15 15:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-15 15:48 [GIT PULL FOR v4.9] Add SPI GS1662 driver Hans Verkuil

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.