From mboxrd@z Thu Jan 1 00:00:00 1970 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1C55CC44501 for ; Wed, 15 Jul 2026 15:55:01 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C0D8C10E69C; Wed, 15 Jul 2026 15:55:00 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="ocQo6Ofu"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id B049110F10B; Wed, 15 Jul 2026 15:54:58 +0000 (UTC) Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by sea.source.kernel.org (Postfix) with ESMTP id 34E0E42A3E; Wed, 15 Jul 2026 15:54:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A6DA11F000E9; Wed, 15 Jul 2026 15:54:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1784130898; bh=/4je5v4Zc6foYfwF22j5/Y0sxbqqutXc3dxRqcgRIFQ=; h=Date:Subject:Cc:To:From:References:In-Reply-To; b=ocQo6OfuCAGy9CbCU8jZO8bqxs3VCUC7UGkA6+1qW4pB7dfnvZwPl16bCqt1P0JK3 04lGRPsWduj7NXGdZiuEISgwzhSP4QmFbl3BPHM0L3UDwkiKTwBQETnRf40eVS6KlX DaHuSx9LOnLIjQMTMIfHvTcejI+98lJzUcB3e4dFCMqc9x8Gqx36ZbPnrGvS00sjdd 0p9PVefoSlIGmrEkECCWBopH4/fdwDgichvQ7yAK2dAK9hab2wlW3aAfhS7Sbee1cR +O8DYzTXTi1Xl5NUt8hucc7DV9JwjM7t2ahSLzgrgoQXu/gzdZjiSwtD1r0MT7rpJw rPpoB+Efr9gAA== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 15 Jul 2026 17:54:53 +0200 Message-Id: Subject: Re: [PATCH v7 3/4] driver core: platform: unify release path Cc: "Maximilian Luz" , "Hans de Goede" , =?utf-8?q?Ilpo_J=C3=A4rvinen?= , "Matthew Brost" , =?utf-8?q?Thomas_Hellstr=C3=B6m?= , "Rodrigo Vivi" , "David Airlie" , "Simona Vetter" , "Greg Kroah-Hartman" , "Rafael J. Wysocki" , , , , , , "Bartosz Golaszewski" To: "Bartosz Golaszewski" From: "Danilo Krummrich" References: <20260713-swnode-remove-on-dev-unreg-v7-0-6d6bc448427a@oss.qualcomm.com> <20260713-swnode-remove-on-dev-unreg-v7-3-6d6bc448427a@oss.qualcomm.com> In-Reply-To: X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" On Wed Jul 15, 2026 at 5:25 PM CEST, Bartosz Golaszewski wrote: > While at it: the other dependency of this series is: > > https://lore.kernel.org/all/20260713-swnode-fw-devlink-v4-0-d4f2dee27ad= 9@oss.qualcomm.com/ > > It's been reviewed and I think it's ready. It shouldn't conflict with the= other > dependency that Greg already queued. Would you mind picking patches 1-4 f= rom > that series into an immutable branch based on v7.2-rc1 and taking them th= rough > the driver core tree and I'd queue patch 5 through the GPIO tree after fi= xing > conflicts with other GPIO kunit tests I already picked up? Yeah, I have that series on my list to follow-up on, will do. Thanks, Danilo