Message ID | 20230523070637.224476-1-claudiu.beznea@microchip.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> 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 50808C77B75 for <linux-arm-kernel@archiver.kernel.org>; Tue, 23 May 2023 07:07: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=TbcIfum9Vjwako7GT/UF8xG4AmAjMS4aVhD60a2h1sQ=; b=m4wTiRRlxKEM5x F7LZDbePK/A2Qvz6rZSFvzdc/RCDzYmsP6MitpE/wDWjtxmfif/zyAnQ5KdtS9Z9Lg4Gr9/CRLLYn EodlCnDd3ybykhexGm1JNygw9TGKcmdK6OVNthMo49orNwCe7Vw4TRdvipG1ZBR2xHEVER1h5l5wg FBu8RnhIQzlmnnraz0anBJDSqx+9d5gCnc5IQkhW/QeXa+g+U+C5hCHYcKkP/IpCTxfyq85x7XnK/ fpg4WChDTfYca86SHOc8AE9Co6cHLyfYeb8cz0iMhv0XcvWd0O0G86YmJ9RToMkB+XKkF3IpXR+TE ZS6NNh0f4sy8iX4BDq6g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q1M74-0099zL-0f; Tue, 23 May 2023 07:07:18 +0000 Received: from esa.microchip.iphmx.com ([68.232.154.123]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q1M6w-0099xe-2o for linux-arm-kernel@lists.infradead.org; Tue, 23 May 2023 07:07:15 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1684825630; x=1716361630; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=P5aD8T4OPWO3H/B7LgZ9I5LK6FmSItXjie0o4e9PMFA=; b=RxQKP6sqm+eabWOsCWZ8OtritO9oSig+UKwPs01D1HrR2ZwZ0nciRb1t Fu/08pJjYDOJULi4i3wooPfoAFSwvPX1yjxRbB9MTeFQ5VlnQLxCefT1g PlYRWhZ8PsqjM66HmMlbHMDEpAx+QVMlqQZTAl9Sw0LBxF4VaMgNt98AY tLGQDniKJ4gp77NP+eIF75UCg0ehUmF2ZC7hWLwpgqy3vnhsVD/cGI6ww at4zsbJ3PVF4cT8qRvK1j5XZHZAHz9OKUNaeZlf9+/f4JvhiKwCod3wP7 YPtjoPNR7wHiab3/bwVbaP6F2GpZhHD3k6KrOpWBVZVW0WNbSqG2tqt4s A==; X-IronPort-AV: E=Sophos;i="6.00,185,1681196400"; d="scan'208";a="153442760" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa6.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 23 May 2023 00:07:09 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.85.144) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Tue, 23 May 2023 00:07:08 -0700 Received: from m18063-ThinkPad-T460p.mchp-main.com (10.10.115.15) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server id 15.1.2507.21 via Frontend Transport; Tue, 23 May 2023 00:07:05 -0700 From: Claudiu Beznea <claudiu.beznea@microchip.com> To: <tglx@linutronix.de>, <maz@kernel.org>, <robh+dt@kernel.org>, <krzysztof.kozlowski+dt@linaro.org>, <conor+dt@kernel.org> CC: <linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>, <linux-arm-kernel@lists.infradead.org>, Claudiu Beznea <claudiu.beznea@microchip.com> Subject: [PATCH 0/2] dt-bindings: interrupt-controller: microchip,sama7g5-eic: use right naming syntax Date: Tue, 23 May 2023 10:06:35 +0300 Message-ID: <20230523070637.224476-1-claudiu.beznea@microchip.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230523_000710_971657_9F7B3AD3 X-CRM114-Status: UNSURE ( 7.98 ) 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: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
dt-bindings: interrupt-controller: microchip,sama7g5-eic: use right naming syntax
|
expand
|