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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,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 7CFD5C04AAF for ; Tue, 21 May 2019 04:16:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 51E1520862 for ; Tue, 21 May 2019 04:16:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558412192; bh=pmk5CqkD6sqT/pibTXOuA932xXqreDHa6zo1d/maJQ8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=J8vGJU0As40PVGVgQvP8yB6c/r644feR1yRnNBrSvlsrFLtHZ903NoCa241VfR4je YMebOWSQ34CGquKlJDvUwGNRHsjxNwh1CUyy10RT+TeypPdRcbYmk63uB5LcAtMT1Y 7NGFSu2W6l4lKcKSlkJBqsYaRofcklSt8p3SscCI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725972AbfEUEQb (ORCPT ); Tue, 21 May 2019 00:16:31 -0400 Received: from mail.kernel.org ([198.145.29.99]:38752 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725765AbfEUEQb (ORCPT ); Tue, 21 May 2019 00:16:31 -0400 Received: from localhost (unknown [106.201.107.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4F5A321773; Tue, 21 May 2019 04:16:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558412191; bh=pmk5CqkD6sqT/pibTXOuA932xXqreDHa6zo1d/maJQ8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YouPjg0qdaKRUWE6aOJTqaI+Spb0FKW/P6tWAVX6EEihJZQMqXjNjnfOrgBC2Q8qm QjsCGz1UccOvVY96sN6+5L58NdXkIVH5f4DROpd4MFZuhUZzZ4bJtsLzm0zDh2k2cK JaDnXuUdy73oVgD5JCzrvvzSov5n2BwIujX9Vwdk= Date: Tue, 21 May 2019 09:46:27 +0530 From: Vinod Koul To: Robin Gong Cc: "robh@kernel.org" , "broonie@kernel.org" , "shawnguo@kernel.org" , "s.hauer@pengutronix.de" , "festevam@gmail.com" , "mark.rutland@arm.com" , "u.kleine-koenig@pengutronix.de" , "plyatov@gmail.com" , "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 05/14] dmaengine: imx-sdma: add mcu_2_ecspi script Message-ID: <20190521041627.GE15118@vkoul-mobl> References: <1557249513-4903-1-git-send-email-yibin.gong@nxp.com> <1557249513-4903-6-git-send-email-yibin.gong@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1557249513-4903-6-git-send-email-yibin.gong@nxp.com> User-Agent: Mutt/1.11.3 (2019-02-01) Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 07-05-19, 09:16, Robin Gong wrote: > Add mcu_2_ecspi script to fix ecspi errata ERR009165. Acked-by: Vinod Koul -- ~Vinod From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Koul Subject: Re: [PATCH v3 05/14] dmaengine: imx-sdma: add mcu_2_ecspi script Date: Tue, 21 May 2019 09:46:27 +0530 Message-ID: <20190521041627.GE15118@vkoul-mobl> References: <1557249513-4903-1-git-send-email-yibin.gong@nxp.com> <1557249513-4903-6-git-send-email-yibin.gong@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1557249513-4903-6-git-send-email-yibin.gong@nxp.com> Sender: linux-kernel-owner@vger.kernel.org To: Robin Gong Cc: "robh@kernel.org" , "broonie@kernel.org" , "shawnguo@kernel.org" , "s.hauer@pengutronix.de" , "festevam@gmail.com" , "mark.rutland@arm.com" , "u.kleine-koenig@pengutronix.de" , "plyatov@gmail.com" , "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. List-Id: devicetree@vger.kernel.org On 07-05-19, 09:16, Robin Gong wrote: > Add mcu_2_ecspi script to fix ecspi errata ERR009165. Acked-by: Vinod Koul -- ~Vinod 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=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,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 C212FC04AAF for ; Tue, 21 May 2019 04:16:40 +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 9763E21773 for ; Tue, 21 May 2019 04:16:40 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="othGueBU"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="YouPjg0q" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9763E21773 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-Transfer-Encoding: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-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=E6P5M2iFuiqnaepO+yTUpTeZdwKeFMZCP/f6ns4xFyA=; b=othGueBU9iXTqZ 1DwCI4+7Wj8+drSNLQy0XcsSf0/QikJkaiEZ1gMH9kXBJZOxJvAuAU6Nw+NDBzke27cRdra0ZdDkB OhsJlAiJkyVtEEFDM4903rK7kxW/UJZ6xOsqCSJCN2CluOorKYg711mf0SGSdWCUMpk0qik293z0E nNqsGBVHkO7Q4LEsy0IKCYzXq/AgRowypux+J7pmrX9BlGxF6ZH3qb7gMxN2huyKLNTI4SsqrCQAK 3dFyVBB/IyMa2EADv+fpAQFtknUU9o1FufcG61/jcU+rfqWGCtcKJWDqLeD7sAGrMF+rMtitIU8vQ McEnX9JG0hNw79hyulXw==; 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 1hSwCY-0001Vk-Bm; Tue, 21 May 2019 04:16:34 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hSwCV-0001VO-AT for linux-arm-kernel@lists.infradead.org; Tue, 21 May 2019 04:16:32 +0000 Received: from localhost (unknown [106.201.107.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4F5A321773; Tue, 21 May 2019 04:16:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558412191; bh=pmk5CqkD6sqT/pibTXOuA932xXqreDHa6zo1d/maJQ8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YouPjg0qdaKRUWE6aOJTqaI+Spb0FKW/P6tWAVX6EEihJZQMqXjNjnfOrgBC2Q8qm QjsCGz1UccOvVY96sN6+5L58NdXkIVH5f4DROpd4MFZuhUZzZ4bJtsLzm0zDh2k2cK JaDnXuUdy73oVgD5JCzrvvzSov5n2BwIujX9Vwdk= Date: Tue, 21 May 2019 09:46:27 +0530 From: Vinod Koul To: Robin Gong Subject: Re: [PATCH v3 05/14] dmaengine: imx-sdma: add mcu_2_ecspi script Message-ID: <20190521041627.GE15118@vkoul-mobl> References: <1557249513-4903-1-git-send-email-yibin.gong@nxp.com> <1557249513-4903-6-git-send-email-yibin.gong@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1557249513-4903-6-git-send-email-yibin.gong@nxp.com> User-Agent: Mutt/1.11.3 (2019-02-01) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190520_211631_372305_8D9F4A25 X-CRM114-Status: UNSURE ( 7.12 ) 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" , "broonie@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: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 07-05-19, 09:16, Robin Gong wrote: > Add mcu_2_ecspi script to fix ecspi errata ERR009165. Acked-by: Vinod Koul -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel