From patchwork Fri Nov 30 06:47:04 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= X-Patchwork-Id: 10705783 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B88E21057 for ; Fri, 30 Nov 2018 06:48:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A80272F640 for ; Fri, 30 Nov 2018 06:48:04 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9B7772F624; Fri, 30 Nov 2018 06:48:04 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 5F2C92F624 for ; Fri, 30 Nov 2018 06:48:04 +0000 (UTC) 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: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=uFk8Iyx5rKLUHn7ug9Y0Tsp+6x63O4qgySozLcAFzOs=; b=RikTf83UK9+lCi aweWTD0mAMdfXYmG8sWj0pDfZpbvKmuORD7gSV7tIIm5Bm81bT+9AZYN3/lt/IOHVM4eJMaFbCv4m ravqCU5Jb3+gSjycuqU0Uk0KEMj44+ebv3Nqzx3ffS+QaRT/dXIUPvv3mM6l52nN43VuqxXakPSdL 9+HAwPd3kVf58TQsOQOx/If29DvCvqCpIYtzP4EcWI3WQeh7mqvtahrEOrf/cJ47yHdHKfR/HXFqy V7tAiKwDmaQenajio29thTDtB+/Vq80tnS74mNY5aa3FK1IpnCFnADhVp7BJEXg8bpxx74FRe5cN9 85+AxhWWbilG2LrLXA8Q==; 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 1gScao-0004JH-HZ; Fri, 30 Nov 2018 06:48:02 +0000 Received: from antares.kleine-koenig.org ([94.130.110.236]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gScad-0003zd-Nq for linux-arm-kernel@lists.infradead.org; Fri, 30 Nov 2018 06:47:53 +0000 Received: by antares.kleine-koenig.org (Postfix, from userid 1000) id 41B3C4ADA04; Fri, 30 Nov 2018 07:47:37 +0100 (CET) From: =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= To: Mark Brown , Robin Gong Subject: [PATCH v3 0/5] spi: imx: Fix polarity switching for mx51-ecspi Date: Fri, 30 Nov 2018 07:47:04 +0100 Message-Id: <20181130064709.6998-1-u.kleine-koenig@pengutronix.de> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20181129_224751_955019_65E86B63 X-CRM114-Status: UNSURE ( 4.24 ) 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: Marek Vasut , linux-arm-kernel@lists.infradead.org, NXP Linux Team , kernel@pengutronix.de, linux-spi@vger.kernel.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Hello, compared to v2 sent with Message-Id: 20181123085158.24753-1-u.kleine-koenig@pengutronix.de I squashed in the change suggested by Robin (with s/filed/field/). Thanks for testing and feedback. Best regards Uwe