mbox series

[0/3] Add support of CEC wakeup on Amlogic G12 and SM1 SoCs

Message ID 20191212145925.32123-1-glaroque@baylibre.com (mailing list archive)
Headers show
Series Add support of CEC wakeup on Amlogic G12 and SM1 SoCs | expand

Message

Guillaume LA ROQUE Dec. 12, 2019, 2:59 p.m. UTC
this patchset add support of CEC wakeup.
We need to set logical address and activate some options in registers before going in suspend.
Registers address and options values come from amlogic driver.

Guillaume La Roque (3):
  media: dt-bindings: media: meson-ao-cec: Add support of ao-sysctrl
    syscon
  arm64: dts: meson-g12g12: add syscon phandle in cec node
  media: platform: meson-ao-cec-g12a: add wakeup support

 .../media/amlogic,meson-gx-ao-cec.yaml        |  4 +++
 .../boot/dts/amlogic/meson-g12-common.dtsi    |  1 +
 drivers/media/platform/meson/ao-cec-g12a.c    | 33 +++++++++++++++++++
 3 files changed, 38 insertions(+)

Comments

Kevin Hilman Dec. 12, 2019, 7:38 p.m. UTC | #1
Guillaume La Roque <glaroque@baylibre.com> writes:

> this patchset add support of CEC wakeup.
> We need to set logical address and activate some options in registers before going in suspend.
> Registers address and options values come from amlogic driver.

Tested-by: Kevin Hilman <khilman@baylibre.com>