From mboxrd@z Thu Jan 1 00:00:00 1970 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 5233D17BA9; Fri, 11 Oct 2024 02:36:50 +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=1728614211; cv=none; b=GfhIRJD+ZqjJQjw2O+2r1suBiBxeOwWlNnW++IYpEA+DDuKVt1yPSbQAjOeO3184p/Lchwwp60Gi8Lg8G6vAqvTqKEUzCCHjTUiBaXbHVKVsN2KWtnHs9obtkayT+LhwWAzXBANijUIw6xnwnv0Q3MUkA21tV2foiEg2Nd73vTU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728614211; c=relaxed/simple; bh=HZMq8iPUueyAfT9QGmVHcPYapGVBFuxssBVnL5qeNX8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=jUU4wrSAxBc7zAHVOnQgnFCpiP3jWHbxF24Iy5PDTmb8x/3/M61fxqB+JkAgaDQTJ/xSG6n5pIU4jQZyYOK+cw4yO7Z6kBqfFNClZ3RW0ftdWWlBXeGgHVa0Li8U1X7sj1Oc10kEhJ6/Md2G+i6zL7RRnB5NE2u1WQJkpbXpUb8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=X2zPxLcq; 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="X2zPxLcq" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6E88FC4CEC5; Fri, 11 Oct 2024 02:36:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1728614210; bh=HZMq8iPUueyAfT9QGmVHcPYapGVBFuxssBVnL5qeNX8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=X2zPxLcqz8o0EyI4kA10QCt4X+Q2kBcqidTV9fSIRFQ/tnSHO8IWe8EgVKMYj2jEy hck5ZUh3AVuE5/mzj4C3xwZ8yW19S4hPHuo70C5lndNHAL7GWsMbR0qdP172eCzGeB CCzuWmC7h2OJwFPCWeCpz/zVk/IGljHnsJWabIxzZQ0xXt7l+nyC6KZQzN3QqV9MEc x4U2NP4nrPwnqwJoTJL6HjygYzS3kFK7ZS6eXndzaT7nJP7aUQ4IQon6+l2Kr/NYzO Kv8fy/BSBwsdU1RNHdQK7ZG3U5aT1avX8dmC93xfaJ8xnlTViq18Kr6EY4uqrOuAHO tqCYC2IzCeo4w== Date: Fri, 11 Oct 2024 10:36:46 +0800 From: Tzung-Bi Shih To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: Sebastian Reichel , "Rafael J. Wysocki" , Len Brown , Pali =?iso-8859-1?Q?Roh=E1r?= , Benson Leung , Guenter Roeck , Luca Ceresoli , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, chrome-platform@lists.linux.dev Subject: Re: [PATCH 6/8] power: supply: lenovo_yoga_c630_battery: register power supplies with power_supply_register() Message-ID: References: <20241005-power-supply-no-wakeup-source-v1-0-1d62bf9bcb1d@weissschuh.net> <20241005-power-supply-no-wakeup-source-v1-6-1d62bf9bcb1d@weissschuh.net> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20241005-power-supply-no-wakeup-source-v1-6-1d62bf9bcb1d@weissschuh.net> On Sat, Oct 05, 2024 at 12:05:08PM +0200, Thomas Weißschuh wrote: > {,devm_}power_supply_register_no_ws() are going to be removed. > Switch to the general registration API. > > Signed-off-by: Thomas Weißschuh Reviewed-by: Tzung-Bi Shih