All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.2] cec fixes, new Meson G12A AO CEC driver
@ 2019-04-12 10:35 Hans Verkuil
  0 siblings, 0 replies; only message in thread
From: Hans Verkuil @ 2019-04-12 10:35 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Neil Armstrong

Fixes to prevent incrementing but never decrementing the hdmi device
refcount, and the series for the new Meson CEC driver is sitting on top
of those.

Regards,

	Hans

The following changes since commit 1c3ec30bb23023d738b538e64ac3028902d53692:

  media: index.rst: exclude Indexes section from latex/pdf output (2019-03-30 09:42:35 -0400)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.2f

for you to fetch changes up to 8ce1eb87ae608c4b0b51be9fd322b3bfa50659b0:

  MAINTAINERS: Update AO CEC with ao-cec-g12a driver (2019-04-12 11:45:19 +0200)

----------------------------------------------------------------
Tag branch

----------------------------------------------------------------
Hans Verkuil (7):
      cec-notifier: add cec_notifier_parse_hdmi_phandle helper
      meson: ao-cec: use new cec_notifier_parse_hdmi_phandle helper
      s5p_cec: use new cec_notifier_parse_hdmi_phandle helper
      stih_cec: use new cec_notifier_parse_hdmi_phandle helper
      tegra_cec: use new cec_notifier_parse_hdmi_phandle helper
      seco-cec: decrement HDMI device refcount
      cros-ec-cec: decrement HDMI device refcount

Neil Armstrong (3):
      media: dt-bindings: media: meson-ao-cec: Add G12A AO-CEC-B Compatible
      media: platform: meson: Add Amlogic Meson G12A AO CEC Controller driver
      MAINTAINERS: Update AO CEC with ao-cec-g12a driver

 Documentation/devicetree/bindings/media/meson-ao-cec.txt |  13 +-
 MAINTAINERS                                              |   1 +
 drivers/media/cec/cec-notifier.c                         |  30 ++
 drivers/media/platform/Kconfig                           |  16 +
 drivers/media/platform/cros-ec-cec/cros-ec-cec.c         |   1 +
 drivers/media/platform/meson/Makefile                    |   1 +
 drivers/media/platform/meson/ao-cec-g12a.c               | 779 ++++++++++++++++++++++++++++++++++++++++++++++
 drivers/media/platform/meson/ao-cec.c                    |  16 +-
 drivers/media/platform/s5p-cec/s5p_cec.c                 |  16 +-
 drivers/media/platform/seco-cec/seco-cec.c               |   1 +
 drivers/media/platform/sti/cec/stih-cec.c                |  21 +-
 drivers/media/platform/tegra-cec/tegra_cec.c             |  14 +-
 include/media/cec-notifier.h                             |  19 +-
 13 files changed, 878 insertions(+), 50 deletions(-)
 create mode 100644 drivers/media/platform/meson/ao-cec-g12a.c

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

only message in thread, other threads:[~2019-04-12 10:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-12 10:35 [GIT PULL FOR v5.2] cec fixes, new Meson G12A AO CEC 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.