From nobody Fri Apr 3 03:15:14 2026 Received: from smtp-out3.simply.com (smtp-out3.simply.com [94.231.106.210]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 67A4536A034; Fri, 6 Mar 2026 16:29:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=94.231.106.210 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772814598; cv=none; b=l6aMr5NHUjPeZHvvd67u36G3IOQSvVFBCtemtZuQGJv6gT+6TqdlfFmR/iEYZe1I5EFliclkjpQx7YGlhToCHbGGxMXDl63fvJlgA/e6Y7TnTUV4iAdLewwfi3iybbppIjc25wUd3wgnanhvQdRpoid20yq/QKtJ0IabPcolWVc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772814598; c=relaxed/simple; bh=hG5KSuPtLiBtHjq424HSyAbeOdsq1PzCy6qL7NHd2UY=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=anDyxUi3fX5OOEtOTZWBj7JuX3U3WvfHOq9LLfiUgmf/WW93sk8o7sFSikhh53MNJYJVdb+/BRMunJnzSBin43sSeT3yxOR5Rmj8o+Kfg26ppIxIaOrfaPMlsHMIeeqpECGuDEtk187SpcT1lYV5+1AK0CJKcev7FM7pGpkrwI8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=gaisler.com; spf=pass smtp.mailfrom=gaisler.com; dkim=fail (0-bit key) header.d=gaisler.com header.i=@gaisler.com header.b=BOf8nTg7 reason="key not found in DNS"; arc=none smtp.client-ip=94.231.106.210 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=gaisler.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=gaisler.com Authentication-Results: smtp.subspace.kernel.org; dkim=fail reason="key not found in DNS" (0-bit key) header.d=gaisler.com header.i=@gaisler.com header.b="BOf8nTg7" Received: from localhost (localhost [127.0.0.1]) by smtp.simply.com (Simply.com) with ESMTP id 4fSBh93zQBz1FlZ3; Fri, 6 Mar 2026 17:29:45 +0100 (CET) Received: from d-5xj5g74.got.gaisler.com.com (h-98-128-223-123.NA.cust.bahnhof.se [98.128.223.123]) by smtp.simply.com (Simply.com) with ESMTPA id 4fSBh91r33z1DDRx; Fri, 6 Mar 2026 17:29:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gaisler.com; s=simplycom2; t=1772814585; bh=lDfZgx61aSWUJ1n5uo3C1KLCGawncX5ACzgdlX+fljk=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=BOf8nTg7uWD0YSfa+LliFDUqJVkDZJieNh5oPIorkT+Jj6noMUWuUpkcENfsn6/vd uVveHwble9oEwCCfzAtUA3o7YkT6dljo1B+MVlLuQT8C+i8dj+Ydc1kxaiadnRPGku RVBxAYf8dhFLw3+48VStKaSbLMZqXjsCRM7lK56WPUITLI0xXuo2L3NImJj4xcEe+p WFHNYdVbOGcu9u4arF4u6tz2CeF5UA/WHHauUaRwhplHZZcss07uGyqJYBCE9ULSw3 D4Rum+iskE95gG7j0Yto8nYLKEoX1vt8dxBJ6aiFaau+oCHlts4qBjAdEP/J27EnaG cU6wPWsChYvdQ== From: Arun Muthusamy To: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, mkl@pengutronix.de, mailhol@kernel.org Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-can@vger.kernel.org, Arun Muthusamy Subject: [PATCH v6 03/15] MAINTAINERS: Add maintainers for GRCAN CAN network driver Date: Fri, 6 Mar 2026 17:29:22 +0100 Message-ID: <20260306162934.22955-4-arun.muthusamy@gaisler.com> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20260306162934.22955-1-arun.muthusamy@gaisler.com> References: <20260306162934.22955-1-arun.muthusamy@gaisler.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Add Arun Muthusamy and Andreas Larsson as maintainers for the GRCAN CAN network driver, This entry ensures clear communication channels for maintaining the Documentation and driver code associated with GRCAN. Signed-off-by: Arun Muthusamy --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 0dc4aa37d903..14ddd48e063f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10706,6 +10706,14 @@ F: drivers/gpio/gpiolib-cdev.c F: include/uapi/linux/gpio.h F: tools/gpio/ =20 +GRCAN CAN NETWORK DRIVER +M: Andreas Larsson +M: Arun Muthusamy +L: linux-can@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/net/can/gaisler,grcan.yaml +F: drivers/net/can/grcan.c + GRETH 10/100/1G Ethernet MAC device driver M: Andreas Larsson L: netdev@vger.kernel.org --=20 2.51.0