From patchwork Sat Jul 21 02:32:19 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 947267 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="P+CPmE80"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41XWym3VzWz9s2x for ; Sat, 21 Jul 2018 12:33:35 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=JiqaqDpG126ZEYAlDWSinXsnJH3orORNAb4ryAxgvuU=; b=P+C PmE80v5QN1uY+ylxLwrWrGUEoEu3GoJbigNZUiCC8f8XliqHiNET2tm/S9bGeGCmxx8eBaPtbFgk8 58uyxfxh5fmiu+1wuh7/Rs9qma1jyqnvO+qkTnDZ0Anj58niYwP0AAzvJ18qibYC+tyiy3itxHg8r tTY8D/ZsHfwgXDBeMo6IxbUcScgDMoREjLtkPhz7Yubi48X53765uUXq8vp4ifRkUk7g5/jcBKbgY LEau5ItIkD/vTxJKY7MwKWj8DC0KiONLv/EXiBef/IuCC04q214sGW3gbYdXCLdxOkiTeqFw5b8Xv n6867Mj+uORBqGHC0gxatqkDPI+NiiQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fghi5-00051r-17; Sat, 21 Jul 2018 02:33:29 +0000 Received: from mail-pl0-f67.google.com ([209.85.160.67]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fghi1-00050I-1t for linux-arm-kernel@lists.infradead.org; Sat, 21 Jul 2018 02:33:26 +0000 Received: by mail-pl0-f67.google.com with SMTP id w3-v6so5910596plq.2 for ; Fri, 20 Jul 2018 19:33:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:rom; bh=PvOZfqye3+QJuKCfTIjf5UjrHAuwIHq0uQAIS39pygo=; b=PKaLZLnUUn5bXdRThPtKtSFbB5H/Wz5DxuJ96tDxhIGypem24K3dp4btonLhJ8axVJ 5rqIXRdVJVzIuyBEYXRIPtD0+FwBPZydB4GTbwnSOUl7wdBhW9td2I7tEKyzlDpM9ruC 9eT6JU1lilEcV40Iw40qF4WlMCX+z+1JpoKURAN7BIeVKu31UOQu5h4RwkDNp0RiAxUy JXtwwAj+z1yLHvPo5p6XHJPwtdN1JoCMM/FW5El/5fwpq/qB2WynubZ0n/ExMo/JtNhv Ad6BzQAMjX4LSZZbYtc5wJSH2/T92/01oU3DSGAeNe4oNRfHLTJ6mIS4NJbXza0iTNQE 6I1g== X-Gm-Message-State: AOUpUlH6JwGOYrxZGMDhaOCB6v4PfBkrurptZwzqDZgWyhxId6kojGau qFaf6pxgtPaSHMMlbqlPQq2F4w== X-Google-Smtp-Source: AAOMgpdB4I6CBBapDGCCgNvJDiwWh0//Ts2QpTV265T+xMAdfymkleYaq/yzOP+Zc5PCbu0JWEdfjQ== X-Received: by 2002:a17:902:8ecb:: with SMTP id x11-v6mr4395798plo.308.1532140393210; Fri, 20 Jul 2018 19:33:13 -0700 (PDT) Received: from localhost.localdomain (61-216-91-114.HINET-IP.hinet.net. [61.216.91.114]) by smtp.gmail.com with ESMTPSA id w72-v6sm10100210pfa.26.2018.07.20.19.33.10 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 20 Jul 2018 19:33:11 -0700 (PDT) From: Shawn Guo To: arm@kernel.org Subject: [GIT PULL 1/6] i.MX drivers updates for 4.19 Date: Sat, 21 Jul 2018 10:32:19 +0800 Message-Id: <1532140344-2771-1-git-send-email-shawnguo@kernel.org> X-Mailer: git-send-email 1.9.1 rom: Shawn Guo X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180720_193325_098785_B2C8F389 X-CRM114-Status: UNSURE ( 9.99 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.2 (/) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (0.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [209.85.160.67 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.85.160.67 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fabio Estevam , linux-imx@nxp.com, kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40: Linux 4.18-rc1 (2018-06-17 08:04:49 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-4.19 for you to fetch changes up to 69c04aee3482415cff52061a3ccad4943662e81d: soc: imx6qp: Use GENPD_FLAG_ALWAYS_ON for PU errata (2018-07-17 14:12:14 +0800) ---------------------------------------------------------------- i.MX drivers update for 4.19: - Handle i.MX6SL chip errata ERR006287 in the safest possible way by keeping the DISP domain always-on, because Upon resuming from power gating, the modules in the display power domain (eLCDIF, EPDC, PXP and SPDC) might fail to perform register reads correctly. - Use GENPD_FLAG_ALWAYS_ON flag for i.MX6QP PU ERR009619 handling. It is functionally identical to the exsiting implementation but simpler and slightly faster. ---------------------------------------------------------------- Leonard Crestez (2): soc: imx: gpc: Disable 6sl display power gating for ERR006287 soc: imx6qp: Use GENPD_FLAG_ALWAYS_ON for PU errata drivers/soc/imx/gpc.c | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) From patchwork Sat Jul 21 02:32:20 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 947268 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="r+o7zmkA"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41XWyy3N4gz9s2x for ; Sat, 21 Jul 2018 12:33:46 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=9U8oRjRpg2Vf4fys1UxwWy1QDWLCj7rbcn4r4bwAkNg=; b=r+o7zmkAAT9yUF y81nk+x3or+s7HFAoEJqg1n1nJpis4go0wnc+mfx5q/LeYxeZMOv4J+CfxB/A2jesQrqaJQDF7JvD QjjAdyvrXVvTnyq0/UY8hiJWpqE32VaOppY6fBh+VKEmaPxETwPEqM/kb+8bR2xjhUa+XS8VgpH5G XYUl1g68JingysN4qBg6pXP+rGMQNo/HWqwXe4cmtGL8UNGf+X5EtQ7ZeNLw7t39cHYvLv7S9ceDI ULh6UMeXnDu6baaqduqGkxkfjqZP8EJkd4QrM7c7CUuBV66stFaKOgumlqrEfmK2j1fESLsRi2KCO toKkebg5WPsWLcNnGOkw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fghiF-0005D7-UN; Sat, 21 Jul 2018 02:33:39 +0000 Received: from mail-pg1-f173.google.com ([209.85.215.173]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fghi3-00050J-Dm for linux-arm-kernel@lists.infradead.org; Sat, 21 Jul 2018 02:33:28 +0000 Received: by mail-pg1-f173.google.com with SMTP id v13-v6so8266867pgr.10 for ; Fri, 20 Jul 2018 19:33:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:rom:mime-version:content-transfer-encoding; bh=shuOUlblyfP+SWnPR+ks7XDGm9ImhNgjSm6aRCcIIQg=; b=hboWO4MQidpQvlVNESBptteuWwzZV54fhrt4MRQV+vQnZL3pzQr0IWDNUZYbYgNuyG UAQuk0zoRqQflMO53bHbBbVBdbhKg83260pAcq0p25KzXn3zNLR2jgjCKV7bX6LZHN7T xLSMnPKAfe7crXBuM/ZKpC0O9h9dFoX3WvxbRqouG7X36aeiRk9RHmHOYKU0gBAvFMf4 y8bCY1YNnV+Ii/CjzSzGptN2wfVYmEGMXqfqjL7XewPFE/S4Y9Rb/UmqIQVwLhklt2/7 /8E9JVgUGT355XM0DzOobXPatYW5A7eMgXEZY2FESLVLyi9A41RP4i1tekuLgzZecG+e IMJA== X-Gm-Message-State: AOUpUlFGn4yP3+73AnmSHh1ACOJAMpbr5D4lTIV7nmUO3B9ALBxAGUx2 wqiZ+ItcZSeTWqSqvMPLgx1cTQ== X-Google-Smtp-Source: AAOMgpcP/WBVAalYC9FwPW/NA86jp8Mfcdc6p+RTUmU+aSPEc43lmK+PKJUk++B7o5YvBwqcBHkNjg== X-Received: by 2002:a62:dc8f:: with SMTP id c15-v6mr4472085pfl.155.1532140396441; Fri, 20 Jul 2018 19:33:16 -0700 (PDT) Received: from localhost.localdomain (61-216-91-114.HINET-IP.hinet.net. [61.216.91.114]) by smtp.gmail.com with ESMTPSA id w72-v6sm10100210pfa.26.2018.07.20.19.33.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 20 Jul 2018 19:33:15 -0700 (PDT) From: Shawn Guo To: arm@kernel.org Subject: [GIT PULL 2/6] i.MX SoC changes for 4.19 Date: Sat, 21 Jul 2018 10:32:20 +0800 Message-Id: <1532140344-2771-2-git-send-email-shawnguo@kernel.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1532140344-2771-1-git-send-email-shawnguo@kernel.org> References: <1532140344-2771-1-git-send-email-shawnguo@kernel.org> rom: Shawn Guo MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180720_193327_459149_232C1A6C X-CRM114-Status: GOOD ( 15.38 ) X-Spam-Score: 0.2 (/) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (0.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [209.85.215.173 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fabio Estevam , linux-imx@nxp.com, kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40: Linux 4.18-rc1 (2018-06-17 08:04:49 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-4.19 for you to fetch changes up to 26b754f99402d6e7fc4e07d67a2597e6ebabde8b: ARM: mx5: Set the DBGEN bit in ARM_GPC register (2018-07-12 09:52:20 +0800) ---------------------------------------------------------------- i.MX SoC update for 4.19: - A series from Anson Huang to add power management for i.MX6SLL, including standby and mem mode suspend, cpuidle support, and bus clock auto gating function, etc. - A couple of fix-ups on i.MX6SLL cpuidle random build issues. - A couple of cleanups on stale EPIT timer initialization and RNGA platform device registration function. - Configure i.MX51 SoC M4IF to avoid visual artifacts during video playback. - Set up i.MX51 and i.MX53 DBGEN bit of ARM_GPC register, so that clocks within the debug system can be activated. - Add a Cortex-M4 platform support which will be useful for running a Linux instance on Cortex-M4 core integrated in i.MX7D SoC. - Flag of_iomap failure in imx_aips_allow_unprivileged_access() function by giving a warning in there. ---------------------------------------------------------------- Anson Huang (6): ARM: imx: add standby mode suspend for i.MX6SLL ARM: imx: add mem mode suspend for i.MX6SLL ARM: imx: add L2 page power control for GPC ARM: imx: add cpu idle support for i.MX6SLL ARM: imx: remove i.MX6SLL support in i.MX6SL cpu idle driver ARM: imx: enable bus auto clock gating function for i.mx6sll Arnd Bergmann (2): ARM: imx: fix i.MX6SLL build ARM: imx: call imx6sx_cpuidle_init() conditionally for 6sll Clément Peron (1): ARM: imx: remove inexistant EPIT timer init Fabio Estevam (2): ARM: imx51: Configure M4IF to avoid visual artifacts ARM: mx5: Set the DBGEN bit in ARM_GPC register Nicholas Mc Guire (1): ARM: imx: flag failure of of_iomap Oleksij Rempel (1): ARM: imx: Provide support for NXP i.MX7D Cortex-M4 Vladimir Zapolskiy (1): ARM: i.MX31: remove rnga registration as a platform device arch/arm/mach-imx/Kconfig | 33 +++++++++++++-------- arch/arm/mach-imx/Makefile | 5 ++-- arch/arm/mach-imx/common.h | 3 +- arch/arm/mach-imx/cpu-imx5.c | 45 +++++++++++++++++++++++++++++ arch/arm/mach-imx/cpu.c | 1 + arch/arm/mach-imx/cpuidle-imx6sl.c | 7 ++--- arch/arm/mach-imx/cpuidle-imx6sx.c | 1 + arch/arm/mach-imx/gpc.c | 14 +++++++++ arch/arm/mach-imx/imx31-dt.c | 18 ------------ arch/arm/mach-imx/mach-imx51.c | 30 ++++++++++++++++++- arch/arm/mach-imx/mach-imx53.c | 2 +- arch/arm/mach-imx/mach-imx6sl.c | 5 +++- arch/arm/mach-imx/mach-imx7d-cm4.c | 18 ++++++++++++ arch/arm/mach-imx/pm-imx6.c | 33 +++++++++++++++++++-- include/linux/mfd/syscon/imx6q-iomuxc-gpr.h | 3 ++ 15 files changed, 174 insertions(+), 44 deletions(-) create mode 100644 arch/arm/mach-imx/mach-imx7d-cm4.c From patchwork Sat Jul 21 02:32:21 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 947269 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="qMhB026z"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41XX005Ytxz9s2x for ; Sat, 21 Jul 2018 12:34:40 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=qbgngOkUh91gWX0ortWmtAsi90Skx8sAqqBxPAgXKi8=; b=qMhB026zMGqS28/0IW/bvvCcJf lEzvpza7Ieo8Vgkfq8gE1wVki3hJg1N2iD+6bbXHTvwTg7/f5gTCVpH15vAjqb2+E0iZw0TZVmv4Z FCc5AfHFAvWoAk2iNNITnz+G92Iv/Q8f2nznZmDfMAjtRmFo46HJ44W7CKFpIa8TcBd/ZkxiZraIW YRdqtu4baXXd4+VdUil16rIu6fXkTw3hR9lBzDsLaerRA+W74HFJBDN0GiIKuMetbXFP0m1SQGd1C +m57iI2Q49UGEiRnRHAzRDgI4Myr2zHY49zfeXAm+qpZ9ZX3Eio+7PzT+XOgdYel+R5EzSsoYzokh 2jufro0w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fghj9-0005fx-Oq; Sat, 21 Jul 2018 02:34:35 +0000 Received: from mail-pg1-f195.google.com ([209.85.215.195]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fghj6-0005fA-Ew for linux-arm-kernel@lists.infradead.org; Sat, 21 Jul 2018 02:34:33 +0000 Received: by mail-pg1-f195.google.com with SMTP id x5-v6so8259852pgp.7 for ; Fri, 20 Jul 2018 19:34:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:rom; bh=gfl1LrtejLESMcMdfd60Rg1rJ2nY6k2KDnxMmitkrRg=; b=ZyEt6cdTbMwVhKxo2u5TQCmkGXBAwxIE33igjRF1gyDW5wVuighhKQfjXKZPG+vHAR PXMtJw1pUISFnQ3Kaar7ehvS4pnL0KvuwNyWVPLnUOuLu/qAe7wAdvz7AHXM/LFIVfD2 9O2re62UxJ6thPaHRAawx2at88fcpxPpZj354+QURC+8YH2EYx442uUHiiwPQhoyxU9Z IPVrPAjnOXFFUeeE71lKbNs84mdNi+7DSz96eYuxyIN0Y6R5QwgyAHthciZ/+mPrsEvb MjcOt7uI1v9fp1L7KIpuRoeDn17mc16wSYagGXG8Lfk+PpZV9VmwpkefJLMNck37oN3h 7s5Q== X-Gm-Message-State: AOUpUlElik0DpW+uteb7UTxDG+breoVPGf1Ez8t5XVcX66EnC3xDk/PS vt4hbQYM5B1kDHHydS3Ryp9Cug== X-Google-Smtp-Source: AAOMgpfAWjLHzbpOgpHS4ryuXI7g1Ns54QJnpGLmhv6mkXu53zIi8aHgequ5FfsQe3Pe5lDAn8Wtww== X-Received: by 2002:a62:d75b:: with SMTP id v27-v6mr4445504pfl.79.1532140459315; Fri, 20 Jul 2018 19:34:19 -0700 (PDT) Received: from localhost.localdomain (61-216-91-114.HINET-IP.hinet.net. [61.216.91.114]) by smtp.gmail.com with ESMTPSA id w72-v6sm10100210pfa.26.2018.07.20.19.34.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 20 Jul 2018 19:34:17 -0700 (PDT) From: Shawn Guo To: arm@kernel.org Subject: [GIT PULL 3/6] i.MX DT updates with clock dependency for 4.19 Date: Sat, 21 Jul 2018 10:32:21 +0800 Message-Id: <1532140344-2771-3-git-send-email-shawnguo@kernel.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1532140344-2771-1-git-send-email-shawnguo@kernel.org> References: <1532140344-2771-1-git-send-email-shawnguo@kernel.org> rom: Shawn Guo X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180720_193432_497585_6CA46837 X-CRM114-Status: GOOD ( 13.01 ) X-Spam-Score: 0.2 (/) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (0.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [209.85.215.195 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.85.215.195 listed in wl.mailspike.net] -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fabio Estevam , Stephen Boyd , linux-imx@nxp.com, kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi, This pull request contains a DT patch that depends on clock changes, which has been pulled into here as dependency. Stephen confirmed that the clock topic branch being merged here is for 4.19 and will be stable. So please consider to pull the request for 4.19. Thanks. Shawn The following changes since commit 4a2eaa8e2567297d4dc6e2709841a874927c83aa: clk: imx6ul: remove clks_init_on array (2018-06-29 11:43:56 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt-clkdep-4.19 for you to fetch changes up to bc36b2aac4f5e4accfe642bb51293f3d318312eb: ARM: dts: imx6ul: add GPIO clocks (2018-07-12 08:57:33 +0800) ---------------------------------------------------------------- i.MX device tree changes with clock dependency: - Add clock for i.MX6UL GPIO blocks ---------------------------------------------------------------- Anson Huang (1): ARM: dts: imx6ul: add GPIO clocks arch/arm/boot/dts/imx6ul.dtsi | 5 +++++ 1 file changed, 5 insertions(+) From patchwork Sat Jul 21 02:37:49 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 947270 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="geEsajoS"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41XX516LgNz9s1x for ; Sat, 21 Jul 2018 12:39:01 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=iQN53ruIOuIXw5uEedDc3E0YbQdzDPdOyUpetAu6sR8=; b=geEsajoSrx1zIZ NGNe7OmoUoAyUhxaEKAU0PKg1g3x6/sZumgv5s0uquIR6ip5Xp7cvYDQH5u/ex+7PL5whao0CBIWB 0+lZI/4/9t0YFgYl4Dl37PWPnD9BZPJPpQsiVJiBkM6dks9ILdrQlUaMagFOVeWrB21Vyr2LROFAa WcMBJayxm9cFdl3sdUTWd1bx9bpbHUKHLh2FmCLfLOOKOXqru5SqlB++1P8JdFjx3W58Awx29hxuP UZAYA8iO8GfmtzvRv/gTJ8lrCSgMkiVgw/oYt98jtam5TXEzeQrow4YSgu9hBH2i87Qj9+IqKsoEn DdISc12myhQVmmL1HU/A==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fghnP-0007fJ-8H; Sat, 21 Jul 2018 02:38:59 +0000 Received: from mail-pg1-f178.google.com ([209.85.215.178]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fghnD-0007bj-NF for linux-arm-kernel@lists.infradead.org; Sat, 21 Jul 2018 02:38:55 +0000 Received: by mail-pg1-f178.google.com with SMTP id x5-v6so8264762pgp.7 for ; Fri, 20 Jul 2018 19:38:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:rom:mime-version:content-transfer-encoding; bh=ilSHSDyaG/wcE9JbOWSGli7emoncNxcElmDHzd0IdO4=; b=pC+r/H/O6YjyL50TbHCjLtQ+RoM0FTKXukQQ4kRH8evaKdY2rIlhqIoUr+TYEfmZGD rRQnBzMUmGuVJOk8emjE9kXYyksBWaFlIlLpODOgeva81dxcp/MPjmHVFT6rVqrqrlNc hrF1Id6TH1bYON03VZ0e3x61MIMLqr7qqU1Yr7sWHh4sXuTzauKCaPBCoX7SKyICf6Rr 83xoIBgA7ByTZnqghdIIjOVdKsrXT8Ijz7EOa+fr+ePwGeC9BMv3NidvRf3pdN4gWGQz cEuLNRbGod1g1C0MnWkuR+J8lQBgEDw2zxhJjBUU9v7YocuFIzWvZpiUDbN3qvYhF5qb DA4A== X-Gm-Message-State: AOUpUlEOOV4WvuVDmoTeMSxTpYmj1GKdBqoTKq0a28X39mHfmfsGjjuC JMj4d+OejxUWU/Cow17TR1+/zU9Xx/bgCQ== X-Google-Smtp-Source: AAOMgpfgNExRpY2HDjL2GmUhs4zRAue9b5J2GTt+Sdci8dbVSCVWh+BVWD6LwFA7pp05mlgXMG7a/Q== X-Received: by 2002:a65:6104:: with SMTP id z4-v6mr4166440pgu.361.1532140716640; Fri, 20 Jul 2018 19:38:36 -0700 (PDT) Received: from localhost.localdomain (61-216-91-114.HINET-IP.hinet.net. [61.216.91.114]) by smtp.gmail.com with ESMTPSA id e16-v6sm3866865pfn.46.2018.07.20.19.38.32 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 20 Jul 2018 19:38:35 -0700 (PDT) From: Shawn Guo To: arm@kernel.org Subject: [GIT PULL 4/6] i.MX device tree updates for 4.19 Date: Sat, 21 Jul 2018 10:37:49 +0800 Message-Id: <1532140671-2869-1-git-send-email-shawnguo@kernel.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1532140344-2771-1-git-send-email-shawnguo@kernel.org> References: <1532140344-2771-1-git-send-email-shawnguo@kernel.org> rom: Shawn Guo MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180720_193847_849713_2F7D2A74 X-CRM114-Status: GOOD ( 22.80 ) X-Spam-Score: 0.2 (/) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (0.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [209.85.215.178 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.85.215.178 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fabio Estevam , linux-imx@nxp.com, kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40: Linux 4.18-rc1 (2018-06-17 08:04:49 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt-4.19 for you to fetch changes up to 33a8d5a595dd0f9b7f801c1cddb26dc05bc33a73: ARM: dts: imx7d: remove "operating-points" property for cpu1 (2018-07-21 09:09:58 +0800) ---------------------------------------------------------------- i.MX device tree update for 4.19: - Add device tree support for i.MX6SLL SoC. - New board support: ConnectCore 6UL System-On-Module and SBC Express; ZII SCU2 Mezz, SCU3 ESB, SSMB SPU3 and CFU1 board; i.MX6SLL EVK board; Engicam i.CoreM6 1.5 Quad/Dual MIPI; LogicPD MX31Lite board; i.MX53 HSC/DDC boards from K+P. - Remove fake regulator bus container node and enable USB OTG support for i.MX6 wandboard and riotboard. - Populate RAVE SP EEPROM, backlight, power button and watchdog devices for ZII boards. - Add cooling-cells for cpufreq cooling device, and add OPP properties for all CPUs. - A series from Anson Huang to enable LCD panel and backlight support for imx6sll-evk board. - Make pfuze100 sw4 regulator always-on for for a few Freescale/NXP development boards, because the regulator is critical there and cannot be turned off. - Add more device support for i.MX5: AIPSTZ, SAHARA Crypto, M4IF, Tigerp, PMU, CodaHx4 VPU. - Enable PMU secure-reg-access for imx51-babbage, imx51-zii-rdu1 and imx53-ppd board. - Switch more device tree license to use SPDX identifier. - Switch to use OF graph to describe the display for imx7d-nitrogen7. - Add chosen/stdout-path for more boards, so that earlycon can be enabled more easily on kernel cmdline. - Convert GPC to new device tree bindings and add Vivante gpu nodes for i.MX6SL SoC. - Add more device support for imx6dl-mamoj board: parallel display, WiFi and USB. - A series from Stefan Agner to update i.MX6 apalis/colibri boards on various aspects: SD/MMC card detection, regulators, etc. ---------------------------------------------------------------- Alex Gonzalez (2): ARM: dts: imx6ul: Add DTS for ConnectCore 6UL System-On-Module (SOM) ARM: dts: imx6ul: Add DTS for ConnectCore 6UL SBC Express Alexander Kurz (6): ARM: dts: imx6qdl-wandboard: remove regulators bus node ARM: dts: imx6dl-riotboard: remove regulators bus node ARM: dts: imx6qdl-wandboard: enable USB OTG ARM: dts: imx6dl-riotboard: fix OTG regulator polarity ARM: dts: imx50: fix KPP pin definition typos ARM: dts: imx50: remove non-existent USB instances Andrey Smirnov (13): ARM: dts: imx51-zii-rdu1: Make sure SD1_WP is low ARM: dts: imx51-zii-rdu1: Populate RAVE SP EEPROM nodes ARM: dts: imx6qdl-zii-rdu2: Populate RAVE SP EEPROM nodes ARM: dts: imx6qdl-zii-rdu2: Populate RAVE SP backlight node ARM: dts: imx6qdl-zii-rdu2: Populate RAVE SP power button node ARM: dts: imx51-babbage: Make use of pinctrl_usbh1reg ARM: dts: imx: Add ZII SCU2 Mezz board ARM: dts: imx: Add ZII SCU3 ESB ARM: dts: imx51-zii-scu3-esb: Add switch IRQ line pinumx config ARM: dts: imx51-zii-scu3-esb: Fix RAVE SP watchdog compatible string ARM: dts: vf610: Add ZII SSMB SPU3 board ARM: dts: vf610: Add ZII CFU1 board ARM: dts: vf610-zii-ssmb-spu3: Fix W=1 level warnings Anson Huang (13): ARM: dts: imx: add cooling-cells for cpufreq cooling device ARM: dts: imx6sll: declare src module to be compatible to imx51's src ARM: dts: imx6sll-evk: enable usdhc3 slot ARM: dts: imx6: correct anatop regulators range ARM: dts: imx6sx: add ocram_s support ARM: dts: imx6sll-evk: enable PWM1 for backlight driver ARM: dts: imx6sll-evk: correct lcd regulator GPIO pin ARM: dts: imx6sll-evk: enable SEIKO 43WVF1G lcdif panel ARM: dts: imx6sl-evk: add missing GPIO iomux setting ARM: dts: imx6qdl-sabresd: make pfuze100 sw4 always on ARM: dts: imx6sx-sdb-reva: make pfuze100 sw4 always on ARM: dts: imx6sll-evk: make pfuze100 sw4 always on ARM: dts: imx7d: remove "operating-points" property for cpu1 Bai Ping (2): ARM: dts: imx: Add basic dtsi file for imx6sll ARM: dts: imx: Add basic dts support for imx6sll EVK board Daniel Mack (1): ARM: dts: imx6: make edt-ft5x06 a wakeup source for imx6 boards Emmanuel Vadot (1): ARM: dts: imx6: RIoTboard Add chosen stdout-path property Fabio Estevam (18): ARM: dts: imx51: Add aipstz nodes ARM: dts: imx51: Add sahara crypto support ARM: dts: imx6ull: Switch to SPDX identifier ARM: dts: imx53-qsb: Let the codec control MCLK pinctrl ARM: dts: imx6sll: Fix the SPDX notation for header file ARM: dts: imx51: Fix USB PHY duplicate unit-address ARM: dts: imx: Remove optional 'fsl,sec-era' property dt-bindings: freescale: Add bindings for the M4IF module ARM: dts: imx51: Add M4IF support dt-bindings: freescale: Add bindings for the tigerp module ARM: dts: imx51: Add PMU support ARM: dts: imx51: Add tigerp support ARM: dts: imx53: Add tigerp support ARM: dts: imx53: Add a label for the PMU node ARM: dts: imx51-zii-rdu1: Disable internal watchdog ARM: dts: imx51-babbage: Enable secure-reg-access ARM: dts: imx51-zii-rdu1: Enable secure-reg-access ARM: dts: imx6ul-pico-hobbit: Do not hardcode the memory size Gary Bisson (3): ARM: dts: imx: Switch Boundary Devices boards to SPDX identifier ARM: dts: imx7d-nitrogen7: use OF graph to describe the display ARM: dts: imx6sx-nitrogen6sx: remove obsolete display configuration Jagan Teki (5): ARM: dts: imx6dl: Add Engicam i.CoreM6 1.5 Quad/Dual MIPI starter kit support ARM: dts: imx6q-icore-mipi: Add OV5640 Camera sensor ARM: dts: imx6qdl-icore: Fix wrong reg_2p5 regulator node name ARM: dts: imx6dl-mamoj: Add parallel display support ARM: dts: imx6dl-mamoj: Add Wifi support Leonard Crestez (6): ARM: dts: imx6qdl-sabreauto: Add sensors ARM: dts: imx7d-sdb: Remove duplicate regulator-can2-3v3 ARM: dts: imx7d-sdb: Restore pwm backlight support ARM: dts: imx: Add missing chosen/stdout-path ARM: dts: imx6sl: Convert gpc to new bindings ARM: dts: imx6sl: Add vivante gpu nodes Lucas Stach (1): ARM: dts: imx6: RDU2: correct touchscreen axis inversion Lukasz Majewski (1): ARM: dts: imx53: Add support for imx53 HSC/DDC boards from K+P Michael Trimarchi (1): ARM: dts: imx6dl-mamoj: Add usb host and device support Nick Dyer (1): ARM: dts: imx51-zii-rdu1: correct touchscreen axis inversion Nikita Yushchenko (1): ARM: dts: imx51-zii-rdu1: add rave-sp subdevices Philipp Zabel (1): ARM: dts: imx51: add CodaHx4 VPU Robin Gong (1): ARM: dts: imx6sl-evk: make pfuze100 sw4 always on Sebastian Reichel (3): ARM: dts: imx53-ppd: Add fixed-regulator information ARM: dts: imx53-ppd: Rename usbphy nodes ARM: dts: imx53-ppd: Enable secure-reg-access Stefan Agner (11): ARM: dts: imx6qdl-colibri: mux SD/MMC card detect explicitly ARM: dts: imx6qdl-colibri: move card detect to module device tree ARM: dts: imx6qdl-colibri: use pull-down on wake-up pin ARM: dts: imx6q-apalis: add chosen node ARM: dts: imx6q-apalis-eval: add carrier board 3.3V supply ARM: dts: imx6qdl-apalis/-colibri: prevent 1.8V modes ARM: dts: imx6qdl-apalis/-colibri: disable read-only switch ARM: dts: imx6qdl-apalis/-colibri: remove 1.8V regulator ARM: dts: imx6qdl-apalis/-colibri: fix on-module regulators ARM: dts: imx6qdl-apalis/-colibri: assign VDDD to SGTL5000 ARM: dts: imx6qdl-apalis/-colibri: remove unused pinctrl groups Sébastien Szymanski (1): ARM: dts: imx6ull: add operating points Viresh Kumar (2): ARM: dts: ls1021a: Add missing cooling device properties for CPUs ARM: dts: imx: Add missing OPP properties for CPUs Vladimir Zapolskiy (2): ARM: dts: imx31: add device tree description of basic controllers ARM: dts: imx31: add LogicPD MX31Lite board description .../devicetree/bindings/arm/freescale/m4if.txt | 12 + .../devicetree/bindings/arm/freescale/tigerp.txt | 12 + Documentation/devicetree/bindings/arm/fsl.txt | 4 + arch/arm/boot/dts/Makefile | 17 +- arch/arm/boot/dts/imx31-lite.dts | 177 +++++ arch/arm/boot/dts/imx31.dtsi | 223 ++++++ arch/arm/boot/dts/imx50-evk.dts | 8 - arch/arm/boot/dts/imx50-pinfunc.h | 4 +- arch/arm/boot/dts/imx50.dtsi | 18 - arch/arm/boot/dts/imx51-babbage.dts | 29 +- .../boot/dts/imx51-eukrea-mbimxsd51-baseboard.dts | 21 +- arch/arm/boot/dts/imx51-zii-rdu1.dts | 75 +- arch/arm/boot/dts/imx51-zii-scu2-mezz.dts | 448 +++++++++++ arch/arm/boot/dts/imx51-zii-scu3-esb.dts | 467 +++++++++++ arch/arm/boot/dts/imx51.dtsi | 61 +- arch/arm/boot/dts/imx53-kp-ddc.dts | 146 ++++ arch/arm/boot/dts/imx53-kp-hsc.dts | 52 ++ arch/arm/boot/dts/imx53-kp.dtsi | 189 +++++ arch/arm/boot/dts/imx53-ppd.dts | 40 +- arch/arm/boot/dts/imx53-qsb-common.dtsi | 9 +- arch/arm/boot/dts/imx53.dtsi | 7 +- arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts | 3 - arch/arm/boot/dts/imx6dl-icore-mipi.dts | 25 + arch/arm/boot/dts/imx6dl-mamoj.dts | 265 +++++++ arch/arm/boot/dts/imx6dl-nit6xlite.dts | 38 +- arch/arm/boot/dts/imx6dl-nitrogen6x.dts | 38 +- arch/arm/boot/dts/imx6dl-riotboard.dts | 54 +- arch/arm/boot/dts/imx6dl.dtsi | 24 + arch/arm/boot/dts/imx6q-apalis-eval.dts | 16 + arch/arm/boot/dts/imx6q-apalis-ixora-v1.1.dts | 4 + arch/arm/boot/dts/imx6q-apalis-ixora.dts | 4 + arch/arm/boot/dts/imx6q-cm-fx6.dts | 66 ++ arch/arm/boot/dts/imx6q-icore-mipi.dts | 8 + arch/arm/boot/dts/imx6q-nitrogen6_max.dts | 38 +- arch/arm/boot/dts/imx6q-nitrogen6_som2.dts | 38 +- arch/arm/boot/dts/imx6q-nitrogen6x.dts | 38 +- arch/arm/boot/dts/imx6q-var-dt6customboard.dts | 1 + arch/arm/boot/dts/imx6q.dtsi | 88 ++- arch/arm/boot/dts/imx6qdl-apalis.dtsi | 75 +- arch/arm/boot/dts/imx6qdl-colibri.dtsi | 78 +- arch/arm/boot/dts/imx6qdl-icore.dtsi | 49 +- arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi | 39 +- arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi | 39 +- arch/arm/boot/dts/imx6qdl-nitrogen6_som2.dtsi | 39 +- arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi | 39 +- arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | 25 + arch/arm/boot/dts/imx6qdl-sabresd.dtsi | 1 + arch/arm/boot/dts/imx6qdl-wandboard.dtsi | 59 +- arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | 30 +- arch/arm/boot/dts/imx6qdl.dtsi | 1 - arch/arm/boot/dts/imx6qp-nitrogen6_max.dts | 39 +- arch/arm/boot/dts/imx6qp-nitrogen6_som2.dts | 39 +- arch/arm/boot/dts/imx6sl-evk.dts | 13 + arch/arm/boot/dts/imx6sl.dtsi | 64 +- arch/arm/boot/dts/imx6sll-evk.dts | 463 +++++++++++ arch/arm/boot/dts/imx6sll-pinfunc.h | 880 +++++++++++++++++++++ arch/arm/boot/dts/imx6sll.dtsi | 780 ++++++++++++++++++ arch/arm/boot/dts/imx6sx-nitrogen6sx.dts | 109 +-- arch/arm/boot/dts/imx6sx-sdb-reva.dts | 1 + arch/arm/boot/dts/imx6sx.dtsi | 16 +- arch/arm/boot/dts/imx6ul-ccimx6ulsbcexpress.dts | 200 +++++ arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi | 201 +++++ arch/arm/boot/dts/imx6ul-pico-hobbit.dts | 3 +- arch/arm/boot/dts/imx6ul.dtsi | 1 + arch/arm/boot/dts/imx6ull-colibri-wifi.dtsi | 14 - arch/arm/boot/dts/imx6ull.dtsi | 62 +- arch/arm/boot/dts/imx7d-nitrogen7.dts | 87 +- arch/arm/boot/dts/imx7d-sdb.dts | 33 +- arch/arm/boot/dts/imx7d.dtsi | 1 + arch/arm/boot/dts/imx7s.dtsi | 1 - arch/arm/boot/dts/ls1021a.dtsi | 1 + arch/arm/boot/dts/vf610-zii-cfu1.dts | 305 +++++++ arch/arm/boot/dts/vf610-zii-ssmb-spu3.dts | 341 ++++++++ 73 files changed, 5967 insertions(+), 928 deletions(-) create mode 100644 Documentation/devicetree/bindings/arm/freescale/m4if.txt create mode 100644 Documentation/devicetree/bindings/arm/freescale/tigerp.txt create mode 100644 arch/arm/boot/dts/imx31-lite.dts create mode 100644 arch/arm/boot/dts/imx51-zii-scu2-mezz.dts create mode 100644 arch/arm/boot/dts/imx51-zii-scu3-esb.dts create mode 100644 arch/arm/boot/dts/imx53-kp-ddc.dts create mode 100644 arch/arm/boot/dts/imx53-kp-hsc.dts create mode 100644 arch/arm/boot/dts/imx53-kp.dtsi create mode 100644 arch/arm/boot/dts/imx6dl-icore-mipi.dts create mode 100644 arch/arm/boot/dts/imx6sll-evk.dts create mode 100644 arch/arm/boot/dts/imx6sll-pinfunc.h create mode 100644 arch/arm/boot/dts/imx6sll.dtsi create mode 100644 arch/arm/boot/dts/imx6ul-ccimx6ulsbcexpress.dts create mode 100644 arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi create mode 100644 arch/arm/boot/dts/vf610-zii-cfu1.dts create mode 100644 arch/arm/boot/dts/vf610-zii-ssmb-spu3.dts From patchwork Sat Jul 21 02:37:50 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 947271 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="HsSIKTdn"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41XX5M2fwYz9s1x for ; Sat, 21 Jul 2018 12:39:19 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=YoywD/EzZdQ295q4rWom3tWboXpgux2SnR1IMYiYf3g=; b=HsSIKTdnAzHSh8SagT90Ykx/5a lZ0K9lzeIqP6JIOuaTSwaRhVSm3DaczzY0ye8W4gR41zt9WLS8lqv+VB7/kMXxvtA3y1SjLVpjmdc 5ltsi/TfGnmh8iwAyBLEWcUWp1eRWT3WeqghPxG+uRCal/rdLNzLF5h87FaMLOsp2wPd3p9NE00id FBdS2g5B79yELxQxy5UYweXpzBnXhsaYNeHK4B+gyw2PbpfCAGufkq1ZRPC1WXgUATv5Jp3Rn3N27 gKUYBflqP8PXj5TYDuLzpcRhTB5qUrKXQ/7gIwR2+5V55268/NJG0hTDp1KI3eo252a0dWM8Y+HpC IEfzxWsA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fghng-0007v6-Kq; Sat, 21 Jul 2018 02:39:16 +0000 Received: from mail-pg1-f194.google.com ([209.85.215.194]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fghnG-0007cB-IS for linux-arm-kernel@lists.infradead.org; Sat, 21 Jul 2018 02:38:57 +0000 Received: by mail-pg1-f194.google.com with SMTP id n7-v6so8267300pgq.4 for ; Fri, 20 Jul 2018 19:38:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:rom; bh=A8hxXYTdAOUQvaF9Mc2H50K2Haa5b9G342uZs3Odyj8=; b=iaFIRw1kPn1lJv6R/C3Aac3Hy9FpWmSOtZmUmhGbgTDE1KfIuQhAfhuLCXnZlCAS9y 0fKNvznf/K2j9imKFOoXHmWMBnLnkBYl1tf3S7gAje9mpPcjUhnqqFRgV1RB+2j6j/XK J3Gg9H3YZNMWZlzrkaETo3QaVD+Smy9xhsxz8v4Svn33Pb0O4NJcQwCXqualToee9FpM lpiMgLgp8v5bzvCeD2uE//r96UE3vI5RVQ8O42WJR2X+xMA+/5NSatU6W0EZ4n88MwvH UUPXls1Tc1/+t6T3S7b0wiIMT34DWi8803nSyxLOVkCDmCWIGx5njWEEMtKIHIjVecWx fkZw== X-Gm-Message-State: AOUpUlExj+wPnDOrYy487QcwfyOrXoTh66KzXMw7PJz1joRs3Rbrod95 4EZS6YV2XAqpHk7eY+ZoEIBR0g== X-Google-Smtp-Source: AAOMgpfLrCJirOH9E6GFVZEq1Bs2OMTlNEvfrUnAYvHo/h/gGNnIAMqxESsIIsLsWFkCxS057iwMIA== X-Received: by 2002:a63:6d8b:: with SMTP id i133-v6mr4230959pgc.215.1532140719915; Fri, 20 Jul 2018 19:38:39 -0700 (PDT) Received: from localhost.localdomain (61-216-91-114.HINET-IP.hinet.net. [61.216.91.114]) by smtp.gmail.com with ESMTPSA id e16-v6sm3866865pfn.46.2018.07.20.19.38.36 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 20 Jul 2018 19:38:38 -0700 (PDT) From: Shawn Guo To: arm@kernel.org Subject: [GIT PULL 5/6] Freescale arm64 device tree updates for 4.19 Date: Sat, 21 Jul 2018 10:37:50 +0800 Message-Id: <1532140671-2869-2-git-send-email-shawnguo@kernel.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1532140671-2869-1-git-send-email-shawnguo@kernel.org> References: <1532140344-2771-1-git-send-email-shawnguo@kernel.org> <1532140671-2869-1-git-send-email-shawnguo@kernel.org> rom: Shawn Guo X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180720_193850_694586_9D1B303A X-CRM114-Status: GOOD ( 12.79 ) X-Spam-Score: 0.2 (/) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (0.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [209.85.215.194 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.85.215.194 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fabio Estevam , linux-imx@nxp.com, kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40: Linux 4.18-rc1 (2018-06-17 08:04:49 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-4.19 for you to fetch changes up to 346f5976cc3200896d5fb873412a4fe9c0fc611e: arm64: dts: freescale: Add missing cooling device properties for CPUs (2018-07-03 15:01:09 +0800) ---------------------------------------------------------------- Freescale arm64 device tree update for 4.19: - Update device tree sources to use SPDX identifiers for license. - Add cooling device property '#cooling-cells' for all CPUs of a cluster. ---------------------------------------------------------------- Li Yang (1): arm64: dts: freescale: Update to use SPDX identifiers Viresh Kumar (1): arm64: dts: freescale: Add missing cooling device properties for CPUs arch/arm64/boot/dts/freescale/fsl-ls1012a-frdm.dts | 38 +------------------ arch/arm64/boot/dts/freescale/fsl-ls1012a-qds.dts | 38 +------------------ arch/arm64/boot/dts/freescale/fsl-ls1012a-rdb.dts | 38 +------------------ arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi | 38 +------------------ arch/arm64/boot/dts/freescale/fsl-ls1043-post.dtsi | 3 +- arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts | 39 +------------------ arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts | 39 +------------------ arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 44 +++------------------- arch/arm64/boot/dts/freescale/fsl-ls1046-post.dtsi | 2 +- arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dts | 39 +------------------ arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts | 39 +------------------ arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 42 ++------------------- arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts | 38 +------------------ arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts | 38 +------------------ arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi | 44 ++++------------------ arch/arm64/boot/dts/freescale/fsl-ls2080a-qds.dts | 38 +------------------ arch/arm64/boot/dts/freescale/fsl-ls2080a-rdb.dts | 38 +------------------ arch/arm64/boot/dts/freescale/fsl-ls2080a-simu.dts | 38 +------------------ arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi | 42 +++------------------ arch/arm64/boot/dts/freescale/fsl-ls2088a-qds.dts | 38 +------------------ arch/arm64/boot/dts/freescale/fsl-ls2088a-rdb.dts | 38 +------------------ arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi | 42 +++------------------ arch/arm64/boot/dts/freescale/fsl-ls208xa-qds.dtsi | 38 +------------------ arch/arm64/boot/dts/freescale/fsl-ls208xa-rdb.dtsi | 38 +------------------ arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi | 38 +------------------ .../boot/dts/freescale/qoriq-bman-portals.dtsi | 2 +- .../boot/dts/freescale/qoriq-fman3-0-10g-0.dtsi | 2 +- .../boot/dts/freescale/qoriq-fman3-0-10g-1.dtsi | 2 +- .../boot/dts/freescale/qoriq-fman3-0-1g-0.dtsi | 2 +- .../boot/dts/freescale/qoriq-fman3-0-1g-1.dtsi | 2 +- .../boot/dts/freescale/qoriq-fman3-0-1g-2.dtsi | 2 +- .../boot/dts/freescale/qoriq-fman3-0-1g-3.dtsi | 2 +- .../boot/dts/freescale/qoriq-fman3-0-1g-4.dtsi | 2 +- .../boot/dts/freescale/qoriq-fman3-0-1g-5.dtsi | 2 +- arch/arm64/boot/dts/freescale/qoriq-fman3-0.dtsi | 2 +- .../boot/dts/freescale/qoriq-qman-portals.dtsi | 2 +- 36 files changed, 57 insertions(+), 872 deletions(-) From patchwork Sat Jul 21 02:37:51 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 947272 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="kG4/bQkE"; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=infradead.org header.i=@infradead.org header.b="d6fImTLT"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41XX5f6Xggz9s1x for ; Sat, 21 Jul 2018 12:39:34 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=qoMTYm2WW2EnbpNJFoFRAqtBjjjFCyAk/slVno11B4U=; b=kG4/bQkEPAIy2vqpJTiDEcnkfx JUt8apDpEsuC4i3B5hmoQlvdqqDjIdYlub82pXk/vIPjzfvrVcq+j+Yh6kc5VjoOpo+uOfpOiZrXT KhDR90J9azCMn8aRFFXgkEJh6h1H5wOXl6sbB7+jIZTHqsMOSmykIo64215rnaQoRNohnfSubfx+U MO5/V9TQopNooBdJ7l1wb765v118DxcWJZ9FQeBXE3q+Xn27FM8vN+MIXpMIfY/3x/sl09QsBanBD kcorJHx7PwoMLSV968jhTtibAtuNa70SGwkGWnE5NmpvjTNO9JF6SZRMLGyqC+QR4WAYl7Y5r9tGN DCltcoPA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fghns-00087L-FJ; Sat, 21 Jul 2018 02:39:28 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fghnO-0007fL-W4 for linux-arm-kernel@bombadil.infradead.org; Sat, 21 Jul 2018 02:38:59 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=References:In-Reply-To:Message-Id:Date: Subject:Cc:To:From:Sender:Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=FRLW/p+r+olYl7gsI++W2aonpkk6c0dbq+gmYTEDmwo=; b=d6fImTLTfIbIXJiJq5mWAT9cI YdUFsM7UJbyYq9ZX7kBNMchFoaKon2R+i/nGTqsTb7w4gQqN3L43QYpQn7bmxAzQzOjHbE0WLyJgM bdDJA9pCGvbi5nNbAcjOQfKHwBfBMqec4bWgbe2h6roLsD2yFvREYaHp853yirwrIZTHpz7LrycdD l7EmBGr5nxMi0QKjPqLMJ8VwVR7gkX1BS/ymfTY6JBjjxqhu6H4DUnfrBH2efxgX3XD4rs9lQynSi hCjD6NZvfj11XkGtHZX5MRvjQu3PJZw3Z2Wq8V9jI5+cMtM6P3udXffeMnXIWoGhp2feOjs2pGbX9 7mcKNcdYQ==; Received: from mail-pg1-f196.google.com ([209.85.215.196]) by casper.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fghnL-0001yB-O1 for linux-arm-kernel@lists.infradead.org; Sat, 21 Jul 2018 02:38:57 +0000 Received: by mail-pg1-f196.google.com with SMTP id e6-v6so8274428pgv.2 for ; Fri, 20 Jul 2018 19:38:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:rom; bh=FRLW/p+r+olYl7gsI++W2aonpkk6c0dbq+gmYTEDmwo=; b=TInTUvtMLFuOmOMcqSh9rmTi4Zvm6g/yEtkmX69rZM+qXU+fLb2azbUHLtIH4I34xt w9TfZasCv+QMASXFoRqSRKj/ux7FEsYQRKcYqwh/wSJfqT/10k54HqSEPVc9cu7tMhIp Dd3ihud9B3qIZTQQYwGOFZgdd9OGh/iziTCjTkyGOZo7XUgpOlVE1hQkH0d/zKL/q4xF 2EW7Un4O0lnC3/tRVjk6YdWdt4pJWVl+G4h237i/Wt5L8Lv2fYfe7ma5ZxQRhN0wWYr+ N9uUkajrM3W7AduWgOnuQiTx5dxoV9BfTmJOiQ6e23FvkYL0OTQFdg8dr0raSxVzgtqr DlBw== X-Gm-Message-State: AOUpUlHJHXVawPUkbVTm5lPpK7Vur9dEkZKpFsZ12SBNGFfHj86DgWR0 j7xK/EcnGzV221isJqs+IUoQJg== X-Google-Smtp-Source: AAOMgpf8Ixn8Da2tzwn2AgXNW8CmSPtXiK13Hp6VLTpFVOy2KurBDNhRIU91KBClrRB5I2dRFpy0Sw== X-Received: by 2002:a63:614d:: with SMTP id v74-v6mr4177921pgb.328.1532140723520; Fri, 20 Jul 2018 19:38:43 -0700 (PDT) Received: from localhost.localdomain (61-216-91-114.HINET-IP.hinet.net. [61.216.91.114]) by smtp.gmail.com with ESMTPSA id e16-v6sm3866865pfn.46.2018.07.20.19.38.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 20 Jul 2018 19:38:42 -0700 (PDT) From: Shawn Guo To: arm@kernel.org Subject: [GIT PULL 6/6] i.MX defconfig updates for 4.19 Date: Sat, 21 Jul 2018 10:37:51 +0800 Message-Id: <1532140671-2869-3-git-send-email-shawnguo@kernel.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1532140671-2869-1-git-send-email-shawnguo@kernel.org> References: <1532140344-2771-1-git-send-email-shawnguo@kernel.org> <1532140671-2869-1-git-send-email-shawnguo@kernel.org> rom: Shawn Guo X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180721_033855_796992_A1B9AFA5 X-CRM114-Status: GOOD ( 11.16 ) X-Spam-Score: 0.2 (/) X-Spam-Report: SpamAssassin version 3.4.1 on casper.infradead.org summary: Content analysis details: (0.2 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.85.215.196 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [209.85.215.196 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fabio Estevam , linux-imx@nxp.com, kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40: Linux 4.18-rc1 (2018-06-17 08:04:49 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-4.19 for you to fetch changes up to eaed0291c62f7b513ad9483b02efdccd4ae4e9fc: ARM: imx_v6_v7_defconfig: add DMATEST support (2018-07-21 09:58:21 +0800) ---------------------------------------------------------------- i.MX defconfig update for 4.19: - Enable ISL29018 sensor and MMA8452 accelerometer driver support for imx6qdl-sabreauto board. - Enable DMATEST support which is useful for DMA driver development testing. - Use the DRM driver for MXSFB LCD controller found on i.MX23, i.MX28, i.MX6SX and i.MX7 SoCs. ---------------------------------------------------------------- Leonard Crestez (1): ARM: imx_v6_v7_defconfig: Enable imx6qdl-sabreauto sensors Robin Gong (1): ARM: imx_v6_v7_defconfig: add DMATEST support Stefan Agner (2): ARM: mxs_defconfig: use MXSFB DRM driver ARM: imx_v6_v7_defconfig: use MXSFB DRM driver arch/arm/configs/imx_v6_v7_defconfig | 8 +++++--- arch/arm/configs/mxs_defconfig | 5 +++-- 2 files changed, 8 insertions(+), 5 deletions(-)