From patchwork Wed Dec 16 12:57:30 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Claudiu Beznea X-Patchwork-Id: 1417107 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=microchip.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=microchip.com header.i=@microchip.com header.a=rsa-sha256 header.s=mchp header.b=aSZrEQ3f; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4CwwDz5S6Dz9sSs for ; Wed, 16 Dec 2020 23:59:15 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725951AbgLPM67 (ORCPT ); Wed, 16 Dec 2020 07:58:59 -0500 Received: from esa.microchip.iphmx.com ([68.232.153.233]:49093 "EHLO esa.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725936AbgLPM67 (ORCPT ); Wed, 16 Dec 2020 07:58:59 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1608123539; x=1639659539; h=from:to:cc:subject:date:message-id:mime-version; bh=akJW3I7vRgRB4W1/bFstfYQ3qkdKGHBntLgOB7XPEEg=; b=aSZrEQ3fZconFva9VYtJdnEFoaohW+/pZ5ziczQrB3G5zCIjumxF4QPm BkkqXJOPrd37E0KnTKziIpFcugz8wIIW+dsIw7PVzb2VBX04NeZXlnYi5 rguznNP3JNcmMtpf5G96ex0XExdo/CNFcj8qZdNCs5A0gd6GSOi2DAO4y X2elSkggBFhyfACXn++ojK2CPDvieqV7ow1N56ZcVXF3e0QYgjhELagYy nQnMFQGCDje6WlqGzLUvH36neQlBPgFZCMLkOQvsXNQ+YVt2fuDLOkeCX 2vpXjU+BUzkoGjn05vCN7CP5KWYx4MG6tiIgNRRQ525soZ+/7hE8MMvwZ A==; IronPort-SDR: 5zNVxEj16DJcwg5rnze6LbvvtGRz2l3fda2dMmQms8S/ZbbA51WVVfLPoieeRDJN4A+sjqvfJT 27Vx3jEWnLSrM7soWfKzUR2GhBA1zpbC0XfGvBSt3yIufWgucm8Q3RGw6GANyTHtrGHlNuhGq0 e2QB5LEic+Dys0k7sDi1bc0gY1qn6XGN4QxboEomWLYllwMJw/e63gqtC3dSuip1In1EaA18rE l7pQIbnp+NMG9T3IxvDJ4MGUzEfN4rtoWD7vQf9m35Pyrh/TgJdzhCzdeK6Bc+ls47vO/ggCMo yfY= X-IronPort-AV: E=Sophos;i="5.78,424,1599548400"; d="scan'208";a="102424408" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa5.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 16 Dec 2020 05:57:43 -0700 Received: from chn-vm-ex04.mchp-main.com (10.10.85.152) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1979.3; Wed, 16 Dec 2020 05:57:42 -0700 Received: from m18063-ThinkPad-T460p.microchip.com (10.10.115.15) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server id 15.1.1979.3 via Frontend Transport; Wed, 16 Dec 2020 05:57:40 -0700 From: Claudiu Beznea To: , , , , , CC: , , , , Claudiu Beznea Subject: [PATCH 0/3] power: reset: at91-sama5d2_shdwc: add support for SAMA7G5 Date: Wed, 16 Dec 2020 14:57:30 +0200 Message-ID: <1608123453-1423-1-git-send-email-claudiu.beznea@microchip.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi, This series adds support for SAMA7G5 shutdown controller. Thank you, Claudiu Beznea Claudiu Beznea (3): power: reset: at91-sama5d2_shdwc: fix wkupdbc mask dt-bindings: atmel-sysreg: add microchip,sama7g5-shdwc power: reset: at91-sama5d2_shdwc: add support for sama7g5 .../devicetree/bindings/arm/atmel-sysregs.txt | 5 +- drivers/power/reset/at91-sama5d2_shdwc.c | 74 ++++++++++++++++------ 2 files changed, 58 insertions(+), 21 deletions(-) Reviewed-by: Alexandre Belloni