Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

MAINTAINERS: split Renesas Ethernet drivers entry

Since the Renesas Ethernet Switch driver was added by Yoshihiro Shimoda,
I started receiving the patches to review for it -- which I was unable to
do, as I don't know this hardware and don't even have the manuals for it.
Fortunately, Shimoda-san has volunteered to be a reviewer for this new
driver, thus let's now split the single entry into 3 per-driver entries,
each with its own reviewer...

Signed-off-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Reviewed-by: Simon Horman <horms@kernel.org>
Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Link: https://lore.kernel.org/r/de0ccc1d-6fc0-583f-4f80-f70e6461d62d@omp.ru
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

authored by

Sergey Shtylyov and committed by
Paolo Abeni
8c05813d 5f563c31

+25 -4
+25 -4
MAINTAINERS
··· 18724 18724 F: Documentation/devicetree/bindings/i2c/renesas,iic-emev2.yaml 18725 18725 F: drivers/i2c/busses/i2c-emev2.c 18726 18726 18727 - RENESAS ETHERNET DRIVERS 18727 + RENESAS ETHERNET AVB DRIVER 18728 18728 R: Sergey Shtylyov <s.shtylyov@omp.ru> 18729 18729 L: netdev@vger.kernel.org 18730 18730 L: linux-renesas-soc@vger.kernel.org 18731 - F: Documentation/devicetree/bindings/net/renesas,*.yaml 18732 - F: drivers/net/ethernet/renesas/ 18733 - F: include/linux/sh_eth.h 18731 + F: Documentation/devicetree/bindings/net/renesas,etheravb.yaml 18732 + F: drivers/net/ethernet/renesas/Kconfig 18733 + F: drivers/net/ethernet/renesas/Makefile 18734 + F: drivers/net/ethernet/renesas/ravb* 18735 + 18736 + RENESAS ETHERNET SWITCH DRIVER 18737 + R: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> 18738 + L: netdev@vger.kernel.org 18739 + L: linux-renesas-soc@vger.kernel.org 18740 + F: Documentation/devicetree/bindings/net/renesas,*ether-switch.yaml 18741 + F: drivers/net/ethernet/renesas/Kconfig 18742 + F: drivers/net/ethernet/renesas/Makefile 18743 + F: drivers/net/ethernet/renesas/rcar_gen4* 18744 + F: drivers/net/ethernet/renesas/rswitch* 18734 18745 18735 18746 RENESAS IDT821034 ASoC CODEC 18736 18747 M: Herve Codina <herve.codina@bootlin.com> ··· 18850 18839 S: Supported 18851 18840 F: Documentation/devicetree/bindings/i2c/renesas,rzv2m.yaml 18852 18841 F: drivers/i2c/busses/i2c-rzv2m.c 18842 + 18843 + RENESAS SUPERH ETHERNET DRIVER 18844 + R: Sergey Shtylyov <s.shtylyov@omp.ru> 18845 + L: netdev@vger.kernel.org 18846 + L: linux-renesas-soc@vger.kernel.org 18847 + F: Documentation/devicetree/bindings/net/renesas,ether.yaml 18848 + F: drivers/net/ethernet/renesas/Kconfig 18849 + F: drivers/net/ethernet/renesas/Makefile 18850 + F: drivers/net/ethernet/renesas/sh_eth* 18851 + F: include/linux/sh_eth.h 18853 18852 18854 18853 RENESAS USB PHY DRIVER 18855 18854 M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>