Message ID | 20230616101646.879480-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 2C488EB64D8 for <linux-arm-kernel@archiver.kernel.org>; Fri, 16 Jun 2023 10:17:33 +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=D4px418hY3e43a73SZOkS9+hBSsrMNrmijRKK4M76Og=; b=VJUnZmSlSNipct XBHSDFq5pkBiaWZqPT300vlG8zJFWhVqvoDZFdNyWwaFQAz2aEl/2maXmkK5P4H99Lzd8Hxs5J93S bIWTG71NuLxesNBQ2J71fCSufecOaZhW9ueKrWgh0m1BUgVnEFtiy8MGLVvh4JN70Lxus2EkmlGNb U0xRMftwCFHbbL4k3NSAVaFxLatwcoo5KAqET32j4dvixgJUNoUwaYYQa4Kz4N9fZn+a1AQw1oONe Fdk4/uytBGhRdpowvY0/IMKrErLhuM70zm0ckkcr22HqOANU2d/ZrHRZ24SkYwl4LX9B+xTi5Icse 6f5nvovq8EwVAi+J2Tag==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qA6W0-00HaFP-0w; Fri, 16 Jun 2023 10:17:12 +0000 Received: from esa.microchip.iphmx.com ([68.232.153.233]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qA6Vw-00HaE2-2w for linux-arm-kernel@lists.infradead.org; Fri, 16 Jun 2023 10:17:10 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1686910629; x=1718446629; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=+yZ1J9TkgeUwFYSmwgGhVFWjrw27DTlM8sQsMjgV3EI=; b=Z8XvvWCZSLDHfRL6OkOAkvAR4j6p0/aVQ0A/RESIpsHhIHL0cRLvRRxU WlBWu547J3Cl1Gu/8YP8Fu+yyK6Gway4r0AthYw5vmil9xFHapn/qZpGT offVkniPn2EZfinb0LxBMVbBouSphShVSBPp3Uhggn5t7QRPml3D0Ly7p LkEJlEoL+V/bk2K6krufma0U9uTfnRcDgEq129hV+v/1DBfE9iQPsV/34 ZRngCGqhRqTSMf/qaWOQn7CsAT8+FPNkuIkPn/bD2kD70ucm1ukfKTwxO sT717yGPirqJduk+uzbOSUU1gcfWwhBrNxthERYHn6RZ91hax/TclyTFp Q==; X-IronPort-AV: E=Sophos;i="6.00,247,1681196400"; d="scan'208";a="218860839" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa5.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 16 Jun 2023 03:17:04 -0700 Received: from chn-vm-ex04.mchp-main.com (10.10.85.152) 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; Fri, 16 Jun 2023 03:17:03 -0700 Received: from m18063-ThinkPad-T460p.mchp-main.com (10.10.115.15) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server id 15.1.2507.21 via Frontend Transport; Fri, 16 Jun 2023 03:17:00 -0700 From: Claudiu Beznea <claudiu.beznea@microchip.com> To: <robh+dt@kernel.org>, <krzysztof.kozlowski+dt@linaro.org>, <nicolas.ferre@microchip.com>, <alexandre.belloni@bootlin.com>, <sre@kernel.org>, <conor+dt@kernel.org> CC: <devicetree@vger.kernel.org>, <linux-arm-kernel@lists.infradead.org>, <linux-kernel@vger.kernel.org>, <linux-pm@vger.kernel.org>, Claudiu Beznea <claudiu.beznea@microchip.com> Subject: [PATCH v3 0/4] dt-bindings: power: reset: at91: convert to YAML Date: Fri, 16 Jun 2023 13:16:42 +0300 Message-ID: <20230616101646.879480-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-20230616_031708_957273_62C36967 X-CRM114-Status: GOOD ( 11.42 ) 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: power: reset: at91: convert to YAML
|
expand
|