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 5B9F2C4332F for ; Fri, 4 Nov 2022 09:12:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230315AbiKDJMi (ORCPT ); Fri, 4 Nov 2022 05:12:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39658 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229481AbiKDJMf (ORCPT ); Fri, 4 Nov 2022 05:12:35 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 54038B41; Fri, 4 Nov 2022 02:12:34 -0700 (PDT) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id EAF326602970; Fri, 4 Nov 2022 09:12:31 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1667553152; bh=FqoTj1+LM323LIpfl19/aOv4OKRtoNXGDEKNiJ+xg8o=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=C4xXY15pX70xcSnwubvtNSgbl0ABj7uBaDYTqEfInqQYtdFs/IoSefP1mjWLfFlSO RimglU2Rkg0LnTHVgKmOXb0hxsg4OjiqRTgnUQYnVQE1By7odLsHsG6X2pmusyE0MQ w3cxNi0KTzavB4WXlC2vzakOUVYFJ027J8y82/1oQeR/LYuMgrsRNseLb18rt39MPS 8hYBHK0x69D1MpfLczKkJd52UMsw2VLz3r7+euy3cd0RWNqNfM45OpBaF1eeg76Pla eKAyEukeP5wEWNY81uOTkoLY5ncSfU2P7b60aoWZzM375zBXNGg0gwzuSdsfFk3mvv JziHxsaYkuWyQ== Message-ID: Date: Fri, 4 Nov 2022 10:12:29 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.3 Subject: Re: [PATCH v3 1/2] dt-bindings: gce: add gce header file for mt8188 Content-Language: en-US To: "Elvis.Wang" , Jassi Brar , Rob Herring , Krzysztof Kozlowski , Matthias Brugger Cc: "jason-jh . lin" , Yongqiang Niu , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Project_Global_Chrome_Upstream_Group@mediatek.com References: <20221104074443.26172-1-Elvis.Wang@mediatek.com> <20221104074443.26172-2-Elvis.Wang@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20221104074443.26172-2-Elvis.Wang@mediatek.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 04/11/22 08:44, Elvis.Wang ha scritto: > From: Elvis Wang > > add gce header file to define the gce thread priority, gce subsys id, > event and constant for mt8188. > > Signed-off-by: Elvis Wang Reviewed-by: AngeloGioacchino Del Regno