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 59537C433EF for ; Wed, 29 Jun 2022 23:18:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230504AbiF2XSn (ORCPT ); Wed, 29 Jun 2022 19:18:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56990 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229698AbiF2XSk (ORCPT ); Wed, 29 Jun 2022 19:18:40 -0400 Received: from mail-pl1-x62e.google.com (mail-pl1-x62e.google.com [IPv6:2607:f8b0:4864:20::62e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ABB262228B for ; Wed, 29 Jun 2022 16:18:37 -0700 (PDT) Received: by mail-pl1-x62e.google.com with SMTP id jh14so15477266plb.1 for ; Wed, 29 Jun 2022 16:18:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=WCZ9XmbAa/JAaxeY8vzw1f1J/PDv98SAx+RwG4qaGQk=; b=C1KyJQUYnz02b4RXDHNAvvaFDVfmkjh0FZyapJ//Hk32EKNpWSoI4dsCbp7qtx/HjF fGtYM34+ke+USyOn/O4kr7ePGw/Glq/xc89kSuVYmAq63cNR3Vn4PXOKbwUAvn4JONuI ANuXFQp1YAvtghzJEQO/Dawt3234kthqcqYGcDAETkcjDUlo5sEIgqK5D7JG8Qpb7ITq wX28a0JIk34aRJnrulRoqMNR4ASTf4mdFG4Vm7PO/SV8+IZwHCnvMc9lMEEXjJuiFMeA YEmDFNaPZpAoLmLagn16yb8qoR0rseYVni/T4dNThyT0l4vdf+51+B9pC1PpXBwVmiG7 vy/g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=WCZ9XmbAa/JAaxeY8vzw1f1J/PDv98SAx+RwG4qaGQk=; b=fdWJGW9cdkKK3ub1eWiAKD5L4wDWA65pXigQaxKmxRgEIypKRWpP+PsQ5yX79nhYen aqAh1QDh4rFTbLjZDvPv6KbrSijorx4IMQiYgctxjpB0pnDWyh7J+/kcfkecKrtVwGAv kSQWzkSs0UizFSsHLt+cdDDkJFd0xW3lIHg36bSSf/pdJpaq8FM5sb1/XgM1gN8n/dCB K22K+s8LH6hD8z87DDF79ClQ3fLnzSIovPSxIEosbGpB9o6xiMTfI32Biz5bsErDPAIz 7tzfar4q7ZUSpzh9UyTpVUAu+zEl5zG5+HdRIFPK0okqBP+r/FXRhfdncG9AOexK/T9o 6T3g== X-Gm-Message-State: AJIora+JoAsxO7uJBCGOnsa6mcgTxRKM7tHtWQMRLSLBwaubAA79Rhx7 uPUDTvGB+1Z/NRCxXsgAxuKT7g== X-Google-Smtp-Source: AGRyM1sSEsY/MmnYvfXLmBXPUMl+8nOa0/dAqS9qoVWFguDNOEdCu3wU0KNwoxXIKifvIu3ekKqGIg== X-Received: by 2002:a17:90a:5509:b0:1ec:caf4:b327 with SMTP id b9-20020a17090a550900b001eccaf4b327mr8333381pji.129.1656544717040; Wed, 29 Jun 2022 16:18:37 -0700 (PDT) Received: from google.com (249.189.233.35.bc.googleusercontent.com. [35.233.189.249]) by smtp.gmail.com with ESMTPSA id p26-20020a634f5a000000b0040dfb0857a0sm6688974pgl.78.2022.06.29.16.18.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 29 Jun 2022 16:18:36 -0700 (PDT) Date: Wed, 29 Jun 2022 23:18:33 +0000 From: William McVicker To: Guenter Roeck Cc: stable@vger.kernel.org, Jean Delvare , Zhang Rui , Eduardo Valentin , Daniel Lezcano , kernel-team@android.com, linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, "Rafael J . Wysocki" Subject: Re: [PATCH 4.19 v1 1/2] hwmon: Introduce hwmon_device_register_for_thermal Message-ID: References: <20220629225843.332453-1-willmcvicker@google.com> <20220629225843.332453-2-willmcvicker@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On 06/29/2022, Guenter Roeck wrote: > On 6/29/22 15:58, Will McVicker wrote: > > From: Guenter Roeck > > > > [ upstream commit e5d21072054fbadf41cd56062a3a14e447e8c22b ] > > > > The thermal subsystem registers a hwmon driver without providing > > chip or sysfs group information. This is for legacy reasons and > > would be difficult to change. At the same time, we want to enforce > > that chip information is provided when registering a hwmon device > > using hwmon_device_register_with_info(). To enable this, introduce > > a special API for use only by the thermal subsystem. > > > > Acked-by: Rafael J . Wysocki > > Signed-off-by: Guenter Roeck > > NACK. The patch introducing the problem needs to be reverted. I'm fine with that as well. I've already verified that fixes the issue. I'll go ahead and send the revert. Thanks, Will > > Guenter > > > --- > > drivers/hwmon/hwmon.c | 25 +++++++++++++++++++++++++ > > include/linux/hwmon.h | 3 +++ > > 2 files changed, 28 insertions(+) > > > > diff --git a/drivers/hwmon/hwmon.c b/drivers/hwmon/hwmon.c > > index c4051a3e63c2..412a5e39fc14 100644 > > --- a/drivers/hwmon/hwmon.c > > +++ b/drivers/hwmon/hwmon.c > > @@ -725,6 +725,31 @@ hwmon_device_register_with_info(struct device *dev, const char *name, > > } > > EXPORT_SYMBOL_GPL(hwmon_device_register_with_info); > > +/** > > + * hwmon_device_register_for_thermal - register hwmon device for thermal subsystem > > + * @dev: the parent device > > + * @name: hwmon name attribute > > + * @drvdata: driver data to attach to created device > > + * > > + * The use of this function is restricted. It is provided for legacy reasons > > + * and must only be called from the thermal subsystem. > > + * > > + * hwmon_device_unregister() must be called when the device is no > > + * longer needed. > > + * > > + * Returns the pointer to the new device. > > + */ > > +struct device * > > +hwmon_device_register_for_thermal(struct device *dev, const char *name, > > + void *drvdata) > > +{ > > + if (!name || !dev) > > + return ERR_PTR(-EINVAL); > > + > > + return __hwmon_device_register(dev, name, drvdata, NULL, NULL); > > +} > > +EXPORT_SYMBOL_GPL(hwmon_device_register_for_thermal); > > + > > /** > > * hwmon_device_register - register w/ hwmon > > * @dev: the device to register > > diff --git a/include/linux/hwmon.h b/include/linux/hwmon.h > > index 8fde789f2eff..5ff3db6eb9f1 100644 > > --- a/include/linux/hwmon.h > > +++ b/include/linux/hwmon.h > > @@ -390,6 +390,9 @@ hwmon_device_register_with_info(struct device *dev, > > const struct hwmon_chip_info *info, > > const struct attribute_group **extra_groups); > > struct device * > > +hwmon_device_register_for_thermal(struct device *dev, const char *name, > > + void *drvdata); > > +struct device * > > devm_hwmon_device_register_with_info(struct device *dev, > > const char *name, void *drvdata, > > const struct hwmon_chip_info *info, >