From patchwork Mon Nov 11 10:03:21 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 2009760 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=147.75.80.249; helo=am.mirrors.kernel.org; envelope-from=linux-ide+bounces-2723-incoming=patchwork.ozlabs.org@vger.kernel.org; receiver=patchwork.ozlabs.org) Received: from am.mirrors.kernel.org (am.mirrors.kernel.org [147.75.80.249]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4Xn4rN2XDKz1xty for ; Mon, 11 Nov 2024 21:03:48 +1100 (AEDT) Received: from smtp.subspace.kernel.org (wormhole.subspace.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by am.mirrors.kernel.org (Postfix) with ESMTPS id 1A6311F20582 for ; Mon, 11 Nov 2024 10:03:46 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 45F42170A19; Mon, 11 Nov 2024 10:03:41 +0000 (UTC) X-Original-To: linux-ide@vger.kernel.org Received: from michel.telenet-ops.be (michel.telenet-ops.be [195.130.137.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EC25913E41A for ; Mon, 11 Nov 2024 10:03:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.137.88 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731319421; cv=none; b=XMT5QzOO0bwnQuJeXwKb5qf4ZhS85VDhgWQaHtny7B88YVvtlJ171bq0eZAxH4QbYOY4x5dzymQkPU3MR3hSNCJtw/5oG1P+c53fLFklG4bvq1LCxkRbECg3lr3vlUgc7RXoHKuKOWbXXnzk2Ecx9lSz269m/jKpa1JyPPBWq9g= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731319421; c=relaxed/simple; bh=zpXE75j5SXUrQS7NbSN689rmukNp/PIZOEBLiTEyfeg=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Content-Type; b=JxoypMj8/WyGsbpRGBZx43bAU47GQ6ntsMhGYZ6AyTGT0jXclZaLFMnoWchESzTICiCE2VtAs1HtlH+h/WBWR14hmlcCuGlAmHp8Hx0aaC4PDz2X4XtVBPeNfCZ4eUxgTnwcMSV2eF5CTuHwFYqq4KTkhljD1wG/cAYemugG/zQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be; spf=none smtp.mailfrom=linux-m68k.org; arc=none smtp.client-ip=195.130.137.88 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux-m68k.org Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:1112:af69:5261:dfff]) by michel.telenet-ops.be with cmsmtp id bN3P2D00R4cAbg906N3PoA; Mon, 11 Nov 2024 11:03:31 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1tARG9-006haP-VQ; Mon, 11 Nov 2024 11:03:23 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1tARGV-00AwGA-Ey; Mon, 11 Nov 2024 11:03:23 +0100 From: Geert Uytterhoeven To: Greg Kroah-Hartman , Paul Barker , =?utf-8?q?Niklas_S=C3=B6derlun?= =?utf-8?q?d?= , Claudiu Beznea , Yoshihiro Shimoda , James Bottomley , Arnd Bergmann , Sergei Shtylyov Cc: linux-renesas-soc@vger.kernel.org, netdev@vger.kernel.org, linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven , Simon Horman , Niklas Cassel , =?utf-8?q?Niklas_S=C3=B6derlund?= Subject: [PATCH v3] MAINTAINERS: Re-add cancelled Renesas driver sections Date: Mon, 11 Nov 2024 11:03:21 +0100 Message-Id: <4b2105332edca277f07ffa195796975e9ddce994.1731319098.git.geert+renesas@glider.be> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-ide@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Removing full driver sections also removed mailing list entries, causing submitters of future patches to forget CCing these mailing lists. Hence re-add the sections for the Renesas Ethernet AVB, R-Car SATA, and SuperH Ethernet drivers. Add people who volunteered to maintain these drivers (thanks a lot!), and mark all of them as supported. Fixes: 6e90b675cf942e50 ("MAINTAINERS: Remove some entries due to various compliance requirements.") Signed-off-by: Geert Uytterhoeven Acked-by: Greg Kroah-Hartman Reviewed-by: Simon Horman Acked-by: Niklas Cassel Acked-by: Niklas Söderlund Reviewed-by: Paul Barker --- To be queued in renesas-fixes for v6.12. v3: - Drop "+renesas" tag from Niklas' address, - Add S:-entries, - Add Acked-by, Reviewed-by, - Drop RFC status, v2: - Add Acked-by, Reviewed-by, - Add M:-entries. --- MAINTAINERS | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index e9659a5a7fb3347d..f232a48a6cf4e64d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -19518,6 +19518,17 @@ S: Supported F: Documentation/devicetree/bindings/i2c/renesas,iic-emev2.yaml F: drivers/i2c/busses/i2c-emev2.c +RENESAS ETHERNET AVB DRIVER +M: Paul Barker +M: Niklas Söderlund +L: netdev@vger.kernel.org +L: linux-renesas-soc@vger.kernel.org +S: Supported +F: Documentation/devicetree/bindings/net/renesas,etheravb.yaml +F: drivers/net/ethernet/renesas/Kconfig +F: drivers/net/ethernet/renesas/Makefile +F: drivers/net/ethernet/renesas/ravb* + RENESAS ETHERNET SWITCH DRIVER R: Yoshihiro Shimoda L: netdev@vger.kernel.org @@ -19567,6 +19578,14 @@ F: Documentation/devicetree/bindings/i2c/renesas,rmobile-iic.yaml F: drivers/i2c/busses/i2c-rcar.c F: drivers/i2c/busses/i2c-sh_mobile.c +RENESAS R-CAR SATA DRIVER +M: Geert Uytterhoeven +L: linux-ide@vger.kernel.org +L: linux-renesas-soc@vger.kernel.org +S: Supported +F: Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml +F: drivers/ata/sata_rcar.c + RENESAS R-CAR THERMAL DRIVERS M: Niklas Söderlund L: linux-renesas-soc@vger.kernel.org @@ -19642,6 +19661,17 @@ S: Supported F: Documentation/devicetree/bindings/i2c/renesas,rzv2m.yaml F: drivers/i2c/busses/i2c-rzv2m.c +RENESAS SUPERH ETHERNET DRIVER +M: Niklas Söderlund +L: netdev@vger.kernel.org +L: linux-renesas-soc@vger.kernel.org +S: Supported +F: Documentation/devicetree/bindings/net/renesas,ether.yaml +F: drivers/net/ethernet/renesas/Kconfig +F: drivers/net/ethernet/renesas/Makefile +F: drivers/net/ethernet/renesas/sh_eth* +F: include/linux/sh_eth.h + RENESAS USB PHY DRIVER M: Yoshihiro Shimoda L: linux-renesas-soc@vger.kernel.org