From patchwork Fri Nov 23 08:51:53 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= X-Patchwork-Id: 10695227 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 C3A4A1709 for ; Fri, 23 Nov 2018 08:52:03 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AB1E42C686 for ; Fri, 23 Nov 2018 08:52:03 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 99E692C6B9; Fri, 23 Nov 2018 08:52:03 +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=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id EDC272C665 for ; Fri, 23 Nov 2018 08:52:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2408736AbeKWTfU (ORCPT ); Fri, 23 Nov 2018 14:35:20 -0500 Received: from antares.kleine-koenig.org ([94.130.110.236]:53832 "EHLO antares.kleine-koenig.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2408735AbeKWTfU (ORCPT ); Fri, 23 Nov 2018 14:35:20 -0500 Received: by antares.kleine-koenig.org (Postfix, from userid 1000) id F2B30495BD9; Fri, 23 Nov 2018 09:52:00 +0100 (CET) From: =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= To: Mark Brown , Robin Gong Cc: Marek Vasut , NXP Linux Team , kernel@pengutronix.de, linux-spi@vger.kernel.org Subject: [PATCH v2 0/5] spi: imx: Fix polarity switching for mx51-ecspi Date: Fri, 23 Nov 2018 09:51:53 +0100 Message-Id: <20181123085158.24753-1-u.kleine-koenig@pengutronix.de> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Sender: linux-spi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hello, this is compared to v1 just a rebase on top of v4.20-rc3. There are minor conflicts with patches by Robin Gong that were applied to -rc1. The second patch is in my eyes a candidate for stable. Best regards Uwe Uwe Kleine-König (5): spi: imx: add a device specific prepare_message callback spi: imx: mx51-ecspi: Move some initialisation to prepare_message hook. spi: imx: style fixes spi: imx: rename config callback and add useful parameters spi: imx: drop useless member speed_hz from driver data struct drivers/spi/spi-imx.c | 144 +++++++++++++++++++++++++++++------------- 1 file changed, 99 insertions(+), 45 deletions(-)