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 870B9C433EF for ; Mon, 2 May 2022 20:40:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1387484AbiEBUne (ORCPT ); Mon, 2 May 2022 16:43:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34954 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1387461AbiEBUnX (ORCPT ); Mon, 2 May 2022 16:43:23 -0400 Received: from mx0b-002e3701.pphosted.com (mx0b-002e3701.pphosted.com [148.163.143.35]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 54CF3DF51 for ; Mon, 2 May 2022 13:39:49 -0700 (PDT) Received: from pps.filterd (m0150244.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 242C4wDE011068; Mon, 2 May 2022 20:39:44 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hpe.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version; s=pps0720; bh=dYFr8AKeg+LomweSg1+DCQHXr0V9LFVXhkqPmLqgN1w=; b=TrFuDv3g2JFRNP79U6iDOsNDbfiEvpgkcZT2iOvYYV1+zQPUkd7+zUIt6TOOZS7PzZC7 lv8rU2oo4/zqZgX4WmEG+JF/LnIsW2kV1ipvHvbJ0YY2ijVplqrkdQBR4XfhmzrEZ2HU FpBoOrMjzJaTP1RI2SOaT1AiTU3h8sIVpgn9ACXdu+iiU2UxeP/PlZuzXRxRR0DeJaY9 CT+kaZXEN30ij0EZRInpzDsOwiPPlmM7fCWF6LRQcCH/+vy5LzlaE6RxgM+F6Jk+0phi qmfb5qQl53nKOseU9IUsuc01uHbBkAIA9tEYbJ/7pPmp2P48UWvqXnLUZJhYSxH67TME TA== Received: from g9t5009.houston.hpe.com (g9t5009.houston.hpe.com [15.241.48.73]) by mx0b-002e3701.pphosted.com (PPS) with ESMTPS id 3fteyvccdh-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 02 May 2022 20:39:44 +0000 Received: from g9t2301.houston.hpecorp.net (g9t2301.houston.hpecorp.net [16.220.97.129]) by g9t5009.houston.hpe.com (Postfix) with ESMTP id 97CBD55; Mon, 2 May 2022 20:39:43 +0000 (UTC) Received: from hpe.com (cigateway-dev.us.rdlabs.hpecorp.net [10.14.73.30]) by g9t2301.houston.hpecorp.net (Postfix) with ESMTP id 585CB4A; Mon, 2 May 2022 20:39:43 +0000 (UTC) From: nick.hawkins@hpe.com To: verdun@hpe.com, nick@hpe.com, joel@jms.id.au, arnd@arndb.de, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Nick Hawkins Subject: [PATCH v6 8/8] MAINTAINERS: Introduce HPE GXP Architecture Date: Mon, 2 May 2022 15:40:50 -0500 Message-Id: <20220502204050.88316-8-nick.hawkins@hpe.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20220502204050.88316-1-nick.hawkins@hpe.com> References: <20220502204050.88316-1-nick.hawkins@hpe.com> X-Proofpoint-ORIG-GUID: wNtAqv_I-U1VpRz75Ltw4NLRiui8L9jT X-Proofpoint-GUID: wNtAqv_I-U1VpRz75Ltw4NLRiui8L9jT X-Proofpoint-UnRewURL: 0 URL was un-rewritten MIME-Version: 1.0 X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.858,Hydra:6.0.486,FMLib:17.11.64.514 definitions=2022-05-02_06,2022-05-02_03,2022-02-23_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 adultscore=0 mlxlogscore=999 priorityscore=1501 phishscore=0 bulkscore=0 malwarescore=0 clxscore=1015 mlxscore=0 impostorscore=0 lowpriorityscore=0 spamscore=0 suspectscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2202240000 definitions=main-2205020153 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Nick Hawkins Create a section in MAINTAINERS for the GXP HPE architecture. Signed-off-by: Nick Hawkins --- v6: * Fixed subject to match other commits * Removed hpe,gxp-wdt.yaml from file list v5: * Fixed commit message to list all previous changes v4: * Added ARM/ before HPE Title * Changed MAINTAINED to Maintained * Renamed gxp-timer.c to timer-gxp.c * Renamed gxp.yaml to hpe,gxp.yaml v3: * Removed uncessary files * Used proper patch-set format v2: * Fixed email address * Removed multiple entries in favor of one --- MAINTAINERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 40fa1955ca3f..b2a14e8b6396 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2130,6 +2130,18 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git F: arch/arm/mach-sa1100/include/mach/jornada720.h F: arch/arm/mach-sa1100/jornada720.c +ARM/HPE GXP ARCHITECTURE +M: Jean-Marie Verdun +M: Nick Hawkins +S: Maintained +F: Documentation/devicetree/bindings/arm/hpe,gxp.yaml +F: Documentation/devicetree/bindings/timer/hpe,gxp-timer.yaml +F: arch/arm/boot/dts/hpe-bmc-dl360gen10.dts +F: arch/arm/boot/dts/hpe-gxp.dtsi +F: arch/arm/mach-hpe/gxp.c +F: drivers/clocksource/timer-gxp.c +F: drivers/watchdog/gxp-wdt.c + ARM/IGEP MACHINE SUPPORT M: Enric Balletbo i Serra M: Javier Martinez Canillas -- 2.17.1