From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5AEA0CCA47E for ; Thu, 23 Jun 2022 12:38:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231599AbiFWMiH (ORCPT ); Thu, 23 Jun 2022 08:38:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49776 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229647AbiFWMiG (ORCPT ); Thu, 23 Jun 2022 08:38:06 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CEF7418347; Thu, 23 Jun 2022 05:38:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Transfer-Encoding:Content-Disposition: Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:From: Sender:Reply-To:Subject:Date:Message-ID:To:Cc:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Content-Disposition: In-Reply-To:References; bh=d/oFFKW9u0L/W5NNVyMMS2ZgbEMzHEgqZ0HwOnwIo6M=; b=Lq 3CJRRT7/0FoELz+U0QUnqt9yVCWNg1jd0HIPVqhb7AfVKWT1TZ5/bjDawY0SFX7UBo+YAC8VunFzh UbXxd0kB+L9Mfwj26+S68RHBOmvkuBwgYwJyoPS4VCVfGY2jROIVTeLQnwpaNwfr3+H3dD10KB/qE aXNhIOJQcmtYebw=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1o4M5K-007y4R-P5; Thu, 23 Jun 2022 14:37:22 +0200 Date: Thu, 23 Jun 2022 14:37:22 +0200 From: Andrew Lunn To: Michael Walle Cc: Heiner Kallweit , Russell King , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Xu Liang , Jean Delvare , Guenter Roeck , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org Subject: Re: [PATCH net-next] net: phy: mxl-gpy: add temperature sensor Message-ID: References: <20220622141716.3517645-1-michael@walle.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220622141716.3517645-1-michael@walle.cc> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 22, 2022 at 04:17:16PM +0200, Michael Walle wrote: > The GPY115 and GPY2xx PHYs contain an integrated temperature sensor. It > accuracy is +/- 5°C. Add support for it. > > Signed-off-by: Michael Walle Reviewed-by: Andrew Lunn Andrew