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 4FBFB6FC3 for ; Mon, 2 Mar 2026 00:42:08 +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=1772412128; cv=none; b=HfbjK2G9y8MQYlHtOU4n+dJQHaVmlLRNjWEBOht0RKvKYsUwLWSkf6s3CEKmhgwnYc+vU85zG3iZG+DggqZApQQ0I6gSD9C+eTiXZiBjlZwTVGuyf8xcBXu2ZvgybLY9d46IAwEth/C/MLI04QNeOT7DxrQ25es7Qrx84Lzv1/E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772412128; c=relaxed/simple; bh=OzhpnT/oK7gdG2aq2Sv3iw6ZfosZLDSwGsc7MB5+16E=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=fV6N+AoqQh6PJKivngLQoI4qVa0VNKYBvTCMtFF95AiVYUAJ3O/La+ObmWqDed7fn38/2Dh6mB4Dijatx7XRRngCctMK/Pco1ZTDcOS1uPP2+X3vFbyTlw2JJpQ7oxKw8hHBv49iUoFqTiplKvmc7r8W1C7Ldx3Nq+PZ1wi2JtA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=jalQKaVR; 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="jalQKaVR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6269FC116C6; Mon, 2 Mar 2026 00:42:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772412127; bh=OzhpnT/oK7gdG2aq2Sv3iw6ZfosZLDSwGsc7MB5+16E=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=jalQKaVRFrsWRtWmX9MxCwn23kF6LUXFhQGPsQdMqwPSvOcyJrRgVugNdqhmdL1US EctcZPbSrDa5Or3wtRaQDVYL1LR1FvGBdxYLMJkJX1OlsdIY18D2wa+Ko0+ihWOctE +rKbr0f+O1g9bP6YJ9bAFDN7N6tZzOGZHYYAKLSFO7ChH76kTAMfCKSE1lxeitCT9B XJGDRkuM9BxjHn7/dAbMcnRvW22RhpiJ73RqUju7/NT7VYuZWQl1+dcQIiwY+IasCl QxynRWUBlKk6maaecDVWKz90yot9jorzs8T2yNO3J9pYeJv7TmGHtK/ML0SZgFt7X9 H5RrzlsQXBX9Q== Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Mon, 02 Mar 2026 01:42:04 +0100 Message-Id: Subject: Re: [PATCH v2 0/3] Allow attaching software node when registering platform devices Cc: "Greg Kroah-Hartman" , "Rafael J. Wysocki" , "Arnd Bergmann" , "Bartosz Golaszewski" , "Hans de Goede" , To: "Dmitry Torokhov" From: "Danilo Krummrich" References: <20260214025246.2095239-1-dmitry.torokhov@gmail.com> In-Reply-To: On Sun Mar 1, 2026 at 6:02 AM CET, Dmitry Torokhov wrote: >> Unless there there is any contrary feedback from Greg or Rafael, I can p= ick up >> the series after -rc1 is out and hand out a signed tag for the two of th= ose. > > Yes, could this be applied please? I have a few patches that depend on > this that I'd like to send out. Sorry for the delay, will do tomorrow! Thanks, Danilo