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 C9ABEC77B73 for ; Wed, 31 May 2023 22:11:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230359AbjEaWLn (ORCPT ); Wed, 31 May 2023 18:11:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34542 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230515AbjEaWLh (ORCPT ); Wed, 31 May 2023 18:11:37 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F3041E4C; Wed, 31 May 2023 15:11:07 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2950C63F92; Wed, 31 May 2023 22:10:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 07DC8C433D2; Wed, 31 May 2023 22:10:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685571036; bh=XsHkCEg9AmeXq1mesBojfBB8VVniBXgX03EI8HB4k/Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uh1acxzgOkKruiMcGA9IS2WS1JPU7vf4IgE5zhldHKioPiz9U91U7RYR4xPVqX6EQ x31E/qhoBynOsy32QMftAvRs1QBD3CoUILSbABnHdATvWWnX00KihLxPkVrxD6Dpyj rWMKWNdhwP7VjGIyvnncM0qmUrHBek0oWccv960JLRfgP1TnRuMZIaY2cTMRGSN4+O ZkQHbHHsvrNkL51NO4K9apfT0yy0pcyGIxYG88563GVuBRkD5qHPkp479FBp6D4e02 DuNQdzjWqfODsjEEtGTypcBD9hpKiiuxcdZv3r/m1DgTlC+4FD8ptUY6TaqCrdU+dM Oo1T9M/wdPNkQ== Date: Wed, 31 May 2023 15:10:34 -0700 From: Saeed Mahameed To: Daniel Lezcano Cc: rafael@kernel.org, linux-pm@vger.kernel.org, thierry.reding@gmail.com, Sandipan Patra , Gal Pressman , Saeed Mahameed , Jakub Kicinski , Leon Romanovsky , "David S. Miller" , Eric Dumazet , Paolo Abeni , "open list:MELLANOX MLX5 core VPI driver" , "open list:MELLANOX MLX5 core VPI driver" , open list Subject: Re: [PATCH 1/8] net/mlx5: Update the driver with the recent thermal changes Message-ID: References: <20230525140135.3589917-1-daniel.lezcano@linaro.org> <20230525140135.3589917-2-daniel.lezcano@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20230525140135.3589917-2-daniel.lezcano@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On 25 May 16:01, Daniel Lezcano wrote: >The thermal framework is migrating to the generic trip points. The set >of changes also implies a self-encapsulation of the thermal zone >device structure where the internals are no longer directly accessible >but with accessors. > >Use the new API instead, so the next changes can be pushed in the >thermal framework without this driver failing to compile. > >No functional changes intended. > I see this patch is part of a large series, do you expect me to re-post to net-next or you are going to submit via another tree ?