Re: [PATCH v4 1/1] soc: fujitsu: Add A64FX diagnostic interrupt driver

From: Arnd Bergmann
Date: Fri May 13 2022 - 06:14:15 EST


On Wed, May 11, 2022 at 8:50 AM Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
> > --- a/drivers/soc/Makefile
> > +++ b/drivers/soc/Makefile
> > @@ -12,6 +12,7 @@ obj-$(CONFIG_SOC_CANAAN) += canaan/
> > obj-$(CONFIG_ARCH_DOVE) += dove/
> > obj-$(CONFIG_MACH_DOVE) += dove/
> > obj-y += fsl/
> > +obj-y += fujitsu/
>
> Why a sub directory for just one .c file?

All the other drivers/soc/ contents are in subdirectories, so I think
I'd keep it like this.
There are also other drivers that have been proposed for fujitsu a64fx.

Arnd