From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 67D6033C194; Wed, 15 Jul 2026 15:54:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784130899; cv=none; b=NzJNbMTLLNX0xYiCXj7vTJ/lK287QXpFTo/qD2b1KAyx+J5OHeRqzDTs7Wlvae7CnL30zleFrSpah7ATKUBlDCMnsQGZDLCO7rh0wDW4heW/JslGZRUROa4t6RpIYjj4T+wJs7oz1rquzfPKKT/OKxCkD0YDvuWTh3VUgBz2nGI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784130899; c=relaxed/simple; bh=WscQ3xAjd+vbwScTjDZ3GHWB8Hs3o68Y3V5puABDhT4=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=TeH2s6I7pHcNtljsl5aHf1mjD28uE32P1lbzx0GI7D4PdrR7KzWcYVbaKGLCmxdAf57mZzVbEJ7kqUALlEolity4WKe6XqvHav2F94NMHMF7XWXT1aXzYWc2zVjrptycOLq3XQZ1V/r6dJK1KtsDftQKpLNofiP1BwfsqYlgJDk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ocQo6Ofu; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ocQo6Ofu" 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== Precedence: bulk X-Mailing-List: platform-driver-x86@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: 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: 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