From patchwork Sat Mar 2 00:50:38 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Sebastian Reichel X-Patchwork-Id: 778203 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 1DD4B10E3; Sat, 2 Mar 2024 00:50:41 +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=1709340642; cv=none; b=bNtqjQSK0gSgHDJa/61SMGytHSlUK6p2jSXOH73h4gWi4e9TrVPU01JEKr1ukYqI/deKgU7MJSXzLS72xJv9GS6I5oSac3L/24VkeehHsyKIyVs7vAg0DGQUDXYaNxQhWq/yxZqTF5Wxhbh2f4fPYYnEhwaHaLlQjZ9SFZ9bkJE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709340642; c=relaxed/simple; bh=GPkwwNPqyq1g0xLLDF8ViTjGJ0lyDruGjZpNUxhCq7Y=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=J6oTAe40Zsv6NSdUcE0m3juXdyTXQZLHdefPlJUDCGPyLj/Ax1A+pF97P9e1Gw/cDcZ84GjF8WbxNfDk/A1SyQo4EYSTJ/RST5FP7bhTBF1ttTuM63KURHwmijMDgvtSFX/D5CqnONrnXCG/bQByqGODPhw4CvsyRo/CUxb86Uw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=L81xOxo/; 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="L81xOxo/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7F761C433F1; Sat, 2 Mar 2024 00:50:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1709340641; bh=GPkwwNPqyq1g0xLLDF8ViTjGJ0lyDruGjZpNUxhCq7Y=; h=Date:From:To:Cc:Subject:From; b=L81xOxo/Q6PRLcxzCMO4mCLbmqJMtv+EirWPQ96keqB28pzC9Kpg/cuj65jBAsCfU yNW+h6SOxEgkclVD+7rvykTAzhI2P0KiNTuRoa9XnBfpzdEUmsCQF2LxlIBYiVkjTo 6UR7a1dbjLP1s7ssawW8evS2shwwewM1orJFOnoxeewyA3tctvOVPatzzLyAtPTJFE 1GexnNnY9/CiKSd1jmHDyp/xy11ZEHBE6Nxc8OmuvuUL8vaVA25WpbmA5QnqJqoDOs WY1Sh5LgCgGKkw6t6HwgwL+3qajUrWLz5tzyKgVpxhgIbeSe97LCLVfx481lfiQPY8 nACtJrgqVKlWw== Received: by mercury (Postfix, from userid 1000) id 6F87E10633B9; Sat, 2 Mar 2024 01:50:38 +0100 (CET) Date: Sat, 2 Mar 2024 01:50:38 +0100 From: Sebastian Reichel To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Subject: [GIT PULL] power-supply changes for 6.8 Message-ID: Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline Hi Linus, The following changes since commit d0266d7ab1618482d58015d67a5220e590333298: Revert "power: supply: qcom_battmgr: Register the power supplies after PDR is up" (2024-01-26 22:45:58 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git tags/for-v6.8-rc2 for you to fetch changes up to 2df70149e73e79783bcbc7db4fa51ecef0e2022c: power: supply: bq27xxx-i2c: Do not free non existing IRQ (2024-02-16 23:42:38 +0100) ---------------------------------------------------------------- Power Supply Fixes for 6.8 cycle * mm8013: select REGMAP_I2C * bq27xxx-i2c: do not free non-existing IRQ ---------------------------------------------------------------- Hans de Goede (1): power: supply: bq27xxx-i2c: Do not free non existing IRQ Thomas Weißschuh (1): power: supply: mm8013: select REGMAP_I2C drivers/power/supply/Kconfig | 1 + drivers/power/supply/bq27xxx_battery_i2c.c | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-)