On Mon, Oct 7, 2024 at 5:14 PM Rafael J. Wysocki <rafael@xxxxxxxxxx> wrote: > > On Sat, Oct 5, 2024 at 9:27 AM Thomas Weißschuh <linux@xxxxxxxxxxxxxx> wrote: > > > > Hi Rafael, > > > > On 2024-09-04 14:44:33+0200, Rafael J. Wysocki wrote: > > > On Wed, Sep 4, 2024 at 9:13 AM Thomas Weißschuh <linux@xxxxxxxxxxxxxx> wrote: > > > > > > > > Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx> > > > > --- > > > > Thomas Weißschuh (5): > > > > ACPI: battery: check result of register_pm_notifier() > > > > ACPI: battery: allocate driver data through devm_ APIs > > > > ACPI: battery: initialize mutexes through devm_ APIs > > > > ACPI: battery: use DEFINE_SIMPLE_DEV_PM_OPS > > > > ACPI: battery: install notify handler through ACPI core > > > > > > > > drivers/acpi/battery.c | 41 +++++++++++------------------------------ > > > > 1 file changed, 11 insertions(+), 30 deletions(-) > > > > --- > > > > > > Since it is a bit late in the cycle and this material does not appear > > > to be urgent, I'd prefer to defer it until 6.12-rc1 is out. > > > > 6.12-rc1 is out and other patches have been queued. > > Did this one fall through the cracks? > > No, it didn't. > > There were a couple of ACPI battery driver fixes I wanted to go in > before this series and they are in -rc2, so I'm going to apply it now. And now applied except for the last patch which goes against the plan to turn the ACPI battery driver into a platform one (which it should be in the first place).