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 97D66395255 for ; Wed, 14 Jan 2026 11:03:55 +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=1768388635; cv=none; b=mOw8fQ2rFxdnx1tHtPipYjfMo6gXFNa5JPyGkpHJIVXp5+HmBS/Z/uqDtjLc39fQxp8dIEtNxDHiqWP8Xr9/TJRemo43pCzZ+uLs/arDS6ArXtPo3k+Qmh4A6QtqPk9TVq1JGDC2FiqQkUFk0mYxR9jZQk1txNrL4zf3HiVJbik= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768388635; c=relaxed/simple; bh=3ZRkg12Rs7hH2JZpOMEYyCbORX6t2mY7+XBhr/Xdb4I=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=emyxSfP7+9qmn6Jwz8JbDVR9csEMZyt+X375Q7IxGv2F6FDGOOeN0YSVns9u2a7Zseiz9pvRdUVbQnZLKRGZNSpm4+tg//o4M4uX1g1g5l6gULDey6FuhshFZby4iNjEglKmAXD7oQC4+7t7i7YdU/0OC6RrHV4H97Gw+qD5FFs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nUtK+ICG; 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="nUtK+ICG" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C1E31C4CEF7; Wed, 14 Jan 2026 11:03:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768388634; bh=3ZRkg12Rs7hH2JZpOMEYyCbORX6t2mY7+XBhr/Xdb4I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nUtK+ICGK8hk1xwUgdLmRBwuq1xQnb5QNey6GLMfQLQ8I065wBvIJd80YyyQ0DDyd rqbjACkXOgfJQYy95KhevKEyvyCxBPvHj9+LW13/DM742KkMNX2pCWk+SZCiXrb0DS j9SrCJjeE2cJi89ziwDjZS8ZkTq71beOoNl3/ACurcQ4IP0eNUEHWTsNTmPHO3zQL0 LYfpVRujZeYKjhd0GqNlQ/Re/OHamrEkvK73TUhqiqTz5g0eOdh/uTaxaD9q+GfjAj dEWD/zabmaSTbRnPfh3trHuCTisGzutHv4cg82Nz/506rGEdaSGMP9y40gYfpYnyYj lXtFZp8tsEj+Q== Received: from johan by xi.lan with local (Exim 4.98.2) (envelope-from ) id 1vfyfD-00000000367-493p; Wed, 14 Jan 2026 12:03:48 +0100 Date: Wed, 14 Jan 2026 12:03:47 +0100 From: Johan Hovold To: Nishanth Menon , Santosh Shilimkar Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] soc: ti: k3-socinfo: fix compile testing Message-ID: References: <20251127135455.2497-1-johan@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20251127135455.2497-1-johan@kernel.org> On Thu, Nov 27, 2025 at 02:54:54PM +0100, Johan Hovold wrote: > There seems to be nothing preventing this driver from being compile > tested so enable that by adding the missing input prompt. > > Fixes: 907a2b7e2fc7 ("soc: ti: add k3 platforms chipid module driver") > Signed-off-by: Johan Hovold Can this one be picked up now? Johan