From patchwork Wed Jan 20 16:23:58 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 12032821 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=-9.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,UNWANTED_LANGUAGE_BODY,URIBL_BLOCKED,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 2F55EC433DB for ; Wed, 20 Jan 2021 16:26:05 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E2DF7233EF for ; Wed, 20 Jan 2021 16:26:04 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E2DF7233EF Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=7f/MkHl3RpDXUfFaTCDrt40y+RSApcC30Oddq+w5Ans=; b=n9/IFdFD0WixVe5uorj2yr+9Ga fpm3dPOhZkSe4POOT8Ler7JW8hf5xVAQZPD77GC6JDHzjfXZb6hZPnX5tUkeZUvTLuaessVQ56hlj hzJWZ9TgefI8o7coQb0zBP61tiN/z1h6e0+iYcYd9Z5ZyOeNVwnDlVPdhjpNjrq9aJVTwFjNi/pZR OStFQa44i2jaCnZpvoR97mKPqCphGVZ8vkbzCCySHUmcgsg+/yOWKXthkmO9Dg98cF8vctmqQIDkP 0YziJyWkG8aP63y0R+9x4H8ykfKFXL670/fqJf2h2gl4xos6Q9YcTEYFydiM9YKINr6OVOI2zXSgP nvzw4lHQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l2GHE-0008Lb-VK; Wed, 20 Jan 2021 16:24:13 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l2GHC-0008L4-BV for linux-arm-kernel@lists.infradead.org; Wed, 20 Jan 2021 16:24:11 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id D8665233E2; Wed, 20 Jan 2021 16:24:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1611159849; bh=6COFAQYnu6SJXLKE0L2k76zBofhuzJj5oz2aJcEQ2KA=; h=From:To:Cc:Subject:Date:From; b=ASABBDnAXoiC5F4SQ8CLdy1Yp22+ti76lenTsyj7a0bubNufBVmpUYOAFAk6kCEMD UWPzNBNQfIkaKmVsS4HMENOgjwNFmsJbTuVOQfaQuZg912Xs1gMuUuqU0E/7l36o3b hr6XiCJ5jtrSB0cnFxJV86qu2a6PlarEmh1KCler6V8bWZpqAh7Z/zOs9r3sHD8OOP HKvuDtB9xbEYJCeGABRgXbmEH9j12V2OgmC8T3LzLHDhnT871rtl7zVkQ24TCimVmw vxciQIeSWZ2dLmWiNqf5lzHDSYs9wBG49h1FuFW03r0OzulkzLZuSMiNDIE1pWmvJw PUacNOMrHiNSg== From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Zhang Rui , Daniel Lezcano , Amit Kucheria Subject: [PATCH 0/2] thermal: remove obsolete drivers Date: Wed, 20 Jan 2021 17:23:58 +0100 Message-Id: <20210120162400.4115366-1-arnd@kernel.org> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210120_112410_467273_2D37AD2B X-CRM114-Status: UNSURE ( 8.50 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Arnd Bergmann Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Arnd Bergmann A few Arm platforms are getting removed in v5.12, this removes the corresponding thermal drivers. Link: https://lore.kernel.org/linux-arm-kernel/20210120124812.2800027-1-arnd@kernel.org/T/ Arnd Bergmann (2): thermal: remove tango driver thermal: remove zx driver .../bindings/thermal/tango-thermal.txt | 17 -- .../bindings/thermal/zx2967-thermal.txt | 116 -------- drivers/thermal/Kconfig | 17 -- drivers/thermal/Makefile | 2 - drivers/thermal/tango_thermal.c | 126 --------- drivers/thermal/zx2967_thermal.c | 256 ------------------ 6 files changed, 534 deletions(-) delete mode 100644 Documentation/devicetree/bindings/thermal/tango-thermal.txt delete mode 100644 Documentation/devicetree/bindings/thermal/zx2967-thermal.txt delete mode 100644 drivers/thermal/tango_thermal.c delete mode 100644 drivers/thermal/zx2967_thermal.c