From patchwork Tue Jun 1 13:35:59 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 12291343 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=-16.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 6E80BC47080 for ; Tue, 1 Jun 2021 13:36:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 457C3613AE for ; Tue, 1 Jun 2021 13:36:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234017AbhFANht (ORCPT ); Tue, 1 Jun 2021 09:37:49 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:44673 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233758AbhFANhs (ORCPT ); Tue, 1 Jun 2021 09:37:48 -0400 Received: from mail-ed1-f71.google.com ([209.85.208.71]) by youngberry.canonical.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1lo4Yw-0005Je-Qc for linux-pm@vger.kernel.org; Tue, 01 Jun 2021 13:36:06 +0000 Received: by mail-ed1-f71.google.com with SMTP id c24-20020aa7c7580000b029038fd7468047so4472773eds.20 for ; Tue, 01 Jun 2021 06:36:06 -0700 (PDT) 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:mime-version :content-transfer-encoding; bh=KHWmh1TQs4IjrJsBdCyrsWcpBXc8c+PRPRjkAmTTzg0=; b=lya+nm3j3Q8CchaEcHkJdQDZqOGh3KFi6t/KCb9t//SLQMy8NJoFF5A8kTn563VFK8 34NVUIP58gKnOeqrfFYhciM+I05tVO9k/RRc4KNBDmRHlD7fZEtG/2sLm4+8tBqwRGNt wfzxJPSQ8M8NUF01aLF+EoRd26MO9DYeHwu5HpTQCN6riaOCWLHepCUdPinVoc9/gYw4 rE4X123JOn8QM8zLoYB/aGvBKfJA5lZyd78/0sPQOnEkeedo60Ze1TaHp+SLkv7gq+1P PVa58E/N91uqJTe5IDZBO2CXVjxSFI11ni6JXvBPyiyvVm1aW9FTTQkWXTlX2ISKfVkX 2IVw== X-Gm-Message-State: AOAM531CWliCD4r17PYyG1VAImmWqPLcLB4oHs3fsJlh05vGsCJznPSi ABr3P+mip/6ENFpMhap5AiXlXjQD+yLLxji5nKgVaSpEGGNDng7Fzomxgo027GybC9uqfEC846I LMvXmTCE6/I2eisAURcd44tz4dI/bDgfwAkEf X-Received: by 2002:a17:906:1299:: with SMTP id k25mr28989402ejb.139.1622554566542; Tue, 01 Jun 2021 06:36:06 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw/VSMw2nbk3tEDQKwI/OYfBmyMHCXNfN4G1xSI/KwZZwFSS1p/ytfWzCAebqN51mY4eVfQbw== X-Received: by 2002:a17:906:1299:: with SMTP id k25mr28989374ejb.139.1622554566352; Tue, 01 Jun 2021 06:36:06 -0700 (PDT) Received: from localhost.localdomain (xdsl-188-155-185-9.adslplus.ch. [188.155.185.9]) by smtp.gmail.com with ESMTPSA id p5sm7210941ejm.115.2021.06.01.06.36.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Jun 2021 06:36:06 -0700 (PDT) From: Krzysztof Kozlowski To: Sebastian Reichel , linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Linus Walleij , linux-arm-kernel@lists.infradead.org Cc: Krzysztof Kozlowski Subject: [PATCH 1/2] power: ab8500: remove unused header Date: Tue, 1 Jun 2021 15:35:59 +0200 Message-Id: <20210601133600.285452-1-krzysztof.kozlowski@canonical.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org The ab8500.h header in linux/power is not referenced/included, so can be safely removed. Signed-off-by: Krzysztof Kozlowski --- include/linux/power/ab8500.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 include/linux/power/ab8500.h diff --git a/include/linux/power/ab8500.h b/include/linux/power/ab8500.h deleted file mode 100644 index 51976b52f373..000000000000 --- a/include/linux/power/ab8500.h +++ /dev/null @@ -1,16 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ -/* - * Copyright (C) ST-Ericsson 2013 - * Author: Hongbo Zhang - */ - -#ifndef PWR_AB8500_H -#define PWR_AB8500_H - -extern const struct abx500_res_to_temp ab8500_temp_tbl_a_thermistor[]; -extern const int ab8500_temp_tbl_a_size; - -extern const struct abx500_res_to_temp ab8500_temp_tbl_b_thermistor[]; -extern const int ab8500_temp_tbl_b_size; - -#endif /* PWR_AB8500_H */ From patchwork Tue Jun 1 13:36:00 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 12291345 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=-21.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 35EC3C4708F for ; Tue, 1 Jun 2021 13:36:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 18729613C1 for ; Tue, 1 Jun 2021 13:36:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234041AbhFANhu (ORCPT ); Tue, 1 Jun 2021 09:37:50 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:44681 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233924AbhFANhu (ORCPT ); Tue, 1 Jun 2021 09:37:50 -0400 Received: from mail-ej1-f69.google.com ([209.85.218.69]) by youngberry.canonical.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1lo4Yx-0005KA-V7 for linux-pm@vger.kernel.org; Tue, 01 Jun 2021 13:36:08 +0000 Received: by mail-ej1-f69.google.com with SMTP id p5-20020a17090653c5b02903db1cfa514dso3345291ejo.13 for ; Tue, 01 Jun 2021 06:36:07 -0700 (PDT) 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=jdrwxPjOVbLLEQao+8w5TJgGCv7vD4c/43FIdShoDJs=; b=rMYNAhadkCsXZIIJT2yq8++HMgSRSgPdbfqFdbtVTH4oebqFPehgY+nmD/z3pyd+8z h2wZmEzULw/oonMxAUxT2vsFiFl7GytIR/B3yA7da2HSsdhrRUFWjdPT1hmk+nOt2qiK vGrgTWis7qFf4nYsMtEK8OML62R8jjLddYd3xFUKQZYENDc7cOAlA5Yjrpl0CT5VNWWJ IZgICMl4rLkamvv5tgg73BLPZ0uwA9hu1bmfq3aiKX0LKHoFhuQAoAHSPvviJmYwj5pr 569pglPguejiiXXUSxDl5zvW8sO2A5z9aOnmWpmDauNnNtxCK1DNHNRKIDypdvqBh/F5 /XaA== X-Gm-Message-State: AOAM532iw/HZ0jwSoUBIlPZ/kIxHzO7NahmAi1qzkjfP0iJWrITsMqde krUvPcKHhoYyN2tyV/ezykUaoqtXvgPZASGI0axPqLCyqyM408l1iIjK8bmw16MXVRc2HHVB6mu 8jCXC4c/JbzyWt6ZTCLrdHSOFIPnUeHXX4gpG X-Received: by 2002:a05:6402:4389:: with SMTP id o9mr32131907edc.368.1622554567522; Tue, 01 Jun 2021 06:36:07 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxWLv5THL6TSFbxkXvKLAIgNMaFXdmlMfxUSudPIpijlMGKPlOSS/zojznQMGRH1X2l7WAbCw== X-Received: by 2002:a05:6402:4389:: with SMTP id o9mr32131894edc.368.1622554567412; Tue, 01 Jun 2021 06:36:07 -0700 (PDT) Received: from localhost.localdomain (xdsl-188-155-185-9.adslplus.ch. [188.155.185.9]) by smtp.gmail.com with ESMTPSA id p5sm7210941ejm.115.2021.06.01.06.36.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Jun 2021 06:36:06 -0700 (PDT) From: Krzysztof Kozlowski To: Sebastian Reichel , linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Linus Walleij , linux-arm-kernel@lists.infradead.org Cc: Krzysztof Kozlowski Subject: [PATCH 2/2] MAINTAINERS: power: supply: cover also header files Date: Tue, 1 Jun 2021 15:36:00 +0200 Message-Id: <20210601133600.285452-2-krzysztof.kozlowski@canonical.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20210601133600.285452-1-krzysztof.kozlowski@canonical.com> References: <20210601133600.285452-1-krzysztof.kozlowski@canonical.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Only one header (smartreflex.h) in include/linux/power/ is not related to battery or charger drivers. All others should be covered by power supply maintainers entry so patches to them will reach respective people and lists. Signed-off-by: Krzysztof Kozlowski --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 365f873d0077..2f9961310c80 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14744,6 +14744,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git F: Documentation/ABI/testing/sysfs-class-power F: Documentation/devicetree/bindings/power/supply/ F: drivers/power/supply/ +F: include/linux/power/ F: include/linux/power_supply.h POWERNV OPERATOR PANEL LCD DISPLAY DRIVER