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 28C9DC001DF for ; Sun, 30 Jul 2023 15:58:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229807AbjG3P62 (ORCPT ); Sun, 30 Jul 2023 11:58:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56462 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229521AbjG3P60 (ORCPT ); Sun, 30 Jul 2023 11:58:26 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B57EA115 for ; Sun, 30 Jul 2023 08:58:25 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5320F60B98 for ; Sun, 30 Jul 2023 15:58:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4016AC433C8; Sun, 30 Jul 2023 15:58:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690732704; bh=ZCxah2rMegctVEI3agWe4XgCI402K6BYEBNBAtraVw4=; h=From:To:Cc:Subject:Date:From; b=daOTZpFzd30gVWtXS5uTZ7B4zX4UaH00pRbybSrAH05X9uzRO0/fqoSdEAwDbec64 pmIEIHNw5BPrA2iqQHTD92sbPo0q56nltDgDgVcrKWnN6xNXb1BCxCiP8DkRZfEp7V C1dRtOJIxF8ACoIve1+M5GUVRobvJN0VjQtw2weDHNEpdX/cw3K/XezxR50xNN/MLA h3ouv2RNRIUVzxBww+vvdZ6uOeqKsqg2iQSLuuKY3w8GuiGAfFdaZLO5mDf8tE0bXc 2/x1GrLQPndQXoPF8BqDDgHlNtwlUnOumIRjokuGr25DKhFxNbuMIpjnN0FRJ/A8vD XRdp9b4Ah8IHw== Message-ID: <56c33730faf0170df5a64351dcc4fb63.broonie@kernel.org> From: Mark Brown To: Linus Torvalds Cc: Liam Girdwood , linux-kernel@vger.kernel.org, Mark Brown Subject: [GIT PULL] regulator fixes for v6.5-rc3 Date: Sun, 30 Jul 2023 16:58:12 +0100 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 6eaae198076080886b9e7d57f4ae06fa782f90ef: Linux 6.5-rc3 (2023-07-23 15:24:10 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v6.5-rc3 for you to fetch changes up to 67cb608838e0aac8efb48828b1165156f99c1af9: regulator: mt6358: Fix incorrect VCN33 sync error message (2023-07-23 23:40:09 +0100) ---------------------------------------------------------------- regulator: Fixes for v6.5 A couple of small fixes for the the mt6358 driver, fixing error reporting and a bootstrapping issue. ---------------------------------------------------------------- Chen-Yu Tsai (2): regulator: mt6358: Sync VCN33_* enable status after checking ID regulator: mt6358: Fix incorrect VCN33 sync error message drivers/regulator/mt6358-regulator.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)