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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 896F5FA3743 for ; Wed, 26 Oct 2022 06:33:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232941AbiJZGdv (ORCPT ); Wed, 26 Oct 2022 02:33:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49808 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233182AbiJZGdq (ORCPT ); Wed, 26 Oct 2022 02:33:46 -0400 Received: from mailgw02.mediatek.com (unknown [210.61.82.184]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F08DBAB800; Tue, 25 Oct 2022 23:33:40 -0700 (PDT) X-UUID: 8c18830621ef4ba0a04edebc85bcbb2c-20221026 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mediatek.com; s=dk; h=Content-Type:MIME-Version:Message-ID:Date:Subject:CC:To:From; bh=KiwPmbDD1MhVA6n6KkWt9LbHMoM8EQb6aIvzu6stn04=; b=NY/O4RpU4pv+vgoFbso7GBSvtxp55scnsmJYfWElpFYt/UyVNtsY6euq5TakyRTCsbC8nj03+6TiUkg4R+R2HY5TQIKHAqGKbUIz9Xa3KtPH0D7PHaG0SC961MpYj/BS8v+zAMQ7B7eTcn7CY2BHPhhgRbX3RLrlJQTV5W3DeGg=; X-CID-UNFAMILIAR: 1 X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.12,REQID:113a3f29-ba27-4e61-b940-9da18d091b55,IP:0,U RL:0,TC:0,Content:0,EDM:0,RT:0,SF:100,FILE:0,BULK:0,RULE:Release_Ham,ACTIO N:release,TS:100 X-CID-INFO: VERSION:1.1.12,REQID:113a3f29-ba27-4e61-b940-9da18d091b55,IP:0,URL :0,TC:0,Content:0,EDM:0,RT:0,SF:100,FILE:0,BULK:0,RULE:Spam_GS981B3D,ACTIO N:quarantine,TS:100 X-CID-META: VersionHash:62cd327,CLOUDID:081a2b27-9eb1-469f-b210-e32d06cfa36e,B ulkID:221026143335X2NGHB5K,BulkQuantity:0,Recheck:0,SF:38|28|16|19|48,TC:n il,Content:0,EDM:-3,IP:nil,URL:1,File:nil,Bulk:nil,QS:nil,BEC:nil,COL:0 X-UUID: 8c18830621ef4ba0a04edebc85bcbb2c-20221026 Received: from mtkmbs13n1.mediatek.inc [(172.21.101.193)] by mailgw02.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384 256/256) with ESMTP id 1583305563; Wed, 26 Oct 2022 14:33:33 +0800 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkmbs10n1.mediatek.inc (172.21.101.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.792.15; Wed, 26 Oct 2022 14:33:31 +0800 Received: from localhost.localdomain (10.17.3.154) by mtkcas11.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Wed, 26 Oct 2022 14:33:30 +0800 From: Runyang Chen To: Wim Van Sebroeck , Guenter Roeck , Krzysztof Kozlowski , "Matthias Brugger" , Rob Herring , "Philipp Zabel" , CC: , , , , , , , Runyang Chen Subject: [RESEND v3 0/3] Add watchdog support for MT8188 Soc Date: Wed, 26 Oct 2022 14:33:24 +0800 Message-ID: <20221026063327.20037-1-Runyang.Chen@mediatek.com> X-Mailer: git-send-email 2.9.2 MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Runyang Chen Based on tag: next-20220919, linux-next/master Refer to the discussion in the link: https://patchwork.kernel.org/project/linux-mediatek/patch/20220721014845.19044-2-allen-kh.cheng@mediatek.com/ The other wdt compatible strings are unchanged.So, won't apply the series above v3: Rebase on 6.0-rc5 and add reviewed-by and acked-by tag. v2: Revert wdt compatible for MT8188. v1: 1. Add mt8188-resets.h to define definition of reset bits. 2. Add wdt compatible for MT8188.* Runyang Chen (3): dt-bindings: watchdog: Add compatible for MediaTek MT8188 dt-bindings: reset: mt8188: add toprgu reset-controller header file watchdog: mediatek: mt8188: add wdt support .../devicetree/bindings/watchdog/mtk-wdt.txt | 1 + drivers/watchdog/mtk_wdt.c | 6 ++++ include/dt-bindings/reset/mt8188-resets.h | 36 +++++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 include/dt-bindings/reset/mt8188-resets.h base-commit: 4c9ca5b1597e3222177ba2a94658f78fa5ef4f58 -- 2.18.0 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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9FBF7C38A2D for ; Wed, 26 Oct 2022 06:35:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :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=mykZrE+BZ0Y5DGXygf/mzBEbzEObH+X8JliRw3DK6vs=; b=nDdH6DaQEgJhBE 06F4Wzh7kQYwDVKr9b3SSkitpFx8Npdw9qR0gLQrppsFKgMRTl1tT+g1hO3Q6AjQR5z8bIqjcUzEB G46Wvs+qRe7YWp4lab7EO2PzwwGXD6uBb2j6e4R706/RL3wolXSd2hh3mi69NtDFGxhXk7RFEkvqP Qs05FulRaFRyrgm2MfoCN/tNuK7v1EHTuxpu/wVaKO8jlros5pEb88kv3N4DRcws0aPh/wi/k92al t8V+/7o3kEkQPSx7JFl3neDzX2c57D89Y8+dbqQuSqaxxa1GdQIJGzm3/SZq9OwDGWPK+aQFmQzDk 11k414z2i50fOAo9tdyg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1onZzZ-008G0q-LU; Wed, 26 Oct 2022 06:34:21 +0000 Received: from mailgw01.mediatek.com ([216.200.240.184]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1onZzS-008Fz6-UN; Wed, 26 Oct 2022 06:34:19 +0000 X-UUID: fc31608888eb4497a1c8f0f8c9261725-20221025 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mediatek.com; s=dk; h=Content-Type:MIME-Version:Message-ID:Date:Subject:CC:To:From; bh=KiwPmbDD1MhVA6n6KkWt9LbHMoM8EQb6aIvzu6stn04=; b=NY/O4RpU4pv+vgoFbso7GBSvtxp55scnsmJYfWElpFYt/UyVNtsY6euq5TakyRTCsbC8nj03+6TiUkg4R+R2HY5TQIKHAqGKbUIz9Xa3KtPH0D7PHaG0SC961MpYj/BS8v+zAMQ7B7eTcn7CY2BHPhhgRbX3RLrlJQTV5W3DeGg=; X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.12,REQID:e86d5a8b-9809-4a37-9c36-c81629b50102,IP:0,U RL:0,TC:0,Content:0,EDM:0,RT:0,SF:0,FILE:0,BULK:0,RULE:Release_Ham,ACTION: release,TS:0 X-CID-META: VersionHash:62cd327,CLOUDID:dc1e2b27-9eb1-469f-b210-e32d06cfa36e,B ulkID:nil,BulkQuantity:0,Recheck:0,SF:102,TC:nil,Content:0,EDM:-3,IP:nil,U RL:1,File:nil,Bulk:nil,QS:nil,BEC:nil,COL:0 X-UUID: fc31608888eb4497a1c8f0f8c9261725-20221025 Received: from mtkmbs13n2.mediatek.inc [(172.21.101.108)] by mailgw01.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384 256/256) with ESMTP id 223646707; Tue, 25 Oct 2022 23:34:07 -0700 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkmbs10n1.mediatek.inc (172.21.101.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.792.15; Wed, 26 Oct 2022 14:33:31 +0800 Received: from localhost.localdomain (10.17.3.154) by mtkcas11.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Wed, 26 Oct 2022 14:33:30 +0800 From: Runyang Chen To: Wim Van Sebroeck , Guenter Roeck , Krzysztof Kozlowski , "Matthias Brugger" , Rob Herring , "Philipp Zabel" , CC: , , , , , , , Runyang Chen Subject: [RESEND v3 0/3] Add watchdog support for MT8188 Soc Date: Wed, 26 Oct 2022 14:33:24 +0800 Message-ID: <20221026063327.20037-1-Runyang.Chen@mediatek.com> X-Mailer: git-send-email 2.9.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221025_233414_999769_37AA5620 X-CRM114-Status: UNSURE ( 8.40 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Runyang Chen Based on tag: next-20220919, linux-next/master Refer to the discussion in the link: https://patchwork.kernel.org/project/linux-mediatek/patch/20220721014845.19044-2-allen-kh.cheng@mediatek.com/ The other wdt compatible strings are unchanged.So, won't apply the series above v3: Rebase on 6.0-rc5 and add reviewed-by and acked-by tag. v2: Revert wdt compatible for MT8188. v1: 1. Add mt8188-resets.h to define definition of reset bits. 2. Add wdt compatible for MT8188.* Runyang Chen (3): dt-bindings: watchdog: Add compatible for MediaTek MT8188 dt-bindings: reset: mt8188: add toprgu reset-controller header file watchdog: mediatek: mt8188: add wdt support .../devicetree/bindings/watchdog/mtk-wdt.txt | 1 + drivers/watchdog/mtk_wdt.c | 6 ++++ include/dt-bindings/reset/mt8188-resets.h | 36 +++++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 include/dt-bindings/reset/mt8188-resets.h base-commit: 4c9ca5b1597e3222177ba2a94658f78fa5ef4f58 -- 2.18.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel