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 X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 10A9BC5DF62 for ; Wed, 6 Nov 2019 13:28:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CFE7E21D79 for ; Wed, 6 Nov 2019 13:28:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="Mo4TAU7f" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726882AbfKFN2g (ORCPT ); Wed, 6 Nov 2019 08:28:36 -0500 Received: from mail-pl1-f194.google.com ([209.85.214.194]:35317 "EHLO mail-pl1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730655AbfKFN2g (ORCPT ); Wed, 6 Nov 2019 08:28:36 -0500 Received: by mail-pl1-f194.google.com with SMTP id s10so590990plp.2 for ; Wed, 06 Nov 2019 05:28:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=1g5bmlvDJmzq0j8rw+Hyiq1h7w7jIJ4WDcwt2PpU20g=; b=Mo4TAU7fRjbhRaWWEK1LJyvn+DSxubqpdHRD94G9troWEwzLz8YYrBRIS2KdSpX3dT FeMeoDlj7TwE3SHuoLTBKK+WrPKt4gh0PazZ1g5ozZLTZDY1XPVJRgI7Y3gApyFnHK/1 3cFeLTF1BcFuj3Ip+HCsBdu5/XN6JIT4IO2nzkU8wdkue1G52cekATxLLxxMGq70HiPj KD2SMv14UvZ/GkEikI7a62KpToNHUOtEaKhrhhq5wGD66CXnWhHliySQH/pY23OEUsqG 8z4GOFi9XOisHIgTNfRfMeAu0z6FY4WyKVzYa8WTLixMCLiMNJsQHO1OZjQ+X00OG6p4 2vrQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=1g5bmlvDJmzq0j8rw+Hyiq1h7w7jIJ4WDcwt2PpU20g=; b=bSbjzdIt2n2+VhYiRvdFEGi59c050hW9zJKADJuxRzR4KCrrfd6ObLqaPIkk6AW4fC Oyb2M++C6oorJ+dQKgqns1ot/clUvPnpjbxQvYZLBihGrvoCVt0bqDi7xx4tgVgtBIgJ lbnTZfGCfPnd5Pucz5jXwixFiS8cOs7fTmrwJksNLHeQIME1E/93JMravcMNXDOtZCpS U1m6UNXZtKEZexuMD4I2eKOfftTlViIsqrvcnWbKmBzkYc+73x4vGYPqRBZg/4hVG2ui M7w08mYFC9MEcxPZOJrXJtcEWJe9SgxAg4ppVvEwtQmpqg7dhXrzKPSNYR4L033YzCbj kL7Q== X-Gm-Message-State: APjAAAWcMjZ2l06ErYPQ/NDV2L0bGnpsadtqUlqa5JifgSADCZ74cIYZ bQj9JSvSZbpsq9OXZipS5F289g== X-Google-Smtp-Source: APXvYqyAyMf4Opoy7bESQRlotkkR0kSWU/mPg+gqk7EyqL30BQrBho6L7bwwesWM6v5WR7oQnljBAw== X-Received: by 2002:a17:902:ac90:: with SMTP id h16mr2681286plr.147.1573046915172; Wed, 06 Nov 2019 05:28:35 -0800 (PST) Received: from localhost ([49.248.202.230]) by smtp.gmail.com with ESMTPSA id x20sm23085573pfa.186.2019.11.06.05.28.34 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 06 Nov 2019 05:28:34 -0800 (PST) From: Amit Kucheria To: linux-kernel@vger.kernel.org, edubezval@gmail.com, Amit Daniel Kachhap , Amit Kucheria , Bartlomiej Zolnierkiewicz , Daniel Lezcano , Guillaume La Roque , Heiko Stuebner , Javi Merino , Jonathan Hunter , Jun Nie , Krzysztof Kozlowski , Kukjin Kim , Matthias Brugger , Shawn Guo , Thierry Reding , Viresh Kumar , Zhang Rui Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-pm@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-tegra@vger.kernel.org Subject: [PATCH 00/11] thermal: clean up output of make W=1 Date: Wed, 6 Nov 2019 18:58:16 +0530 Message-Id: X-Mailer: git-send-email 2.17.1 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Cleanup output of make W=1 inside drivers/thermal. This should allow us to focus on real issues that tend to get lost in the noise much better. There is no functional change. This series was generate on top of linux-next from 20191105. Regards, Amit Amit Kucheria (11): thermal: of-thermal: Appease the kernel-doc deity thermal: cpu_cooling: Appease the kernel-doc deity thermal: step_wise: Appease the kernel-doc deity thermal: devfreq_cooling: Appease the kernel-doc deity thermal: max77620: Appease the kernel-doc deity thermal: mediatek: Appease the kernel-doc deity thermal: rockchip: Appease the kernel-doc deity thermal: samsung: Appease the kernel-doc deity thermal: tegra: Appease the kernel-doc deity thermal: amlogic: Appease the kernel-doc deity thermal: zx2967: Appease the kernel-doc deity drivers/thermal/amlogic_thermal.c | 6 +++++- drivers/thermal/cpu_cooling.c | 1 + drivers/thermal/devfreq_cooling.c | 3 ++- drivers/thermal/fair_share.c | 4 ++-- drivers/thermal/gov_bang_bang.c | 4 ++-- drivers/thermal/max77620_thermal.c | 2 +- drivers/thermal/mtk_thermal.c | 12 ++++++------ drivers/thermal/of-thermal.c | 2 +- drivers/thermal/rockchip_thermal.c | 22 ++++++++++++++++------ drivers/thermal/samsung/exynos_tmu.c | 5 ++++- drivers/thermal/step_wise.c | 4 ++-- drivers/thermal/tegra/soctherm.c | 15 +++++++++++++-- drivers/thermal/user_space.c | 4 ++-- drivers/thermal/zx2967_thermal.c | 1 + 14 files changed, 58 insertions(+), 27 deletions(-) -- 2.17.1