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 CE3B729D27A; Sat, 4 Apr 2026 07:04:27 +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=1775286267; cv=none; b=uY/mZMYlOC9zex9YzrescTJ5uTHm03jGpuurSEeQwVyi15N8NisfvNcWtTC1bFCXZb6YPRtA3A+yL/rxd5wbR8q2ZXVtP5A5IwkmywhEuzDim1PZk4LiHwZ89zgidT0/T92bO/JylZCB3CUj/Tj9ECEsLbFddVU9Q8Swi6SIt5I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775286267; c=relaxed/simple; bh=g4ulReymsmUnl3J7OQb0CYj2AnQQkrXyzbEsQR2OgT8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=eeMpzh/muHNKuDiKTgXmABMAfeNPHSPAZIymtvyROZx0bDVmzw9THsk/TOOAxwVkiqlgfq+4OwqedabSGLYeIGF8q0gLxceGIXwR5xqL7i7oAxncauoGudzO/5KE2cfVKUJZ05ZUacbIs1j12kmYO3NIZ4pQR2Aqndzrxk7e/R4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=rG/MF/QJ; 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="rG/MF/QJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D7DE0C19423; Sat, 4 Apr 2026 07:04:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775286267; bh=g4ulReymsmUnl3J7OQb0CYj2AnQQkrXyzbEsQR2OgT8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rG/MF/QJ8k6cdUaNHWXW3lB1GGa6SC8biMa9QI030QboI2Rp6IzXpZnuLkDil6nK2 43IF89kBH61akifxk6sTyHRYS99e4rXUrJvsqXlH3c50gmsn6D/U9S5GJ5YvctFTqH uexeEX8X7cYL7Ons1Xs6Uk+y8zL3Wbxnt2uOA2rGDivZzLXh/ZU1a8d3Vt/VeZTWN+ R6aDeDtPqPg4/RvOh99ny4uTLvC+h4eH/05sYWbTXTZ0dXNhoh2yJW+xEgXcMlDms/ O/qKXe5/lag1egv6pdwBEDteG10N1qhJ27jl0fjLAcqaYWxIXArMslM9cWHU59txef X6uPpAG+8Kf3w== Date: Sat, 4 Apr 2026 09:04:24 +0200 From: Krzysztof Kozlowski To: Victor Duicu Cc: Guenter Roeck , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Jonathan Corbet , linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, marius.cristea@microchip.com Subject: Re: [PATCH v12 1/2] dt-bindings: hwmon: add support for MCP998X Message-ID: <20260404-accurate-discreet-poodle-2bf04f@quoll> References: <20260403-add-mcp9982-hwmon-v12-0-b3bfb26ff136@microchip.com> <20260403-add-mcp9982-hwmon-v12-1-b3bfb26ff136@microchip.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260403-add-mcp9982-hwmon-v12-1-b3bfb26ff136@microchip.com> On Fri, Apr 03, 2026 at 04:32:16PM +0300, Victor Duicu wrote: > Add devicetree schema for Microchip MCP998X/33 and MCP998XD/33D > Multichannel Automotive Temperature Monitor Family. > > Signed-off-by: Victor Duicu > --- > .../bindings/hwmon/microchip,mcp9982.yaml | 237 +++++++++++++++++++++ > MAINTAINERS | 6 + > 2 files changed, 243 insertions(+) Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof