From patchwork Wed Nov 6 13:28:16 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amit Kucheria X-Patchwork-Id: 11230289 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E232C1575 for ; Wed, 6 Nov 2019 13:28:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BD1DF20663 for ; Wed, 6 Nov 2019 13:28:38 +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 S1731461AbfKFN2h (ORCPT ); Wed, 6 Nov 2019 08:28:37 -0500 Received: from mail-pl1-f193.google.com ([209.85.214.193]:33331 "EHLO mail-pl1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730685AbfKFN2h (ORCPT ); Wed, 6 Nov 2019 08:28:37 -0500 Received: by mail-pl1-f193.google.com with SMTP id ay6so4432192plb.0 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=CvewqOzwl/9TIPxgSb4tLC3TyDI+bzwIdI0/melzAknNFR1fVjSg2NwtYNO+rj51Fz JiCzk/cOmI/Y2PMOOQWqDjs/4kjDB5ahpE1vYdjXxSrLCPHR1MqGvJx9ZWga8jbWClyo 6qpypYTqaOlmR1NDY1egW7EJi8/yjR+cbLveRL/B2GTwIVUTkiVu2AjFpikmF3NZX2cA jErCIwPP8o9+KtIt/LxAx0yMzQDkrK45n17j7yxDjz1w/IdsTa0boX6nWcbM6tL4KB2c vRUlVU/hyhS4fhYf/6GpYAd8QwzJ5DgUlMVoAqmLdsIt1SFkhx1S9Jf54xVDzMAQdtYo 8/OQ== X-Gm-Message-State: APjAAAV5Lwgp4dZldQlqioCB+8dQPI/SHfMuSWwXuYZEmD8oPTrbttlr KgNSk0/rasiMm71r450AHIifQQ== 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-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@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(-)