From 2ec8b1bc94122608c9d0d92d3e868f240f907a72 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 30 Apr 2014 13:40:50 +0200 Subject: [PATCH] linux: update CEC support patch from https://github.com/wolfgar/linux-linaro-stable-mx6/commit/74fc2e85c080b0ddc2a4b2565eda97c55300303d Signed-off-by: Stephan Raue --- .../patches/linux/linux-999.99.22-hdmi-cec.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/projects/Cuboxi/patches/linux/linux-999.99.22-hdmi-cec.patch b/projects/Cuboxi/patches/linux/linux-999.99.22-hdmi-cec.patch index 5762554541..3b667f9000 100644 --- a/projects/Cuboxi/patches/linux/linux-999.99.22-hdmi-cec.patch +++ b/projects/Cuboxi/patches/linux/linux-999.99.22-hdmi-cec.patch @@ -2,14 +2,14 @@ From 74fc2e85c080b0ddc2a4b2565eda97c55300303d Mon Sep 17 00:00:00 2001 From: wolfgar Date: Sat, 26 Apr 2014 16:50:32 +0200 Subject: [PATCH] Merge all CEC driver changes to 3.10 This commit pushes all - changes I did in the 3.0.35 kernel to improve/fix its - behavior with libcec port for imx6 + changes I did in the 3.0.35 kernel to improve/fix its behavior with libcec + port for imx6 It also fixes CEC clock handling in case of FB mode change event and of HDMI cable disconnection --- - drivers/mxc/hdmi-cec/mxc_hdmi-cec.c | 327 +++++++++++++++-------------------- - drivers/video/mxc/mxc_hdmi.c | 14 +- + drivers/mxc/hdmi-cec/mxc_hdmi-cec.c | 327 +++++++++++++++--------------------- + drivers/video/mxc/mxc_hdmi.c | 14 +- 2 files changed, 147 insertions(+), 194 deletions(-) diff --git a/drivers/mxc/hdmi-cec/mxc_hdmi-cec.c b/drivers/mxc/hdmi-cec/mxc_hdmi-cec.c @@ -662,7 +662,7 @@ index d0113ee..3a8aff4 100644 INIT_DELAYED_WORK(&hdmi_cec_data.hdmi_cec_work, mxc_hdmi_cec_worker); dev_info(&pdev->dev, "HDMI CEC initialized\n"); -@@ -631,12 +572,14 @@ out: +@@ -631,12 +572,14 @@ static int hdmi_cec_dev_probe(struct platform_device *pdev) static int hdmi_cec_dev_remove(struct platform_device *pdev) { @@ -727,5 +727,5 @@ index 20c6d70..88d62ce 100644 mxc_hdmi_phy_disable(hdmi); -- -1.7.9.5 +1.9.1