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 A90B9944F for ; Sat, 14 Feb 2026 00:46:06 +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=1771029966; cv=none; b=QFsL7X66E70G/nQIpS/EMEWqzz3iGMpu/8uBkb0xuYogbJ9Kh7ZyyQT7TPXD9cgKe6KvGBbjunLg5YVcGoUzVYLD2b49j4Oi+NhN5WKUEmCrl6194xht1Z/grxNqYV3HBsS9g+CkF2QKHWj5+HsEp57l3iJwgXHF3iCqLZGC0mo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771029966; c=relaxed/simple; bh=QY6dgnIcezssRJEhSVgzZqSfCdlXC9//pD/jbLAXsa4=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=PItEWrMftH7q1EUmcs3HXK6NEOBAnPnnX7TtcRiwJXhP6IRs8GBzD8s7HBcd92zuyU56rS7GWVWKuzuQ2gMTS5hIyfsNV8F2bpxV+5Eqgdfe0v/M8KoZZ5RZRVLml8Z0fS5EEonjaZoXhrqgsv3T9F5SfazssmN6KWPwBD/HMKg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=q0MhJhiL; 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="q0MhJhiL" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1DF87C116C6; Sat, 14 Feb 2026 00:46:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771029966; bh=QY6dgnIcezssRJEhSVgzZqSfCdlXC9//pD/jbLAXsa4=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=q0MhJhiL+EBxiz7r4DS8N1++OocGLtwHtC6d6i7LMQ5Kj3V18vfHx9Yxr0XI5mH9L lwEGPRqGBmMe6kauO0EpFiOmSovZn+6MaXEp3k+oJqweSIXpUicgT1xTas2tt7wuEO rd+gbYeT38C6Vsb0CCo5STWwJIGWujyjoHTKo8uGza3sYQHJHpTToidE3scKhDbVDw LCCLKO0sGM1ZX3BXUBefIC/j4aBXJs0o0mKm2ymNDYJKag0tJpCz9479Dfp1zV9m08 kjL7j7UEJphiYteMhWQOVt4qb4eOaSbaXleQ2ZVTQ5cBpV+FXz4XoBWo1g5+m871tn R3kqiYAO9rK5w== 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: Sat, 14 Feb 2026 01:46:03 +0100 Message-Id: Subject: Re: [PATCH] driver core: platform: allow attaching software nodes when creating devices Cc: "Greg Kroah-Hartman" , "Rafael J. Wysocki" , "Arnd Bergmann" , "Bartosz Golaszewski" , "Hans de Goede" , To: "Dmitry Torokhov" From: "Danilo Krummrich" References: In-Reply-To: On Sat Feb 14, 2026 at 1:32 AM CET, Dmitry Torokhov wrote: > I have a couple, the affect different boards/subsystems. Ideally if we > could have an immutable branch for everyone to pull in that would be > better. Otherwise we'll have to hold the patches for a bit... If it helps you, I can provide a signed tag for this purpose once we land t= his patch. > I'll split into several patches. Honestly, I'm not sure if we want to fix the formatting at all. It is not t= oo bad, and fixing it messes with git-blame.