From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 F01623EFFD2 for ; Fri, 26 Jun 2026 14:12:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782483157; cv=none; b=NjbIJnKJulIElvUgChppQzXK4/0BK836a4gTruXhTyyj2PWnYUxqzjWqe16SOjQVmbgzeA5oMB/MYCFhBN5Bp/g8HWfyp6W37Q+fBjyI1mAY7MSJc+ZUkjuJwtlA1QxJsSyxm2Jh977B+Ie9nfG48pHznLdacqklcd6nJrLd33Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782483157; c=relaxed/simple; bh=WNqlV/fzK0FyZ2kgF90C/fwRGdPN/QB9jxjVZOhan4o=; h=Message-ID:From:To:Cc:Subject:Date; b=FqTSoGgI+s3H2Hx7VLm4DHc1rrpVmaNGkjPpCM7WGmmHxbO2xvSqOQVuFbA9pPzf3ZuxSgFRKYehoKftM0L6R8A29XN8h75QGilGQvHaojQSyu4Z4CsGkR8PVbaGe8TeiFFWoA0vZ/13ssJsCSGvvrGdpe3hs7FWclhzUKtUJWk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=jDGcCdrr; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="jDGcCdrr" Received: by smtp.kernel.org (Postfix) with UTF8SMTPSA id 58CED1F000E9; Fri, 26 Jun 2026 14:12:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782483156; bh=ZFrodMGqZECaucsAexrc+73ZyxCEIpFfpJpzhM+SUj8=; h=From:To:Cc:Subject:Date; b=jDGcCdrrdeynoewp4waUT3H0NrtTQGesEZ43YkMqHEeeKqTq/0bkaHYYfLQQuL+OA oXY4+gXyOMEJemd2E3sQ8eP+oZIywoDqn9+mtORUelalET2w7wwBdBACuyeczKwszx exLGRXVKaZrTI4e1EzgDtE4JN20SUITkw/aJ6tDxLKYom8mYKtq+3RjSveXUkqz8hF 6lQhD2BTO8Drze6pQCjbDUDKqf16w+xndpHZarUSyMBFCpEXP81tiT/TheoSXdexeH FgjZdU0iEAwHPYx8sV//X6GshZqLQWkFiYIHla/QclgvTiTRJ8FSnnTGOcTRLRfuBh BgBEJjCbzhHYA== Message-ID: <112dc88830aea43fbb848c008f65c13c@kernel.org> From: Mark Brown To: Linus Torvalds Cc: Liam Girdwood , linux-kernel@vger.kernel.org, Mark Brown Subject: [GIT PULL] regulator fixes for v7.2-merge-window Date: Fri, 26 Jun 2026 15:12:27 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: The following changes since commit fd964ee0ac9ef14fdc03e30d0ac73459cd60e469: regulator: dt-bindings: mt6311: Convert to DT schema (2026-06-09 22:46:46 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v7.2-merge-window for you to fetch changes up to 7ddbf1cde4a03e36e17d06fbc711870eb0b256d7: regulator: da9121: Use subvariant ids in the I2C table (2026-06-24 12:56:37 +0100) ---------------------------------------------------------------- regulator: Fixes for v7.2 A couple of unremarkable driver specific fixes that came in during the merge window. ---------------------------------------------------------------- Joy Zou (1): regulator: pca9450: Correct default t_off_deb for PCA9451A/PCA9452 Pengpeng Hou (1): regulator: da9121: Use subvariant ids in the I2C table drivers/regulator/da9121-regulator.c | 18 +++++++++--------- drivers/regulator/pca9450-regulator.c | 7 ++++++- 2 files changed, 15 insertions(+), 10 deletions(-)