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 6A6A91624D5; Sat, 4 Oct 2025 14:17:51 +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=1759587471; cv=none; b=YXpa65flL7h/bZ7t/UsCu9/57RYN0QHZ3X2+/9Lu/nZQKdh5u8WBypLLSFILzNmrmc2zMVEXWkeG7RfnWKcEJG6jIpKsSEaeNwBhwW+u32b9D5+GxGBPqcvwMv7d9+/XyRP5dSFIOro9FNYYvv8Tsf1t8kzwmmIkMyk+bZH9Mo4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759587471; c=relaxed/simple; bh=XSuJmY7cKALHKYFhprMg07CpvRsQaB27YUDzpQM41Hc=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=hPI6wvKrbeHAmSAuzCiaiOqXDHkAcy7rshgVxhWd8c8FOou/xy7k3v/CtgkBYEMa5VR5e/yzWxTv7PRr0AlW12p1zt/KwYSEfCvaPHEzal1KtKiSZAk3FZq20HOfXGeVZqo4eRAaOH6vB0QJoMbmwdtBvrMYjH20AqjbH37SwIY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=a6mhdYdE; 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="a6mhdYdE" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B2E44C4CEF1; Sat, 4 Oct 2025 14:17:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1759587471; bh=XSuJmY7cKALHKYFhprMg07CpvRsQaB27YUDzpQM41Hc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=a6mhdYdELvhfNdz3jQ+ldhH09HlCG2xJKt4SUvaevqgo4jKxOevbVXBqWzc6fIdEV FBJAD5WYtRVDgrpG6vZwJigPBihwWNo/tHaLdIlxo0dZ0RUwhbSv+w2t6Ic5U+D1FB Ch7lGOCwxKn81USOAPvI+DTK9tUTW2noW2iPrydFnfw8SAoDZrTSKH62PfE8uELxCF 5u2AQpRC9mF5VczB/J/AS2gmGNY8BIcVt9025zITm1J3yuacZSll3JQJ1ckU1j0WI7 SPd9w5ILzRq8iqd1yYmoIzACeXHSAdRI99AtDLczTAIHCBhB/fdOGmfbBD0E9+Y8pR vLGxsfFAnHQ6g== Date: Sat, 4 Oct 2025 15:17:41 +0100 From: Jonathan Cameron To: Cc: , , , , , , , , , Subject: Re: [PATCH v6 2/2] iio: temperature: add support for MCP998X Message-ID: <20251004151741.3147e3e9@jic23-huawei> In-Reply-To: <20250930133131.13797-3-victor.duicu@microchip.com> References: <20250930133131.13797-1-victor.duicu@microchip.com> <20250930133131.13797-3-victor.duicu@microchip.com> X-Mailer: Claws Mail 4.3.1 (GTK 3.24.51; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-iio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 30 Sep 2025 16:31:31 +0300 wrote: > From: Victor Duicu > > This is the driver for Microchip MCP998X/33 and MCP998XD/33D Multichannel > Automotive Temperature Monitor Family. > > Signed-off-by: Victor Duicu Other than the request for a stronger set of reasoning for IIO rather than hwmon this looks good to me. We have plenty of time given where we are in the cycle to resolve that question. Thanks, Jonathan