From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C0FE37D07D for ; Fri, 20 Dec 2024 12:51:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734699067; cv=none; b=ipSHETH2E89OlnyZOgi0lFU/BcDbIAqNNZT/e38cVoAbvKC61FgJY4bACfFov2gfSDLJEd22lWn4BDS2xxObmPiI20dRxDB9Ml/CxI7zAinC4+QSMXhg1JWDGCGx7vYpgyRTLMWv+aXtUeJbfoNxKzfKR+Kj85K7MldIiJsEwuw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734699067; c=relaxed/simple; bh=RHjNG7UtYJQgLzPmO/7oobtZz0201SggFzwyc/sea2A=; h=Message-ID:From:To:Cc:Subject:Date; b=TuY+1QSRyV7sIq9grSo6l05AM1Vmw41Kxs2UAPcPVkvFyfhKU5kGV9O6I5Z3OnoHYGIEKS930w3bGfv+FZ4yJ+ELXpxg9+1gGoe2Axm507k2lWhMnJUWzeQG/zhqLmC50VT7nL7AMrR0Y5BE9G7ttzF9Vjn6ZG30wNMbq6c6geI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=FX3+tjZA; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="FX3+tjZA" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A7BB0C4CECD; Fri, 20 Dec 2024 12:51:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1734699067; bh=RHjNG7UtYJQgLzPmO/7oobtZz0201SggFzwyc/sea2A=; h=From:To:Cc:Subject:Date:From; b=FX3+tjZACCz686krfRYKukCbhfGNAYWSF1I6SDvuzmmD8CaumQY140gD54rRgWlyQ V7uKfx8VV0MMFhK5rDz/v+S1YREqEFBITLaW9Am0j7l7NsdgEyF93OBMyyYYCSqAb3 Lpa+z783X6gGk/9KBlxVLgLriMjq3EBVDxr+S8JQQlHOyVInbxRaSB1GHUgk0CnjbU ysT6aGAwwRGnfiz2hCpavUkjwQqNTEs/UqX8ihe4RVZXlAt3aaX6B6DFwy6SJ0pKtb f6dp350i03t7FrEhibxzHh+xKalmsp8uvNRW2fbA2jM8ernS+AXEBdPfRz+k2uSeys vjU+7TUggZgdQ== Message-ID: <4089ee2e75dcf6c3e9dd4c69d810da73.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.13-rc3 Date: Fri, 20 Dec 2024 12:50:56 +0000 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: The following changes since commit 78d4f34e2115b517bcbfe7ec0d018bbbb6f9b0b8: Linux 6.13-rc3 (2024-12-15 15:58:23 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v6.13-rc3 for you to fetch changes up to 13221496065fa12fac4f8a8e725444679ffddb78: regulator: rename regulator-uv-survival-time-ms according to DT binding (2024-12-19 11:15:24 +0000) ---------------------------------------------------------------- regulator: Fix for v6.13 The recently added regulator-uv-survival-time-ms property was renamed during the review of the series that added it, but unfortunately only in the DT binding and not in the code that parses the binding. This change brings the code in line with the binding, if someone started using the original name we can add compat support for it but there's nothing upstream yet and it's a very niche feature so hopefully not. ---------------------------------------------------------------- Ahmad Fatoum (1): regulator: rename regulator-uv-survival-time-ms according to DT binding drivers/regulator/of_regulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)