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: 13870479 X-Patchwork-Delegate: geert@linux-m68k.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 EC29C1474B9 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=1731319422; cv=none; b=usPhVIKSXAK4iXWQGfToedAhMc0i4jaYTPiiXj/zv00LWQPtmpMWVHyLnvEY9NDtsaqXYQLRN75Xf6ameV8dYuTHKbWFlDFuiIVXqsi4uMk5Zl5I5ikENEBetg6gsfZGPgcSgdqN9xh4K9udslRR/BwpT4QMRbyz+m93ifCjMRw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731319422; c=relaxed/simple; bh=zpXE75j5SXUrQS7NbSN689rmukNp/PIZOEBLiTEyfeg=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Content-Type; b=lfmnWHeeROmqAZYd0CYOA3XCoq17ryfPJ4NqEIgryKeP5Zl1zgpgGtgTpBJ+1hCQW+iASyrMtFx1RVfKuT/CuEuZLpDXZyzaLMnw5VYKwKiakEbeydyXKOuAwQx17fGBkNrz5ac0zjjMtrZMe5Q5FBTbd3ZMzdYKfoaWQHp1JoA= 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-renesas-soc@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