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 80A9E2DC791 for ; Fri, 28 Nov 2025 21:56:31 +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=1764366991; cv=none; b=Wn7PGdcsfUvhq+IuHwKcC5u5ocoK1bzlDkPoZRQ+u+iqSi1reCnu2x5kNKb0MKhZP3q+/GKkD0L3a8DMIBP4bO20lU2hfuj7wUO3MmWLs7zGhDqRgrGflWewiBkEIILyaO9/+HtsMSGyS/8z3m/Oft9+iKwZICFDuM/q1eXHVTE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764366991; c=relaxed/simple; bh=893qR0+Vtb8cTDCPE50d/UUGI0I0O/n/GwLAu5FGT+s=; h=Message-ID:From:To:Cc:Subject:Date; b=q8+Oydizk/J/hbfK0rbtNgl9lG0ePaTSgPluN8n3fu4/Res5DKmwQS8Nxcui7QP2l0svvXZid1/AXSDuN5JlhHqPS9gj03v7hs8XU+euPYAhOR1LyDcrcVtSxg9tT0IiNaHJk6ozHKaFwjgzxmD3ks2bn7Cv1DixyY1yC4TPzdc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=BAuJtUtF; 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="BAuJtUtF" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9B5E6C4CEF1; Fri, 28 Nov 2025 21:56:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764366991; bh=893qR0+Vtb8cTDCPE50d/UUGI0I0O/n/GwLAu5FGT+s=; h=From:To:Cc:Subject:Date:From; b=BAuJtUtF8wLTR9FixpwzTsNPZQKBe7EddQww7Vf96S7KdGEGdOXF5rlm5C1SUAb0N AndikE5qIZsQM5tXcqeaJmoGaGHTpk3QD9G2DSvFJUoiCTpn5UQiowHePkpIa2cHaX Q0HG6s3OQp76h5xj7Sy6klMz95+Q7PCYMRGTFagvbZ1llomAemMy+oHvwQmze1yUy6 RWHwuVLwsHRRge3Haov7xAMDtPA8z96OQ9dJAQTALmUMAG4ps5jhJUVIb2xB8JAiou svdJmB17wknGtV1+G6pwtQKbjYXYXOBGNdvCtqA8NLIveR5BLvviGuizp+DIuck5Y+ CcZB2+CKoiarg== Message-ID: <65ec3a83a377509e336b4829967c13b3@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.18-rc7 Date: Fri, 28 Nov 2025 21:56:21 +0000 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: The following changes since commit ac3fd01e4c1efce8f2c054cdeb2ddd2fc0fb150d: Linux 6.18-rc7 (2025-11-23 14:53:16 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v6.18-rc7 for you to fetch changes up to 8684229e19c4185d53d6fb7004d733907c865a91: regulator: rtq2208: Correct LDO2 logic judgment bits (2025-11-27 11:41:00 +0000) ---------------------------------------------------------------- regulator: Fixes for v6.18 A couple of fixes for incorrect device descriptions in the rtq2208 driver. ---------------------------------------------------------------- ChiYuan Huang (2): regulator: rtq2208: Correct buck group2 phase mapping logic regulator: rtq2208: Correct LDO2 logic judgment bits drivers/regulator/rtq2208-regulator.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)