From patchwork Sat Mar 4 00:12:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Reichel X-Patchwork-Id: 659102 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 A4E99C61DA3 for ; Sat, 4 Mar 2023 00:12:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229725AbjCDAMR (ORCPT ); Fri, 3 Mar 2023 19:12:17 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45044 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229532AbjCDAMQ (ORCPT ); Fri, 3 Mar 2023 19:12:16 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0699C1A498; Fri, 3 Mar 2023 16:12:15 -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 sin.source.kernel.org (Postfix) with ESMTPS id 75D02CE21C2; Sat, 4 Mar 2023 00:12:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 85D4BC433D2; Sat, 4 Mar 2023 00:12:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1677888731; bh=/D+MeNZVhWO+HFCeoeJd/kEM4MK8zlGqnelldAKh9jY=; h=Date:From:To:Cc:Subject:From; b=b5uGotXO3Tx4NpatEau4Rd5/SZg6GTqcYlFwGycRSqClbgvMYLoCY5Mtsg7pJrWU8 EA7AkFwU9jZ/VvmAh4XC0vZs8Y1jADjbQuq5HyogD9pJKWpXboIdLYn3bQF6UfBD69 gI9azPPzTm4evRhh4bpXoUr1/Y6HJrUbcbynEN1WRjKV6CZeNJmDzdPRpi7IxvPPFS Hv6oUIDv8JU+8ADXHomC47EO38OQvG0hAuQHZJpjh//U0jBsBsvFFw6NAwaCGIaWXD GToeiB6ErU1S+LF7Yga/UcHIHrIEqQQr9a5xSOerjzZT6DjQ6R5wQuK3Y0W0PGIt4Y l1Aha7zNvpGyQ== Received: by mercury (Postfix, from userid 1000) id 015DE10609DD; Sat, 4 Mar 2023 01:12:08 +0100 (CET) Date: Sat, 4 Mar 2023 01:12:08 +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.3 (part 2) Message-ID: MIME-Version: 1.0 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Hi Linus, I have some more patches for the v6.3 cycle. They have been in linux-next for a week without any issues. Please find the details below. The following changes since commit c142872ea40a99258e2a86bf5c471bcc81752f56: power: reset: odroid-go-ultra: fix I2C dependency (2023-02-15 23:49:40 +0100) are available in the Git repository at: ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git tags/for-v6.3-part2 for you to fetch changes up to 13af134bdc6a9dacec4687e57b2ea8d3e08ff04f: dt-bindings: power: supply: Revise Richtek RT9467 compatible name (2023-02-25 01:17:24 +0100) ---------------------------------------------------------------- power supply changes for the v6.3 series (part 2) - Fix DT binding for Richtek RT9467 - Fix a NULL pointer check in the power-supply core - Document meaning of absent "present" property ---------------------------------------------------------------- Bastien Nocera (1): ABI: testing: sysfs-class-power: Document absence of "present" property ChiaEn Wu (1): dt-bindings: power: supply: Revise Richtek RT9467 compatible name qinyu (1): power: supply: fix null pointer check order in __power_supply_register Documentation/ABI/testing/sysfs-class-power | 3 ++- .../supply/{richtek,rt9467-charger.yaml => richtek,rt9467.yaml} | 6 +++--- drivers/power/supply/power_supply_core.c | 6 +++--- 3 files changed, 8 insertions(+), 7 deletions(-) rename Documentation/devicetree/bindings/power/supply/{richtek,rt9467-charger.yaml => richtek,rt9467.yaml} (92%)