From patchwork Wed Jun 1 08:07:46 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Brown X-Patchwork-Id: 578439 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 3410DC433F5 for ; Wed, 1 Jun 2022 08:07:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350507AbiFAIHw (ORCPT ); Wed, 1 Jun 2022 04:07:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50726 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233223AbiFAIHv (ORCPT ); Wed, 1 Jun 2022 04:07:51 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1CD511A828; Wed, 1 Jun 2022 01:07:51 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id AC47D61454; Wed, 1 Jun 2022 08:07:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B1672C385A5; Wed, 1 Jun 2022 08:07:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1654070870; bh=2KmGbkpwU3u5Yd1FSJSVbte6vIGfMkEX7rpJCofVneM=; h=From:To:Cc:Subject:Date:From; b=fnDR70aiXoQ5qgtzgp4j9JcKZxyXSYfB1gNgDX9kISfkIeh/TDhSgSv3SgwqrhMrV cVGBCqs4jrOCwoq05urtLv4UfSXBHwyxBCEcOgKdzRXSM+aGm74cJDmnlKDgefFPTl M0gtXkbNUQY/paL6p/w8EatWA49MHhhnm4sOw2A127TSlXrQ7uPWAajL5e2SOVlStS Cj6WsXKa2BD7fVZBknc/Xx5WaGsoDkdb01w89T8sxtHT4U+nm8/8HLd+JntnULP/kA XaW3VWTXG7DQYe2lrf7ZkQvcacr6HhlhnfHe/AHBrHTr9f60FDNoHZ3sx9x6hdskhp URNHbIHOdb6Eg== From: Mark Brown To: Linus Torvalds Cc: linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, Mark Brown Subject: [GIT PULL] SPI fixes for v5.19-rc0 Date: Wed, 01 Jun 2022 10:07:46 +0200 Message-Id: <20220601080749.B1672C385A5@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org The following changes since commit 9c63b846e6df43e5b3d31263f7db545f32deeda3: spi: spi-mem: Convert Aspeed SMC driver to spi-mem (2022-05-16 19:38:40 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v5.19-rc0 for you to fetch changes up to ebf2a3521738520e12849b221fea24928b3f61ff: spi: core: Display return code when failing to transfer message (2022-05-26 14:43:29 +0100) ---------------------------------------------------------------- spi: Fixes for v5.19 A couple of fixes that came in during the merge window, a driver fix for spurious timeouts in the fsi driver and an improvement to make the core display error messages for transfer_one_message() to help people debug things. ---------------------------------------------------------------- Eddie James (2): spi: fsi: Fix spurious timeout spi: core: Display return code when failing to transfer message drivers/spi/spi-fsi.c | 12 ++++++------ drivers/spi/spi.c | 3 ++- 2 files changed, 8 insertions(+), 7 deletions(-)