From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 7D936E008D9; Wed, 3 Dec 2014 09:07:53 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (bisson.gary[at]gmail.com) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.192.178 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-pd0-f178.google.com (mail-pd0-f178.google.com [209.85.192.178]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id BCF7AE00873 for ; Wed, 3 Dec 2014 09:07:52 -0800 (PST) Received: by mail-pd0-f178.google.com with SMTP id g10so15917684pdj.9 for ; Wed, 03 Dec 2014 09:07:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=xQOwVYy5fDyWxTuPQl/cpsU2p3uXH15COjl02oyA2Hw=; b=ckwlaP4xWgNquDXDNzD7r1noUfTs0Dxgl3A0BtCCxxK+mIY8jhkiBQWgTOm4H7dyCr F+gh/M7uzRBqRlezRjFHKgx1s/QIfcUnZuP6TTuYLyGT15NUJnFPAJPhuAQStFYt7ZNe ABDRpURpylvdIvEc+l7wqeQ7XtE5nKJhgksBhFpxPxPxeBLYh1SNNqftiubud+UmLmI8 Luw54BBU3XZsu6DE9zg8DhIgotGgNhQ58e/kpvWvIeR4DHJDfPUuy9kOs1G8gDTznZI+ aEZgpsCl4AQJU7UYUEoyVmTUHxCrRkozct+fMeNpFupxoPUAZXa/DWowABU5jZLwTnU8 sTDA== X-Received: by 10.66.100.134 with SMTP id ey6mr2454872pab.116.1417626471238; Wed, 03 Dec 2014 09:07:51 -0800 (PST) Received: from n411z.WORKGROUP. (c-71-227-188-44.hsd1.wa.comcast.net. [71.227.188.44]) by mx.google.com with ESMTPSA id f12sm23616339pdm.90.2014.12.03.09.07.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 03 Dec 2014 09:07:50 -0800 (PST) From: Gary Bisson To: meta-freescale@yoctoproject.org Date: Wed, 3 Dec 2014 09:07:25 -0800 Message-Id: <1417626447-17194-1-git-send-email-bisson.gary@gmail.com> X-Mailer: git-send-email 2.1.3 Cc: fabio.estevam@freescale.com, Gary Bisson , otavio@ossystems.com.br Subject: [PATCH 0/2][dizzy-next] linux-imx: add clock fix for T1.0 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2014 17:07:53 -0000 This serie of patch provides a clock patch for T1.0 version of the SoC which was causing the following error message during bootup: mxc_sdc_fb fb.27: timeout when waiting for flip irq https://lists.yoctoproject.org/pipermail/meta-freescale/2014-May/008553.html This patch has been tested with a Sabrelite rev D (5-9-12). However I've realized this patch doesn't fix the HDMI at 1080p60 when testing Eric's patches on mainline. The reason for it is that 6x_bootscript fixes the resolution at 720p30 which now works great when using FSL kernel. But mainline kernel is forcing 1080p60 by default and can't seem to be changed (don't know what video parameters to use). Doing more testing on FSL kernel proved that it works only up to 1080p30 but using 60fps seems to still be broken. It is to be noted that the error message doesn't appear anymore. I'll try to compare again the IMX_CHIP_REVISION checks between the 3.0.35 and the 3.10.17 as 1080p60 works on 3.0.35. I figured it might still be worth integrating this patch as the clock index is clearly wrong. In the meantime I'll work on getting 1080p60 fixed. Only then I will submit the patches to the lkml. Let me know your thoughts. Thanks! Gary Bisson (2): linux-imx: remove unnecessary patches for 3.10.17-1.0.2 linux-imx: add clock patch for T1.0 version of i.MX6Q ...6q-fix-video-divider-for-revision-1.0-of-.patch | 33 + ...8-ARM-imx6sl-gpc-add-chip-revision-check-.patch | 52 - ...2-regulator-pfuze100-Fix-address-of-FABID.patch | 36 - ...3-regulator-pfuze100-add-pfuze200-support.patch | 506 -------- ...fuze100-Add-terminate-entry-for-i2c-of-_d.patch | 61 - ...fuze100-Add-PFUZE200-support-to-Kconfig-a.patch | 56 - ...gulator-pfuze100-Use-of_get_child_by_name.patch | 34 - ...ze100-regulator-Fix-of_node_get-parameter.patch | 44 - ...8-1-ARM-dts-imx6dl-sabresd-add-support-fo.patch | 752 ------------ ...8-2-ARM-dts-imx6sl-evk-add-support-for-pf.patch | 1202 -------------------- ...2-ARM-imx6x-Save-restore-SCU-and-some-CP1.patch | 133 --- recipes-kernel/linux/linux-imx_3.10.17.bb | 2 + 12 files changed, 35 insertions(+), 2876 deletions(-) create mode 100644 recipes-kernel/linux/linux-imx-3.10.17/0001-ARM-clk-imx6q-fix-video-divider-for-revision-1.0-of-.patch delete mode 100644 recipes-kernel/linux/linux-imx-3.10.17/0001-ENGR00309838-ARM-imx6sl-gpc-add-chip-revision-check-.patch delete mode 100644 recipes-kernel/linux/linux-imx-3.10.17/0002-regulator-pfuze100-Fix-address-of-FABID.patch delete mode 100644 recipes-kernel/linux/linux-imx-3.10.17/0003-regulator-pfuze100-add-pfuze200-support.patch delete mode 100644 recipes-kernel/linux/linux-imx-3.10.17/0004-regulator-pfuze100-Add-terminate-entry-for-i2c-of-_d.patch delete mode 100644 recipes-kernel/linux/linux-imx-3.10.17/0005-regulator-pfuze100-Add-PFUZE200-support-to-Kconfig-a.patch delete mode 100644 recipes-kernel/linux/linux-imx-3.10.17/0006-regulator-pfuze100-Use-of_get_child_by_name.patch delete mode 100644 recipes-kernel/linux/linux-imx-3.10.17/0007-pfuze100-regulator-Fix-of_node_get-parameter.patch delete mode 100644 recipes-kernel/linux/linux-imx-3.10.17/0008-ENGR00301078-1-ARM-dts-imx6dl-sabresd-add-support-fo.patch delete mode 100644 recipes-kernel/linux/linux-imx-3.10.17/0009-ENGR00301078-2-ARM-dts-imx6sl-evk-add-support-for-pf.patch delete mode 100644 recipes-kernel/linux/linux-imx-3.10.17/0010-ENGR00318392-ARM-imx6x-Save-restore-SCU-and-some-CP1.patch -- 2.1.3