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 8D307C3DA6E for ; Mon, 8 Jan 2024 17:22:39 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:CC:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=F7uVAdD7ccxBaDOrPoLriGtN2AI3bor/+z+KIF8Nxfc=; b=zPeOmoKvLX2dvM bVH5kuyjWi+WsxjQgPWEFU2thSiIho0fPNunjjkA7yVfdgh4S1Q7BSatjMAz7vKk7lQ3xIp5bU+SX qyrIX0SM8Wd4wwgu0bbmezAfTUl0onC+ALNXGkxHoD5Vn9Kt6QuTXoIz2bTEJBzuamiHh7HZ7tCuf Qda36kNm5H9FCRvE/X23mGNIoY/TenvTQ/Z3XJhrI3gi4LLlJbH7mP50+JrZ+M8wXCnF1mHVvRtcy epEF6eECJaT2Qt4ct6lllK6jXOCgbw8rxnPk0w6eQft6Cd1ks3y6VhV7QutPixl+RTfpLnzb/0Hgw gn1xdIGMS8Z/PqMagA7A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rMtKJ-005jX4-1P; Mon, 08 Jan 2024 17:22:15 +0000 Received: from lelv0143.ext.ti.com ([198.47.23.248]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rMtKF-005jWO-1n for linux-arm-kernel@lists.infradead.org; Mon, 08 Jan 2024 17:22:13 +0000 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 408HM1KT113925; Mon, 8 Jan 2024 11:22:01 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1704734521; bh=E7eWPFddByOeMt7UVW2EkJOA2jFds+EnthHgXdFdU3Q=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=bQ2o5NeCCj6bOH8tTJKuDMVemOhymoaLA7/S4pSRSqo5EBIM0JUs3EP8Uh4wD+8Uj jR9RYZ8PKy+x77Wkrn4xaC/HFeJn/U0WyCcdjUDTMhXX/qxlS9JHjIWbbyY/AdhWT8 e0NsQu4UcZZzGqbDKwB31osW0r2ENFqMmx3K9txY= Received: from DLEE109.ent.ti.com (dlee109.ent.ti.com [157.170.170.41]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 408HM1bi000351 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 8 Jan 2024 11:22:01 -0600 Received: from DLEE100.ent.ti.com (157.170.170.30) by DLEE109.ent.ti.com (157.170.170.41) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Mon, 8 Jan 2024 11:22:01 -0600 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE100.ent.ti.com (157.170.170.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Mon, 8 Jan 2024 11:22:01 -0600 Received: from localhost (uda0133052.dhcp.ti.com [128.247.81.232]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 408HM1v6030676; Mon, 8 Jan 2024 11:22:01 -0600 Date: Mon, 8 Jan 2024 11:22:01 -0600 From: Nishanth Menon To: "Li, Hua Qian" CC: "wim@linux-watchdog.org" , "linux@roeck-us.net" , "robh+dt@kernel.org" , "krzysztof.kozlowski+dt@linaro.org" , "conor+dt@kernel.org" , "huaqianlee@gmail.com" , "vigneshr@ti.com" , "kristo@kernel.org" , "linux-watchdog@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "Kiszka, Jan" , "Su, Bao Cheng" Subject: Re: [PATCH v3 2/3] arm64: dts: ti: Add reserved memory for watchdog Message-ID: <20240108172201.pifo74t23deuq4vr@cresting> References: <20230713095127.1230109-1-huaqian.li@siemens.com> <20230713095127.1230109-3-huaqian.li@siemens.com> <20230714225240.dvlwqaodp2l3cczm@disfigure> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240108_092211_788400_FDF01573 X-CRM114-Status: GOOD ( 12.13 ) 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 On 08:16-20240108, Li, Hua Qian wrote: > Hi Nishanth, > > The maintainers have picked up the driver and bindings, as follows: > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=29057cc5bddc785ea0a11534d7ad2546fa0872d3 Not sure what you want us to look at here. > > Do you have time to work on the "DONOTMERGE" dts patch? If the binding has hit master. please resubmit from the closest rc1 - at this time, see if you can rebase on linux-next or wait till 6.8-rc1 is tagged to rebase and re-submit. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel