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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2CDEBCCA47C for ; Fri, 15 Jul 2022 07:47:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231197AbiGOHrX (ORCPT ); Fri, 15 Jul 2022 03:47:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46458 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232237AbiGOHrT (ORCPT ); Fri, 15 Jul 2022 03:47:19 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2A37D7CB7B for ; Fri, 15 Jul 2022 00:47:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1657871236; x=1689407236; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=F/LfX1bJNwhZBf6aLX3Rhuvyf/k1GTu1NBUxGu0fBtY=; b=RknwjQsd8asTPcylmBt7dQ04AoiANX9udLIo4VIJCBf8XtmiQlBOe/nw ByrICSZNUFTjB3jcU0GbGus39eve2vZIqweqifR0YBsjxKBcZ4EjMuYUM KkT3j/di6j5mOCGIGbSdvmVyFZ0IBJAWzpwdxD8jw+E6+pjw9KmCqgx/0 7G37u+53gjgP702u3W3Al1I7UbsHNx8MiRPORYsznxHUclr+9Z0gTc/ke 29yU+Yl543PASb4W37Uh26VnhSO+W/Bq3DVgTsG6CyoY//XZFsJGyxVYI JHh82E5abWRunvsc+uAJ7g/lAKyCmzuV3Vt/oZKLR3aSCKNg6k4wh9/Nu w==; X-IronPort-AV: E=Sophos;i="5.92,273,1650956400"; d="scan'208";a="104591115" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa6.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 15 Jul 2022 00:47:15 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.17; Fri, 15 Jul 2022 00:47:13 -0700 Received: from HNO-LT-M43677A.mchp-main.com (10.10.115.15) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Fri, 15 Jul 2022 00:47:11 -0700 From: Thomas Kopp To: , CC: , , , Subject: Re: [RFC] [PATCH 3/3] drivers: spi: spi.c: Don't use the message queue if possible in spi_sync Date: Fri, 15 Jul 2022 09:47:10 +0200 Message-ID: <20220715074710.2760-1-thomas.kopp@microchip.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org Hi David, All, I'd like to test this patchseries but am not sure what the current state is. Is there an updated patch series with the changes discussed after the initial RFC or should I just test that? Thanks, Thomas