From patchwork Tue Mar 8 20:33:50 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: thermal-bot for Lad Prabhakar X-Patchwork-Id: 550261 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6C0E9C433EF for ; Tue, 8 Mar 2022 20:33:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350252AbiCHUex (ORCPT ); Tue, 8 Mar 2022 15:34:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33048 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350255AbiCHUew (ORCPT ); Tue, 8 Mar 2022 15:34:52 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DC3BA3E0C1 for ; Tue, 8 Mar 2022 12:33:54 -0800 (PST) Date: Tue, 08 Mar 2022 20:33:50 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1646771633; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=AbllTWgNO3CP30s7P2XPGc6Om+T9W9axG8+Ll1hymbU=; b=y67fsHE6Tpxrl9Foqgax1FQiDbmZ7wg0RlqDPLIbIINNdbT3BtzjgudTNBW/yU7jdr29ou Hs5/YO58wX4wBvF8shtxXTZS1JtnlapNxSqY5gVzR+KHqPnn6rAHXG4+1BrGG2wOH8cQvf f9CTMTQIfDidkAhowatCN/gwbnajG8fJ4Gc0YK9fBTy7BHGqZvzrWfX0qtQWDpnDbOH2MS w5r8xWQK7hmMgU4+Y+4JuU+JtuoPGGvgDSCiR3z60v7RpLKVxVYikZZxFIE2YfOWyg2r+K cKcOneHKDw1aDqhYoiWo2+P6WGoYP5sF3PUPPaTPr2fvHkLpVuujENpFbksAsg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1646771633; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=AbllTWgNO3CP30s7P2XPGc6Om+T9W9axG8+Ll1hymbU=; b=qz5PwYA9KzXOGb1RTeyYarQXXbBMetMiofAUlzFkz/P0NO5MHyYCAq0KCTk9OZgKi6tJAs zkxOjEwp8bmekoBw== From: "thermal-bot for Krzysztof Kozlowski" Sender: tip-bot2@linutronix.de Reply-to: linux-pm@vger.kernel.org To: linux-pm@vger.kernel.org Subject: [thermal: thermal/next] MAINTAINERS: thermal: samsung: Drop obsolete properties Cc: Krzysztof Kozlowski , Daniel Lezcano , rui.zhang@intel.com, amitk@kernel.org In-Reply-To: <20220122132554.65192-3-krzysztof.kozlowski@canonical.com> References: <20220122132554.65192-3-krzysztof.kozlowski@canonical.com> MIME-Version: 1.0 Message-ID: <164677163086.16921.3686805947032969558.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org The following commit has been merged into the thermal/next branch of thermal: Commit-ID: 62db1e8e9701a947a00f3d8987ca3298827def56 Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git//62db1e8e9701a947a00f3d8987ca3298827def56 Author: Krzysztof Kozlowski AuthorDate: Sat, 22 Jan 2022 14:25:54 +01:00 Committer: Daniel Lezcano CommitterDate: Tue, 08 Mar 2022 21:26:08 +01:00 MAINTAINERS: thermal: samsung: Drop obsolete properties Update the Samsung Exynos SoC thermal driver entry to match reality and add Krzysztof Kozlowski as co-maintainer (as he maintains entire Samsung SoC). The rationale: 1. Bartlomiej's Samsung email bounces, since he is not working in Samsung for some time. 2. The mentioned Lukasz Majewski's Git tree was not updated since 2015. Signed-off-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20220122132554.65192-3-krzysztof.kozlowski@canonical.com Signed-off-by: Daniel Lezcano --- MAINTAINERS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 1ba1e4a..82fe389 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17135,11 +17135,12 @@ S: Supported F: drivers/net/ethernet/samsung/sxgbe/ SAMSUNG THERMAL DRIVER -M: Bartlomiej Zolnierkiewicz +M: Bartlomiej Zolnierkiewicz +M: Krzysztof Kozlowski L: linux-pm@vger.kernel.org L: linux-samsung-soc@vger.kernel.org -S: Supported -T: git https://github.com/lmajewski/linux-samsung-thermal.git +S: Maintained +F: Documentation/devicetree/bindings/thermal/samsung,exynos-thermal.yaml F: drivers/thermal/samsung/ SAMSUNG USB2 PHY DRIVER