The following changes since commit da48c948c263c9d87dfc64566b3373a858cc8aa2: media: fix warning on v4l2_subdev_call() result interpreted as bool (2017-07-26 13:43:17 -0400) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git meson-cec for you to fetch changes up to 098b47db51270f6e671773160411e3d285ea0d66: dt-bindings: media: Add Amlogic Meson AO-CEC bindings (2017-07-28 14:58:38 +0200) ---------------------------------------------------------------- Neil Armstrong (2): platform: Add Amlogic Meson AO CEC Controller driver dt-bindings: media: Add Amlogic Meson AO-CEC bindings Documentation/devicetree/bindings/media/meson-ao-cec.txt | 28 ++ drivers/media/platform/Kconfig | 11 + drivers/media/platform/Makefile | 2 + drivers/media/platform/meson/Makefile | 1 + drivers/media/platform/meson/ao-cec.c | 744 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 786 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/meson-ao-cec.txt create mode 100644 drivers/media/platform/meson/Makefile create mode 100644 drivers/media/platform/meson/ao-cec.c