From patchwork Thu Sep 28 13:25:29 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Brown X-Patchwork-Id: 727574 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 61086E732D5 for ; Thu, 28 Sep 2023 13:25:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231243AbjI1NZl (ORCPT ); Thu, 28 Sep 2023 09:25:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38378 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231532AbjI1NZk (ORCPT ); Thu, 28 Sep 2023 09:25:40 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 723B7180; Thu, 28 Sep 2023 06:25:38 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BFCDDC433C8; Thu, 28 Sep 2023 13:25:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695907538; bh=wxQRHNLGhumqDazMRCvmQJ6shznHq3312W4lUsKa1xw=; h=From:To:Cc:Subject:Date:From; b=XbOLqBmc3RLPa8hgZ6KFTJ3vbdcs7n2cCkgP/Zq9Lyb6ztw3f4l9tOg4j2lcqscnG 1IYJxBpSsHwDvM4URSVLeWWeWMpaqnMDu72vOBeNde3gLOpRfoqFmknEtZbxACUwyI ULcWh7YE+650OhKmKU7KQLMSpA0I6ll/tLssGW2O1Ao7Kyc+6wLqBK4fdf2BHEg7qS Sy9JCQOScgWOQq0rLaizKKLVsBF9S0kgp5opw/zj3ex7JpZdv6t61Kjx7YIL0ILIyk L1LpEBlpowlbvzQncYcLMEyueXT1h0pzW/Wz0wsuoF3ixdZ5OSGln7jFxLgrs7kokP YvYxrvwUgf6aQ== Message-ID: 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 v6.6-rc3 Date: Thu, 28 Sep 2023 15:25:29 +0200 Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org The following changes since commit 4221a2bec2189275f3f49492a73221498ae6d131: spi: Merge up old fix (2023-09-19 13:17:52 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.6-rc3 for you to fetch changes up to 1a8196a93e493c0a50b800cb09cef60b124eee15: spi: spi-gxp: BUG: Correct spi write return value (2023-09-27 17:06:36 +0200) ---------------------------------------------------------------- spi: Fixes for v6.6 A small set of device specific fixes, the most major one is for the GXP driver which would probably have been confusing some callers with returning the length rather than 0 on successful writes. ---------------------------------------------------------------- Charles Kearney (1): spi: spi-gxp: BUG: Correct spi write return value Charles Keepax (1): spi: cs42l43: Remove spurious pm_runtime_disable Fabio Estevam (1): dt-bindings: spi: fsl-imx-cspi: Document missing entries Documentation/devicetree/bindings/spi/fsl-imx-cspi.yaml | 7 +++++++ drivers/spi/spi-cs42l43.c | 1 - drivers/spi/spi-gxp.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-)