From patchwork Mon Oct 21 11:56:51 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13843995 Received: from laurent.telenet-ops.be (laurent.telenet-ops.be [195.130.137.89]) (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 96B491EBFF7 for ; Mon, 21 Oct 2024 11:57:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.137.89 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729511840; cv=none; b=rh/mxX0+/AtVp4VtkbZTJaZ6Vv/d974MCUu5r2BTl5JszOk6IUeO48pXLVn1QOpP5X+fKq3M//HoKMlGj/e53keDw8VymDOn7QLZdb2Sv0n2bXHQR8DBGtqQZHouWb8UJjHDiyUYXjsEWRKFD9CyYYIHwL86CiqwqQcbxee8DEQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729511840; c=relaxed/simple; bh=uvKF2V3H4LquVX1wvNEb/CZNdDfNMiP7msDnCiH+Rc4=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Content-Type; b=lksz2oAD0wn9bpwmnjAJkXj0pc8h2IxhgC0GeafI5veP13lmwGCLK5b5nhof+LoultlWmFpXDnvlwRJHpSl41BEkbS0CgwN0/74sIww8N2MsPP2pZ+PB8Vfk6FgfqnL8KjF/EMoChOaVSPy6et8/xmqHqgFOG1KgwVhaxaRxgmw= 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.89 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:a141:3544:6743:cb10]) by laurent.telenet-ops.be with cmsmtp id Szx72D0025HsszL01zx70H; Mon, 21 Oct 2024 13:57:08 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1t2r1m-004FMK-J9; Mon, 21 Oct 2024 13:57:07 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1t2r22-00CZiV-Qx; Mon, 21 Oct 2024 13:57:06 +0200 From: Geert Uytterhoeven To: Greg Kroah-Hartman , Claudiu Beznea , Paul Barker , =?utf-8?q?Niklas_S=C3=B6derlun?= =?utf-8?q?d?= , Yoshihiro Shimoda Cc: linux-renesas-soc@vger.kernel.org, netdev@vger.kernel.org, linux-ide@vger.kernel.org, linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH/RFC] MAINTAINERS: Re-add cancelled Renesas driver sections Date: Mon, 21 Oct 2024 13:56:51 +0200 Message-Id: <0a189e2c4090a1b308e18005d2552e335bac354f.1729511337.git.geert+renesas@glider.be> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Patchwork-State: RFC Removing full driver sections also removed mailing list entries, causing submitters of future patches to forget CCing these mailing lists. 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 --- Anyone who wants to take over maintenance for these drivers? Thanks in advance! --- MAINTAINERS | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index f04cba42a59301fa..97a23cea2729942e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -19521,6 +19521,14 @@ S: Supported F: Documentation/devicetree/bindings/i2c/renesas,iic-emev2.yaml F: drivers/i2c/busses/i2c-emev2.c +RENESAS ETHERNET AVB DRIVER +L: netdev@vger.kernel.org +L: linux-renesas-soc@vger.kernel.org +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 @@ -19570,6 +19578,13 @@ 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 +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 @@ -19645,6 +19660,15 @@ S: Supported F: Documentation/devicetree/bindings/i2c/renesas,rzv2m.yaml F: drivers/i2c/busses/i2c-rzv2m.c +RENESAS SUPERH ETHERNET DRIVER +L: netdev@vger.kernel.org +L: linux-renesas-soc@vger.kernel.org +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