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 61243C433EF for ; Fri, 15 Apr 2022 20:04:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350710AbiDOUHB (ORCPT ); Fri, 15 Apr 2022 16:07:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49154 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350006AbiDOUG7 (ORCPT ); Fri, 15 Apr 2022 16:06:59 -0400 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4858A1260F for ; Fri, 15 Apr 2022 13:04:28 -0700 (PDT) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 23FK4CsV030923; Fri, 15 Apr 2022 15:04:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1650053052; bh=y+wTU7sizsD3IvJnJ8WjOkdWobCLqTAYCbGo3eQv6f8=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=jYmJTWoargiNuJlbvKUoy4e9fbnu/3G3jF0eH61o+5kTlkR8Dq8NvWdhKvobNDgsr cMN5Z8FMVzLwOnuPTJlgvYWVYWyKUKEy296gzOe9ym07owlOCkCe1s09+EQEc3/HZp mNrdeXzR3k4e32SPFjFYYzlEaS9rc+TcUmqbtKrc= Received: from DLEE101.ent.ti.com (dlee101.ent.ti.com [157.170.170.31]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 23FK4CbG036732 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 15 Apr 2022 15:04:12 -0500 Received: from DLEE108.ent.ti.com (157.170.170.38) by DLEE101.ent.ti.com (157.170.170.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Fri, 15 Apr 2022 15:04:11 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Fri, 15 Apr 2022 15:04:11 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 23FK4Bqx016000; Fri, 15 Apr 2022 15:04:11 -0500 From: Nishanth Menon To: , Philipp Zabel CC: Nishanth Menon , , Tero Kristo , Santosh Shilimkar Subject: Re: [PATCH] reset: ti-sci: allow building under COMPILE_TEST Date: Fri, 15 Apr 2022 15:04:11 -0500 Message-ID: <165005302006.19932.6167337115482683498.b4-ty@ti.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20220404094500.2708816-1-p.zabel@pengutronix.de> References: <20220404094500.2708816-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Philipp Zabel, On Mon, 4 Apr 2022 11:45:00 +0200, Philipp Zabel wrote: > Since commit 043cfff99a18 ("firmware: ti_sci: Fix compilation failure > when CONFIG_TI_SCI_PROTOCOL is not defined") it is possible to build > reset-ti-sci under CONFIG_COMPILE_TEST. > > I have applied the following to branch ti-drivers-soc-next on [1]. Thank you! [1/1] reset: ti-sci: allow building under COMPILE_TEST commit: a6af504184c981efd253f986e6fc54db57b1d39f (minor edit: Capitalized "A" in allow in $subject) All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent up the chain during the next merge window (or sooner if it is a relevant bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. [1] git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D 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 1F6A7C433EF for ; Fri, 15 Apr 2022 20:05:31 +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:References:In-Reply-To: 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: List-Owner; bh=6karqC99GAhuESsvzSrSJ4vt3Z815+wr2/QQtkDCi4Q=; b=N17xaAGI0lwOBw ZP25voHrPdDc2vEUL40BVgtj/jSvQmD11kNsM1E56/4d+OpAYlTMretSY1E0XXEdhup1SrsTKSFhW VPOxIZhDFuUxXbdKuRvBWsUPCV0UDhzV2X9tMA/89TgDW89cNVeoMpzwg7aVYztk6RMVmGegqc3s3 oKxhDqMttJ73JNq+GFmo0PEdsvZQ4EwUElUxlksE34CPuKKEEMPhkosveKLGRD8ubBf4qg4f3hqG1 KYPq7JfLSIRhG9I00QxX79NeiXSTHAUg0BGJQGShXo6MW/DZC2jKqmLImgPQtI4xuyrGe8kWniwen HTyQ6ng6sGUo/WCN9XRw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nfSB7-00BDZt-QV; Fri, 15 Apr 2022 20:04:25 +0000 Received: from lelv0142.ext.ti.com ([198.47.23.249]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nfSB4-00BDYK-Ki for linux-arm-kernel@lists.infradead.org; Fri, 15 Apr 2022 20:04:24 +0000 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 23FK4CsV030923; Fri, 15 Apr 2022 15:04:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1650053052; bh=y+wTU7sizsD3IvJnJ8WjOkdWobCLqTAYCbGo3eQv6f8=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=jYmJTWoargiNuJlbvKUoy4e9fbnu/3G3jF0eH61o+5kTlkR8Dq8NvWdhKvobNDgsr cMN5Z8FMVzLwOnuPTJlgvYWVYWyKUKEy296gzOe9ym07owlOCkCe1s09+EQEc3/HZp mNrdeXzR3k4e32SPFjFYYzlEaS9rc+TcUmqbtKrc= Received: from DLEE101.ent.ti.com (dlee101.ent.ti.com [157.170.170.31]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 23FK4CbG036732 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 15 Apr 2022 15:04:12 -0500 Received: from DLEE108.ent.ti.com (157.170.170.38) by DLEE101.ent.ti.com (157.170.170.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Fri, 15 Apr 2022 15:04:11 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Fri, 15 Apr 2022 15:04:11 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 23FK4Bqx016000; Fri, 15 Apr 2022 15:04:11 -0500 From: Nishanth Menon To: , Philipp Zabel CC: Nishanth Menon , , Tero Kristo , Santosh Shilimkar Subject: Re: [PATCH] reset: ti-sci: allow building under COMPILE_TEST Date: Fri, 15 Apr 2022 15:04:11 -0500 Message-ID: <165005302006.19932.6167337115482683498.b4-ty@ti.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20220404094500.2708816-1-p.zabel@pengutronix.de> References: <20220404094500.2708816-1-p.zabel@pengutronix.de> MIME-Version: 1.0 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-20220415_130422_802868_0D6ABA9D X-CRM114-Status: GOOD ( 11.54 ) 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 Hi Philipp Zabel, On Mon, 4 Apr 2022 11:45:00 +0200, Philipp Zabel wrote: > Since commit 043cfff99a18 ("firmware: ti_sci: Fix compilation failure > when CONFIG_TI_SCI_PROTOCOL is not defined") it is possible to build > reset-ti-sci under CONFIG_COMPILE_TEST. > > I have applied the following to branch ti-drivers-soc-next on [1]. Thank you! [1/1] reset: ti-sci: allow building under COMPILE_TEST commit: a6af504184c981efd253f986e6fc54db57b1d39f (minor edit: Capitalized "A" in allow in $subject) All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent up the chain during the next merge window (or sooner if it is a relevant bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. [1] git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git -- 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