Message ID | 20201013101659.3557154-5-f4bug@amsat.org |
---|---|
State | Superseded |
Headers | show |
Series | MAINTAINERS: Update MIPS sections | expand |
On 13/10/2020 12.16, Philippe Mathieu-Daudé wrote: > The MIPS GIC timer is only used by the Boston board. > > Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> > --- > MAINTAINERS | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 702f73823fc..62db288bfc4 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -233,11 +233,9 @@ F: docs/system/cpu-models-mips.rst.inc > F: hw/intc/mips_gic.c > F: hw/mips/ > F: hw/misc/mips_* > -F: hw/timer/mips_gictimer.c > F: include/hw/intc/mips_gic.h > F: include/hw/mips/ > F: include/hw/misc/mips_* > -F: include/hw/timer/mips_gictimer.h > F: tests/tcg/mips/ > K: ^Subject:.*(?i)mips > > @@ -1167,7 +1165,9 @@ S: Odd Fixes > F: hw/core/loader-fit.c > F: hw/mips/boston.c > F: hw/pci-host/xilinx-pcie.c > +F: hw/timer/mips_gictimer.c > F: include/hw/pci-host/xilinx-pcie.h > +F: include/hw/timer/mips_gictimer.h If I grep for mips_gictimer_init, it seems like this function is used from mips_gic_realize in hw/intc/mips_gic.c ... and mips_gic.c / TYPE_MIPS_GIC is also used from the malta board ... so are you really sure this is right? Or what did I miss? Thomas
On 10/14/20 3:39 PM, Thomas Huth wrote: > On 13/10/2020 12.16, Philippe Mathieu-Daudé wrote: >> The MIPS GIC timer is only used by the Boston board. >> >> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> >> --- >> MAINTAINERS | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 702f73823fc..62db288bfc4 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -233,11 +233,9 @@ F: docs/system/cpu-models-mips.rst.inc >> F: hw/intc/mips_gic.c >> F: hw/mips/ >> F: hw/misc/mips_* >> -F: hw/timer/mips_gictimer.c >> F: include/hw/intc/mips_gic.h >> F: include/hw/mips/ >> F: include/hw/misc/mips_* >> -F: include/hw/timer/mips_gictimer.h >> F: tests/tcg/mips/ >> K: ^Subject:.*(?i)mips >> >> @@ -1167,7 +1165,9 @@ S: Odd Fixes >> F: hw/core/loader-fit.c >> F: hw/mips/boston.c >> F: hw/pci-host/xilinx-pcie.c >> +F: hw/timer/mips_gictimer.c >> F: include/hw/pci-host/xilinx-pcie.h >> +F: include/hw/timer/mips_gictimer.h > > If I grep for mips_gictimer_init, it seems like this function is used from > mips_gic_realize in hw/intc/mips_gic.c ... and mips_gic.c / TYPE_MIPS_GIC is > also used from the malta board ... so are you really sure this is right? Or > what did I miss? We have another Frankenstein :(
diff --git a/MAINTAINERS b/MAINTAINERS index 702f73823fc..62db288bfc4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -233,11 +233,9 @@ F: docs/system/cpu-models-mips.rst.inc F: hw/intc/mips_gic.c F: hw/mips/ F: hw/misc/mips_* -F: hw/timer/mips_gictimer.c F: include/hw/intc/mips_gic.h F: include/hw/mips/ F: include/hw/misc/mips_* -F: include/hw/timer/mips_gictimer.h F: tests/tcg/mips/ K: ^Subject:.*(?i)mips @@ -1167,7 +1165,9 @@ S: Odd Fixes F: hw/core/loader-fit.c F: hw/mips/boston.c F: hw/pci-host/xilinx-pcie.c +F: hw/timer/mips_gictimer.c F: include/hw/pci-host/xilinx-pcie.h +F: include/hw/timer/mips_gictimer.h OpenRISC Machines -----------------
The MIPS GIC timer is only used by the Boston board. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)