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 1F1AA14D29B; Fri, 27 Mar 2026 07:25:10 +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=1774596311; cv=none; b=LDvonZNfxh33QwGJGFOZqNGWuCVmuYdtU7Tz4MlByR2QHMejoJMiiR5fwFta99vzsjeVn15es7QvoQAvIAAjpel2fiwHqmudV50pkKum8ocpz41G+bE8qLa6sHzEwcihK2VfSbNMY0BK5SSTGYM3ZOY1adXPgHMMkqDDl/dNNv0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774596311; c=relaxed/simple; bh=udvT43EPq3bFj+u0f2V6lu78xvJCMoL7Yb7k9cm7NiM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=qmPxL5Szde8eDpL2HHJcFbechaHZHAuOfuqidLfhw6/yoggOHB1OseKZOG5lYcmJohL4RbwjwwR0VK4o8KD61l+lpUeDNE2y8O7TMWWkdv//ZAXOVxHJzJ2vtXMUO4tJu/2keAEr2bU0H+AXWNSI37vCmnAml7IAmCNsxqBEheM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=kdda/cMN; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="kdda/cMN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2D1EFC19424; Fri, 27 Mar 2026 07:25:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1774596310; bh=udvT43EPq3bFj+u0f2V6lu78xvJCMoL7Yb7k9cm7NiM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kdda/cMNd8jOTum+7WXeN8vqAsce5nMpQObDvxhAjgrex7nhszMYy8yXQ514IINum Kjo6CqTOl9SNgoPz0meLKsNiVFedY9N9192HlK6MwWmdQ2vjTxeyyoEEhJKOv9QtL8 wIVcZi5taJRFT2SYIvQzcgFwNpRcraT1+V5ecMvo= Date: Fri, 27 Mar 2026 08:24:46 +0100 From: Greg KH To: Akshay Gupta Cc: linux-kernel@vger.kernel.org, corbet@lwn.net, skhan@linuxfoundation.org, linux@roeck-us.net, arnd@arndb.de, Prathima.Lk@amd.com, naveenkrishna.chatradhi@amd.com, Anand.Umarji@amd.com, linux-doc@vger.kernel.org, linux-hwmon@vger.kernel.org, kunyi@google.com Subject: Re: [PATCH v1 5/6] misc: amd-sbi: Add SBTSI ioctl register transfer interface Message-ID: <2026032706-comment-handsaw-8f1f@gregkh> References: <20260323110811.2898997-1-Akshay.Gupta@amd.com> <20260323110811.2898997-6-Akshay.Gupta@amd.com> Precedence: bulk X-Mailing-List: linux-doc@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: <20260323110811.2898997-6-Akshay.Gupta@amd.com> On Mon, Mar 23, 2026 at 04:38:10PM +0530, Akshay Gupta wrote: > + dev_info(&client->dev, "Removed sbtsi driver\n"); When drivers work properly, they are quiet. No need for this kernel log spam. And were are all of these new ioctls documented and where is the userspace tools that use them? thanks, greg k-h