From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.5 required=3.0 tests=DATE_IN_PAST_06_12, DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI, SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 74B5FC04AB4 for ; Sun, 12 May 2019 17:06:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 46F6D2173B for ; Sun, 12 May 2019 17:06:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557680769; bh=HJ4Nz4QDJVMZVMlbWigp8sZVqeUNyUAymIfvJkhfYhg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=By+XmXPiQLoEbyeU85XVZ6sy9ss27YJMDBFqVvWX5JYQW3La009eiY9w5jrfSGyhR CfRyY764nCxWngiLEzKOScUbXsmgXzxusimOiErA9OXlSKTnk3LuX200+3RzerbjTQ /hiEr1W9CPJb3lzXWQt85aMOPEWhfXh7FSECvWOI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727019AbfELRGI (ORCPT ); Sun, 12 May 2019 13:06:08 -0400 Received: from heliosphere.sirena.org.uk ([172.104.155.198]:49688 "EHLO heliosphere.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727018AbfELRFw (ORCPT ); Sun, 12 May 2019 13:05:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sirena.org.uk; s=20170815-heliosphere; h=In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: 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=HJ4Nz4QDJVMZVMlbWigp8sZVqeUNyUAymIfvJkhfYhg=; b=MeeeXWmIcL9hI62OLLfsjDsEv OhzhqSKfb9f8zaPhhToTB2o/4drYBReJW7ae1+HhKD08qSzQ2gXPbRX59ry13KVVU795DY3pwncQs N2u3P8qtI6yH0j8GM4HYNAHw7vZqiJpnxUqgYE7gHCgDUkMS5PK2EYsq0J2/gWtYZ7Lmg=; Received: from [81.145.206.43] (helo=finisterre.sirena.org.uk) by heliosphere.sirena.org.uk with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hPrut-00044R-N7; Sun, 12 May 2019 17:05:39 +0000 Received: by finisterre.sirena.org.uk (Postfix, from userid 1000) id EF71E44006A; Sun, 12 May 2019 10:17:22 +0100 (BST) Date: Sun, 12 May 2019 18:17:22 +0900 From: Mark Brown To: Robin Gong Cc: "robh@kernel.org" , "shawnguo@kernel.org" , "s.hauer@pengutronix.de" , "festevam@gmail.com" , "mark.rutland@arm.com" , "u.kleine-koenig@pengutronix.de" , "plyatov@gmail.com" , "vkoul@kernel.org" , "dan.j.williams@intel.com" , "catalin.marinas@arm.com" , "will.deacon@arm.com" , "l.stach@pengutronix.de" , dl-linux-imx , "linux-spi@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "dmaengine@vger.kernel.org" , "devicetree@vger.kernel.org" , "kernel@pengutronix.de" Subject: Re: [PATCH v3 07/14] spi: imx: remove ERR009165 workaround on i.mx6ul Message-ID: <20190512091722.GQ21483@sirena.org.uk> References: <1557249513-4903-1-git-send-email-yibin.gong@nxp.com> <1557249513-4903-8-git-send-email-yibin.gong@nxp.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="cnBsrynPgIOyCJkL" Content-Disposition: inline In-Reply-To: <1557249513-4903-8-git-send-email-yibin.gong@nxp.com> X-Cookie: HOST SYSTEM RESPONDING, PROBABLY UP... User-Agent: Mutt/1.10.1 (2018-07-13) Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org --cnBsrynPgIOyCJkL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, May 07, 2019 at 09:16:19AM +0000, Robin Gong wrote: > ERR009165 fixed on i.mx6ul/6ull/6sll. All other i.mx6/7 and > i.mx8m/8mm still need this errata. Please refer to nxp official > errata document from https://www.nxp.com/ . Acked-by: Mark Brown --cnBsrynPgIOyCJkL Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAlzX5KIACgkQJNaLcl1U h9C8+gf+KmYRm2L5VEF3eL4ork1xvAFHJtXfOjV/B1DR0Gie2THR7U8Jq6RYoxM3 WiNuy0sL5QpNc6jpXplVGB0Zy2YS7FE5FEmNfcqk6WIqnN6oASqi6nUpe4J20w/2 SH0NVyn4dI3aQwMPtYVm283OZYYnTjK8TXvqUQ5pdONcY1ApcuBfqhw3A3yIySoW CNafHUttb19MMiZg4A7OoGrNf8J1Xu8GNEESpYyKc7tFXb3pKnNx18mRPw4R8VLP lKd5jBdm3TmuZskVn45y9hEr+R2T96Vr5v/SHpTaNmMzDhStNOFLuKHes888Pz/C jyuAQnZRpNhrLu0wDPl/cIXRmGh4iw== =ccm6 -----END PGP SIGNATURE----- --cnBsrynPgIOyCJkL-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH v3 07/14] spi: imx: remove ERR009165 workaround on i.mx6ul Date: Sun, 12 May 2019 18:17:22 +0900 Message-ID: <20190512091722.GQ21483@sirena.org.uk> References: <1557249513-4903-1-git-send-email-yibin.gong@nxp.com> <1557249513-4903-8-git-send-email-yibin.gong@nxp.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="cnBsrynPgIOyCJkL" Return-path: Content-Disposition: inline In-Reply-To: <1557249513-4903-8-git-send-email-yibin.gong@nxp.com> Sender: linux-kernel-owner@vger.kernel.org To: Robin Gong Cc: "robh@kernel.org" , "shawnguo@kernel.org" , "s.hauer@pengutronix.de" , "festevam@gmail.com" , "mark.rutland@arm.com" , "u.kleine-koenig@pengutronix.de" , "plyatov@gmail.com" , "vkoul@kernel.org" , "dan.j.williams@intel.com" , "catalin.marinas@arm.com" , "will.deacon@arm.com" , "l.stach@pengutronix.de" , dl-linux-imx , "linux-spi@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , linux-kernel@vger.kern List-Id: devicetree@vger.kernel.org --cnBsrynPgIOyCJkL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, May 07, 2019 at 09:16:19AM +0000, Robin Gong wrote: > ERR009165 fixed on i.mx6ul/6ull/6sll. All other i.mx6/7 and > i.mx8m/8mm still need this errata. Please refer to nxp official > errata document from https://www.nxp.com/ . Acked-by: Mark Brown --cnBsrynPgIOyCJkL Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAlzX5KIACgkQJNaLcl1U h9C8+gf+KmYRm2L5VEF3eL4ork1xvAFHJtXfOjV/B1DR0Gie2THR7U8Jq6RYoxM3 WiNuy0sL5QpNc6jpXplVGB0Zy2YS7FE5FEmNfcqk6WIqnN6oASqi6nUpe4J20w/2 SH0NVyn4dI3aQwMPtYVm283OZYYnTjK8TXvqUQ5pdONcY1ApcuBfqhw3A3yIySoW CNafHUttb19MMiZg4A7OoGrNf8J1Xu8GNEESpYyKc7tFXb3pKnNx18mRPw4R8VLP lKd5jBdm3TmuZskVn45y9hEr+R2T96Vr5v/SHpTaNmMzDhStNOFLuKHes888Pz/C jyuAQnZRpNhrLu0wDPl/cIXRmGh4iw== =ccm6 -----END PGP SIGNATURE----- --cnBsrynPgIOyCJkL-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.4 required=3.0 tests=DATE_IN_PAST_06_12, DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 56E3BC04A6B for ; Sun, 12 May 2019 17:06:23 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2953D2146F for ; Sun, 12 May 2019 17:06:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="c5rwR4X/"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=sirena.org.uk header.i=@sirena.org.uk header.b="MeeeXWmI" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2953D2146F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Content-Type:Cc: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=pA9B2bQrfavI4tEmq4xXg1Tomk2EO21d4TkWv9TgQXc=; b=c5rwR4X/u+3J3lguOCyTgCzmz RcgNKvBC7Wdl5Qr4uoCT65lxtcsNLFJ9WgBxFmsOgdQiNvliBTKxhlB1kv+zkPKiZfWnDFUA8KsER BYcHAw3yYBYYz7LDFwRlj8XGkT0igkA68WA8qlMTspIySGeH5mGzf7y2nSD6jp1nayXkMjAZOk+OP 40K+yRidbIsfSkX3hY+/ko3CRrLeDfxtYMeCpVLwXpdjZsc9XgRS9BUQSoAbrTErvBgwz9EBFhrp+ F1Tk/f/zN6P+lRueBJzOZt02Xs0D6ysLvJu5mf2BCCJcZ9un94HEr/cCRMBTztsAONa6/u3ieLaMD d8sLTJsuw==; 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 1hPrvU-0000ix-Fn; Sun, 12 May 2019 17:06:16 +0000 Received: from heliosphere.sirena.org.uk ([2a01:7e01::f03c:91ff:fed4:a3b6]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hPrv2-0008Ps-Dl for linux-arm-kernel@lists.infradead.org; Sun, 12 May 2019 17:05:50 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sirena.org.uk; s=20170815-heliosphere; h=In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: 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=HJ4Nz4QDJVMZVMlbWigp8sZVqeUNyUAymIfvJkhfYhg=; b=MeeeXWmIcL9hI62OLLfsjDsEv OhzhqSKfb9f8zaPhhToTB2o/4drYBReJW7ae1+HhKD08qSzQ2gXPbRX59ry13KVVU795DY3pwncQs N2u3P8qtI6yH0j8GM4HYNAHw7vZqiJpnxUqgYE7gHCgDUkMS5PK2EYsq0J2/gWtYZ7Lmg=; Received: from [81.145.206.43] (helo=finisterre.sirena.org.uk) by heliosphere.sirena.org.uk with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hPrut-00044R-N7; Sun, 12 May 2019 17:05:39 +0000 Received: by finisterre.sirena.org.uk (Postfix, from userid 1000) id EF71E44006A; Sun, 12 May 2019 10:17:22 +0100 (BST) Date: Sun, 12 May 2019 18:17:22 +0900 From: Mark Brown To: Robin Gong Subject: Re: [PATCH v3 07/14] spi: imx: remove ERR009165 workaround on i.mx6ul Message-ID: <20190512091722.GQ21483@sirena.org.uk> References: <1557249513-4903-1-git-send-email-yibin.gong@nxp.com> <1557249513-4903-8-git-send-email-yibin.gong@nxp.com> MIME-Version: 1.0 In-Reply-To: <1557249513-4903-8-git-send-email-yibin.gong@nxp.com> X-Cookie: HOST SYSTEM RESPONDING, PROBABLY UP... User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190512_100548_610510_50E70316 X-CRM114-Status: UNSURE ( 8.40 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "mark.rutland@arm.com" , "robh@kernel.org" , "catalin.marinas@arm.com" , "devicetree@vger.kernel.org" , "festevam@gmail.com" , "s.hauer@pengutronix.de" , "plyatov@gmail.com" , "will.deacon@arm.com" , "linux-kernel@vger.kernel.org" , "linux-spi@vger.kernel.org" , "vkoul@kernel.org" , dl-linux-imx , "kernel@pengutronix.de" , "u.kleine-koenig@pengutronix.de" , "dmaengine@vger.kernel.org" , "dan.j.williams@intel.com" , "shawnguo@kernel.org" , "linux-arm-kernel@lists.infradead.org" , "l.stach@pengutronix.de" Content-Type: multipart/mixed; boundary="===============2339106274157270644==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============2339106274157270644== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="cnBsrynPgIOyCJkL" Content-Disposition: inline --cnBsrynPgIOyCJkL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, May 07, 2019 at 09:16:19AM +0000, Robin Gong wrote: > ERR009165 fixed on i.mx6ul/6ull/6sll. All other i.mx6/7 and > i.mx8m/8mm still need this errata. Please refer to nxp official > errata document from https://www.nxp.com/ . Acked-by: Mark Brown --cnBsrynPgIOyCJkL Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAlzX5KIACgkQJNaLcl1U h9C8+gf+KmYRm2L5VEF3eL4ork1xvAFHJtXfOjV/B1DR0Gie2THR7U8Jq6RYoxM3 WiNuy0sL5QpNc6jpXplVGB0Zy2YS7FE5FEmNfcqk6WIqnN6oASqi6nUpe4J20w/2 SH0NVyn4dI3aQwMPtYVm283OZYYnTjK8TXvqUQ5pdONcY1ApcuBfqhw3A3yIySoW CNafHUttb19MMiZg4A7OoGrNf8J1Xu8GNEESpYyKc7tFXb3pKnNx18mRPw4R8VLP lKd5jBdm3TmuZskVn45y9hEr+R2T96Vr5v/SHpTaNmMzDhStNOFLuKHes888Pz/C jyuAQnZRpNhrLu0wDPl/cIXRmGh4iw== =ccm6 -----END PGP SIGNATURE----- --cnBsrynPgIOyCJkL-- --===============2339106274157270644== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============2339106274157270644==--