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 582D33C5DAC for ; Fri, 20 Mar 2026 15:14:36 +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=1774019676; cv=none; b=e7CFHJFMWkYaGML2CGMPT7bM02RVb+WmCGdRX0Bs0UMYH4gNAH/odI5Y7ZBS1Xp/HQ8iS0KkfVEcdgqlMHYx+5h3OOwwuqUHQNBGCgLvEct0T6743GT+vgDE0yA83FOpxbIfUPzEBCGrng8V8Y+YJXvODYvMRbpKM42kXjwfBlI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774019676; c=relaxed/simple; bh=B9mQp+e3vPL0jsk51VY/7XkSVjPpdrRvP/UiVqr2LTk=; h=Message-ID:From:To:Cc:Subject:Date; b=VqslUqhQygAKw3mQYx6wdM7J1qqWWW6fEzwE3XxkIQFaguxxK4ZqairgvtL3LnLkQLH5Yvjpa4Tjv4wDZtvKGCpFLf+upVJmC5duETpU8cb/igTADwrLv5uiDPzKmFUSjruSL1JalyJ/Pn01e//6APOsBG0FEoSABHLkmp3vckY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=lPLA77J9; 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="lPLA77J9" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B0663C4CEF7; Fri, 20 Mar 2026 15:14:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774019676; bh=B9mQp+e3vPL0jsk51VY/7XkSVjPpdrRvP/UiVqr2LTk=; h=From:To:Cc:Subject:Date:From; b=lPLA77J9s0GJIBSNpNJ0mSVU70zCZWXvZxHnDpcrZFIua3Vi1TA4ukegMY/ADP6e5 0BxkjNlu5HIKpZdJyq82EYWtx/TCelOWgMIn2iZOjMZHWV1EU34MBAKj/WOWtffASC wmLWHME1dY/J+UmPrAmJeaUSfpxxeE55tBZGFkNo81z5KhzMT0n1Qnvz6CYxE+BbRA AYUszvaoVVJh008M+/hPtyYLJ0+ZSCqlfOjdwOqFsQhtqIovV8IzOa+5HCQklRQOPa Pu3VYdZ9GevCiBFWA6Wy5nO2xzCvsiY0cfGWGbsSsVJjK6SSDHZVr7FEPJ9xZSgLAP mf9/iWSf3nUYw== Message-ID: From: Mark Brown To: Linus Torvalds Cc: Liam Girdwood , linux-kernel@vger.kernel.org, Mark Brown Subject: [GIT PULL] regulator fixes for v7.0-rc4 Date: Fri, 20 Mar 2026 15:14:23 +0000 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: The following changes since commit f338e77383789c0cae23ca3d48adcc5e9e137e3c: Linux 7.0-rc4 (2026-03-15 13:52:05 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v7.0-rc4 for you to fetch changes up to 4221f30e3e0a2507641b3397d21aff9e71e749f8: regulator: dt-bindings: fix typos in regulator-uv-* descriptions (2026-03-17 15:47:48 +0000) ---------------------------------------------------------------- regulator: Fix for v7.0 Just one fix here from Hugo Villeneuve, the documentation for some of the regulator DT properties had been cut'n'pasted so that if anyone actually read it they'd be informed that those properties had completely incorrect meanings. ---------------------------------------------------------------- Hugo Villeneuve (1): regulator: dt-bindings: fix typos in regulator-uv-* descriptions Documentation/devicetree/bindings/regulator/regulator.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)