Message ID | 20200827123859.81793-21-ysato@users.sourceforge.jp |
---|---|
State | New |
Headers | show |
Series | [01/20] loader.c: Add support Motrola S-record format. | expand |
On 8/27/20 2:38 PM, Yoshinori Sato wrote: > Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp> > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 5a22c8be42..cee8448a73 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2054,9 +2054,11 @@ F: hw/char/renesas_sci.c > F: hw/char/sh_serial.c > F: hw/timer/renesas_*.c > F: hw/timer/sh_timer.c > +F: hw/net/renesas_eth.c > F: include/hw/char/renesas_sci.h > F: include/hw/sh4/sh.h > F: include/hw/timer/renesas_*.h > +F: include/hw/net/renesas_eth.h > > Renesas RX peripherals > M: Yoshinori Sato <ysato@users.sourceforge.jp> > Please squash to patch 16 "Add Renesas On-chip Ethernet MAC".
diff --git a/MAINTAINERS b/MAINTAINERS index 5a22c8be42..cee8448a73 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2054,9 +2054,11 @@ F: hw/char/renesas_sci.c F: hw/char/sh_serial.c F: hw/timer/renesas_*.c F: hw/timer/sh_timer.c +F: hw/net/renesas_eth.c F: include/hw/char/renesas_sci.h F: include/hw/sh4/sh.h F: include/hw/timer/renesas_*.h +F: include/hw/net/renesas_eth.h Renesas RX peripherals M: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)