From patchwork Sat Feb 19 01:59:26 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Reichel X-Patchwork-Id: 544166 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 48A4EC433EF for ; Sat, 19 Feb 2022 01:59:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240610AbiBSB7s (ORCPT ); Fri, 18 Feb 2022 20:59:48 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:54072 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233424AbiBSB7r (ORCPT ); Fri, 18 Feb 2022 20:59:47 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 73EA9246375; Fri, 18 Feb 2022 17:59:30 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id D32EC6202B; Sat, 19 Feb 2022 01:59:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EC92EC340E9; Sat, 19 Feb 2022 01:59:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1645235969; bh=pkjc6q9pFivBIbOsfj6XnPQnoJb507rtwPgM8nj56+4=; h=Date:From:To:Cc:Subject:From; b=lDPKLC44XMmiY8e7p9DWgspvHEBXbymO3+XQgg4MNgF/jSRsGXExQfFqEf2rnGzXq GNpWaoW/TOxkPIs33Wcj/YJt1sf4DeiAr7af3aq0kJBRfJ8nYiiMd01CckPD3lksdC WcOTPkCYDWFWVkSCPbUS5vX0De7inRVS7uiLQPu2qQV3diSy2axR+AsUqwMRAUS3sO 6P46z9m28zl1nEkD4qyxY1N1X9qqxQKqzWhBf1st60pSkhRidDUuh+KhlBag7aTs4L TTITm+rB8lono6jnkkwbHd7uwU32ai505Z+M09qFPl4MdOsRWJAwCCYqrgYEXg3HqL /Hf2hmIz1JhFw== Received: by mercury (Postfix, from userid 1000) id 0BF411060735; Sat, 19 Feb 2022 02:59:26 +0100 (CET) Date: Sat, 19 Feb 2022 02:59:26 +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 5.17-rc Message-ID: <20220219015926.nsaz76djtc3d7sfa@mercury.elektranox.org> MIME-Version: 1.0 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Hi Linus, The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: Linux 5.17-rc1 (2022-01-23 10:12:53 +0200) are available in the Git repository at: ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git tags/for-v5.17-rc for you to fetch changes up to f444578d727a0ca4a72b19cd4a1d7da9f1fb99fe: power: supply: bq256xx: Handle OOM correctly (2022-02-11 21:19:51 +0100) ---------------------------------------------------------------- Power Supply Fixes for 5.17 cycle Three regression fixes for the 5.17 cycle: 1. build warning fix for power-supply documentation 2. pointer size fix in cw2015 battery driver 3. OOM handling in bq256xx charger driver ---------------------------------------------------------------- Linus Walleij (1): power: supply: bq256xx: Handle OOM correctly Randy Dunlap (1): power: supply: fix table problem in sysfs-class-power Yang Li (1): power: supply: core: fix application of sizeof to pointer Documentation/ABI/testing/sysfs-class-power | 1 + drivers/power/supply/bq256xx_charger.c | 3 +++ drivers/power/supply/cw2015_battery.c | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-)