Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1682325 > unrolled thread

[PATCH 0/2] media: Add Amlogic Meson AO CEC Controller support

Started byNeil Armstrong <narmstrong@baylibre.com>
First post2017-07-06 12:30 +0200
Last post2017-07-06 12:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/2] media: Add Amlogic Meson AO CEC Controller support Neil Armstrong <narmstrong@baylibre.com> - 2017-07-06 12:30 +0200

#1682325 — [PATCH 0/2] media: Add Amlogic Meson AO CEC Controller support

FromNeil Armstrong <narmstrong@baylibre.com>
Date2017-07-06 12:30 +0200
Subject[PATCH 0/2] media: Add Amlogic Meson AO CEC Controller support
Message-ID<u0ccN-32q-9@gated-at.bofh.it>
The Amlogic SoC embeds a standalone CEC controller, this patch adds a driver
for such controller.
The controller does not need HPD to be active, and could support up to max
5 logical addresses, but only 1 is handled since the Suspend firmware can
make use of this unique logical address to wake up the device.

The Suspend firmware configuration will be added in an other patchset.

Neil Armstrong (2):
  platform: Add Amlogic Meson AO CEC Controller driver
  dt-bindings: media: Add Amlogic Meson AO-CEC bindings

 .../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              | 653 +++++++++++++++++++++
 5 files changed, 695 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

-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web