Re: [STLinux Kernel] [PATCH v3 0/4] STIH CEC driver

2016-09-15 Thread Peter Griffin
Hi Benjamin, On Thu, 15 Sep 2016, Benjamin Gaignard wrote: > version 3: > - remove rx_msg and use local variable instead > - change configuration flag from VIDEO_STIH_CEC to VIDEO_STI_HDMI_CEC > For the series: - Acked-by: Peter Griffin regards, Peter. -- To unsubscribe from this list: se

[PATCH v3 0/4] STIH CEC driver

2016-09-15 Thread Benjamin Gaignard
version 3: - remove rx_msg and use local variable instead - change configuration flag from VIDEO_STIH_CEC to VIDEO_STI_HDMI_CEC version 2: - fix typo in comments - in DT move stih-cec driver from stih410.dtsi to stih407-family.dtsi Those patches implement HDMI CEC driver for stih4xx SoCs. I h