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 X-Spam-Level: X-Spam-Status: No, score=-22.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 58EE3C433F5 for ; Mon, 20 Sep 2021 12:19:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3D4926109D for ; Mon, 20 Sep 2021 12:19:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237611AbhITMVF (ORCPT ); Mon, 20 Sep 2021 08:21:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:48046 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237450AbhITMVE (ORCPT ); Mon, 20 Sep 2021 08:21:04 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id DFBE661040; Mon, 20 Sep 2021 12:19:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1632140377; bh=QxAExaGxihKcTgPo0jJzAE8GwQo2y6nXbRYW1Y75s5c=; h=From:To:Cc:Subject:Date:From; b=IQVrx+g/QBXjl0D3uO/uV+MMxkONBEA/M+sj8Hxt0KjRoXQ780nX0/KJTcl2XfvKJ ns2qp/T3ODQkUjWmJIhnX4JpOaZCTu1izqCGYYHzHtmnhnKifTub/Y4xjzD+5ubH6U he55VUrubzrSuoFTEt0qRa/8DwnQ7H6F4JBS0LDaQN1ovzEL6BaD1SNimGL+C5OTc8 jqP7Ldad2fsQlsFlizy7mQSQ7aE0bd51VymT1eJxmEJhw5bLXHBR2KWqctl3UkDpJZ hfdQ0S/DuS/9dqL+0fpcvoPUoWMG2t2g6kmOZ8NuV2cA3zpbZE33dwOF6Vk57R9fK0 X1ITOEkuqc1RA== From: Mark Brown To: Linus Torvalds Cc: Liam Girdwood , linux-kernel@vger.kernel.org, Mark Brown Subject: [GIT PULL] regulator fixes for v5.15-rc2 Date: Mon, 20 Sep 2021 13:18:43 +0100 Message-Id: <20210920121936.DFBE661040@mail.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 21e39809fd7c4b8ff3662f23e0168e87594c8ca8: regulator: vctrl: Avoid lockdep warning in enable/disable ops (2021-08-25 14:17:53 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v5.15-rc2 for you to fetch changes up to dc9660590d106bb58d145233fffca4efadad3655: regulator: max14577: Revert "regulator: max14577: Add proper module aliases strings" (2021-09-17 13:16:38 +0100) ---------------------------------------------------------------- regulator: Fixes for v5.15 A couple of small device specific fixes that have been sent since the merge window, neither of which stands out particularly. ---------------------------------------------------------------- Dmitry Baryshkov (1): regulator: qcom-rpmh-regulator: fix pm8009-1 ldo7 resource name Krzysztof Kozlowski (1): regulator: max14577: Revert "regulator: max14577: Add proper module aliases strings" drivers/regulator/max14577-regulator.c | 2 -- drivers/regulator/qcom-rpmh-regulator.c | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-)