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 BED3722FF22 for ; Sat, 14 Feb 2026 10:56:00 +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=1771066560; cv=none; b=gh8J8lwQs6JV4jDskIKechqpPQ1aTfYRIcGjQ9Ngbvda6Ksgf5QZ/wEqycDe7zN/LxB7qR1fLys2vAzAH605w7LXvPzmsrrF1vdbDsSPzezgTY22IbTGtLEapgOL8rfpTSw9DLOyXaT2Y33AHVS13JPFIFG5gZbFjIFhjFV4Q4I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771066560; c=relaxed/simple; bh=CVWxu5Klvdb4ncMKkYZMURieXmUGh+B7gDWJksOE3Bk=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=B21VFURjkj+gvBpe1LQLCih+P5ro9l2+tyaeHTKM0vGk+i/krsf2lYyvWZmG5Qh1kK4W1K9Z4T5GV1uulGkOvFuErARV9RxRYSVg1flf4IDL9WmPBTlLCBXvADSYgVSiU6CuJN7i1cHPiEXJQj4Q90r17pBOZd69SjdycgqA+HI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=fzh/7xFl; 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="fzh/7xFl" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D69BEC16AAE; Sat, 14 Feb 2026 10:55:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771066560; bh=CVWxu5Klvdb4ncMKkYZMURieXmUGh+B7gDWJksOE3Bk=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=fzh/7xFlZ9umNwHMG/7wNmgdMSJFWMznndvafHpwy7sj1nL4aI6zlaC5VJoElTWXo CA/mHuN60PeqWyiorgteGmZI9+UvH3eUIFxoTGPxNUAfdJ+vCxoe7QqO6wR7ASa8hq g/o8HRypoihOJHOXboVsL7mpEK6E9o+XIf+7xhbhm8rMNKKTcao8a9fRjmQPGWhCRk KndQ+p9Gj9/y4vMfYGntwrB1DrmKATxtLuL7t0SZw8fjSkKcTfbYziZmiGLfc+rS+B HU0Ona+TO4yfIg1J9QCkiJz2JUhd1ysKORDBpXtPWIQCoTUgPpchpuQM82JZA7MdHm vEbtdrsA9tZnQ== 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 11:55:57 +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: <20260214025246.2095239-1-dmitry.torokhov@gmail.com> On Sat Feb 14, 2026 at 3:52 AM CET, Dmitry Torokhov wrote: > v2: > - add kerneldoc for platform_device_info Thanks for documenting the whole struct! > - split out formatting changes into a separate patch There is still the mixup in the documentation patch, but I can see why you = did it and I think it's fine. > driver core: platform: add kerneldoc to struct platform_device_info > driver core: platform: allow attaching software nodes when creating > devices Unless there there is any contrary feedback from Greg or Rafael, I can pick= up the series after -rc1 is out and hand out a signed tag for the two of those= . > driver core: platform: fix various formatting issues Thanks, Danilo