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 701CAC432C0 for ; Wed, 20 Nov 2019 15:46:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 445532070B for ; Wed, 20 Nov 2019 15:46:45 +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 S1729879AbfKTPqn (ORCPT ); Wed, 20 Nov 2019 10:46:43 -0500 Received: from mail-pl1-f195.google.com ([209.85.214.195]:39209 "EHLO mail-pl1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729338AbfKTPp2 (ORCPT ); Wed, 20 Nov 2019 10:45:28 -0500 Received: by mail-pl1-f195.google.com with SMTP id o9so13999881plk.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=jL5IcwWauZFr3Q6OEmcXwIH/CTq4Eu1SnmPXrrSq5Ms/A17fuybtAALv+VqKQuu9rs p3lq7Him2FQXOjawjCqkDkxfTfDnixoVZ4mjC5r++7ENXVMkTta1faPWxbVpynl4Km5l WFcqahKx3X4KJHcgQdxQ7VdsNY93Y2zbJBCu09Evplnd/WGC10rOd21O4RPebP5oSNPH +cSXOIcL38tTLwwV3JUFiss1ijJrggfVcZCJs99j3eMgWbR8D5D9l/9s8Sidfg5EYiVf g7HdzxNl/Ty4SWGf5748JmtGcjle3u2ke9I/PT3R6OcIL94pAg0iO4/5AJ9xt/BG1o5d czQA== X-Gm-Message-State: APjAAAXpL45Ew/AywspAKLQEhWzp6sBzM+p2LMU1g+tytzxS2xsTrHU2 TPIooKyiErKD2t8pyjrnpDDqkQ== 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-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 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