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 51295C432C3 for ; Wed, 20 Nov 2019 15:46:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 26E942071B for ; Wed, 20 Nov 2019 15:46:48 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="sx33veXR" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732559AbfKTPqp (ORCPT ); Wed, 20 Nov 2019 10:46:45 -0500 Received: from mail-pj1-f68.google.com ([209.85.216.68]:38966 "EHLO mail-pj1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729758AbfKTPp2 (ORCPT ); Wed, 20 Nov 2019 10:45:28 -0500 Received: by mail-pj1-f68.google.com with SMTP id t103so14889pjb.6 for ; Wed, 20 Nov 2019 07:45:28 -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=p1oQ2/ApuLBZfJjzJxbReeEfweEJSenuiYCAOd26jOY=; b=sx33veXRT/WG71DXlr2LQUN/kHNNUnPt88phqsfsYVlAgZGxBvXbK0fqchczHwjND/ 1EGPyi7lDPIkCrm+8jV6C6faKYzD2LwCZtawDM48VNil5JrKDFYq/j92RN3POFavam4Q 3M+Tutp1fhrWLVf5po3HELVk4FWWjzopaxpiuFaSbEUlC19y3zCMMjRiDRAIjNgB3Vs4 BX5kbPUQ3ld73hsLb3GuVJmcROm71Vb4Y1uWFMHNmbnhMSz53nFcT9/CBimpRqCrj33I 3/U1bD9M8Kdjx6Vb62TMyRxIX5ab6z88+AMp21kU32iV1Yznt8pQb9jqRWu7JaM6XwcU sQwg== 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=p1oQ2/ApuLBZfJjzJxbReeEfweEJSenuiYCAOd26jOY=; b=SZJdC2eF3xnR8fl5cQEJVaYUYaU8hfdwFUXYBqDReX45yYPjDEnHw8CzTbIKPPKI2P 3VCpX8EOEIA8MTatn01p/oou5ahGovxLySCjsOa5aaCdXeDrqZcf6ibez4mf1tvmOZWA YgvJ7UgdOtho6caUtCpxT1oO3acb2u/f+rkrTJZOnfRqx6y67GxZJtZNW9GuO+pJv8ZJ 8i4FPyS77MMWNrz7jdAgQAtFxs6lKSpEGlCpUnxljdwcfg2u8HNd6Ipz2+LhtrtbTzhV A0Ci0Mfr/p8dowWsW/ex6Pdiy/nrFz400DcPUniRT4a4iJB71Qykd6qYs/3sPthHQ581 zc+w== X-Gm-Message-State: APjAAAUMzCB4uQ9KHehH8izbj4F6M1vkdv38OjUMdSEfrMR0oK8pJmxv JJu/u7baRbuBE+g94Nop0u/Ifg== X-Google-Smtp-Source: APXvYqxogLp6gc4NSWr1kl81LqhVaiFMVmTnBYfJTGwLUMofS4/vu9+JzshkluAWJdxeFvOnWyJZAQ== X-Received: by 2002:a17:90a:bb82:: with SMTP id v2mr5064560pjr.62.1574264727478; Wed, 20 Nov 2019 07:45:27 -0800 (PST) Received: from localhost ([14.96.110.98]) by smtp.gmail.com with ESMTPSA id q41sm7643756pja.20.2019.11.20.07.45.25 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 20 Nov 2019 07:45:26 -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 v2 00/11] thermal: clean up output of make W=1 Date: Wed, 20 Nov 2019 21:15:09 +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 20191119. Changes since v1: - Add review tags - Fixed up commit message for devfreq_cooling and samsung changes 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.20.1