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 EFA18350A07; Fri, 19 Dec 2025 15:47:35 +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=1766159256; cv=none; b=VQGZZpH9lyAVUPxEQXcI8NZa1WmSwLuJlv779LmPCURBvOl8fu453nwmIhhTbMXsPXrQeUma+vyqlaqVhy+a4iYy5epkJ+Si3l5yBmCsm93NauXZqr+2+CoUTbPBvgrEdMhRiGBrWMcfpG7ppsrQBcOsirme2zHgEOqpn8IHmS4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766159256; c=relaxed/simple; bh=hY7V/ckCmkzyRlGJ9pUx9rPpk1r96bmRzZM0U/1jHQA=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=MfZk7HHgEjHCqd9Hb0Bi43LWoKUUCsb1/3nMjJZjz6Q3vAUJ3h6c4w3iiYm4dMV2og36YwjFR40dhGAz2BocOZxTt7JrwL4S49MAPOoIc53kpZE18xr5DALfVYzuREWiNojEFMcf+GDKa88L91Tf7P6wq3qlRr00/AGs2/QCauc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=M1wla5W2; 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="M1wla5W2" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 351AFC4CEF1; Fri, 19 Dec 2025 15:47:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1766159255; bh=hY7V/ckCmkzyRlGJ9pUx9rPpk1r96bmRzZM0U/1jHQA=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=M1wla5W2pkDGp2D7Io0qs9dmvuf0jzuwf2gB7L5Ys3Ce9sHQQoAQ6dkJ/gk/hFwcq ZQB9XjknAQFudYX/lf3+ogI5/zpxhOc6MfDQ3pf4KmXVr4QIeyhqsM+6c3c0ho5sEY PsahWZgmOR+BmKXdEY0tAjcQHgsQp2Mht/q/5O9gqjCV2NWl/aszHI+7YZwzARXzrb Kj+9qGViWeE40zTH87ZQ0ILP/UlikqXVLKKVdKOPrqiiQstAwPVd4rjfqCnsNPdVBQ w/k+upzdIc+cUVh+AcGSoe9XJ04T+rPG+CK6qFBYPiwEtDcUevfLyQCiDLC7umlsIz RhWqLTd4ydUwg== 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: Fri, 19 Dec 2025 16:47:30 +0100 Message-Id: Subject: Re: [PATCH 1/1] software node: Also support referencing non-constant software nodes Cc: "Mehdi Djait" , "Sakari Ailus" , , "Greg Kroah-Hartman" , "Rafael J. Wysocki" , "Andy Shevchenko" , "Daniel Scally" , "Heikki Krogerus" , "Linus Walleij" , "Philipp Zabel" , "Charles Keepax" , , "Kenneth Crudup" , , "Bartosz Golaszewski" To: From: "Danilo Krummrich" References: <20251219083638.2454138-1-sakari.ailus@linux.intel.com> <7d04ba37-b505-4207-95c3-b0ffb0736ea4@oss.qualcomm.com> <29830128-8b75-4c57-ac55-0158f3688f12@oss.qualcomm.com> In-Reply-To: <29830128-8b75-4c57-ac55-0158f3688f12@oss.qualcomm.com> On Fri Dec 19, 2025 at 4:38 PM CET, johannes.goede wrote: > No reason other then me not paying attention and since this fixes > an issue related to IPU6 cameras I typed the above on auto-pilot, > my bad. > > You're completely right this should go upstream through driver core > and my request makes no sense, sorry. No worries, could have been there is a specific reason. :)