[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <9d13989c-fc79-404c-a88b-94e5ed7f97d0@lunn.ch>
Date: Thu, 3 Aug 2023 17:42:25 +0200
From: Andrew Lunn <andrew@...n.ch>
To: "Russell King (Oracle)" <linux@...linux.org.uk>
Cc: Feiyang Chen <chenfeiyang@...ngson.cn>, hkallweit1@...il.com,
peppe.cavallaro@...com, alexandre.torgue@...s.st.com,
joabreu@...opsys.com, chenhuacai@...ngson.cn, dongbiao@...ngson.cn,
loongson-kernel@...ts.loongnix.cn, netdev@...r.kernel.org,
loongarch@...ts.linux.dev, chris.chenfeiyang@...il.com
Subject: Re: [PATCH v3 13/16] net: stmmac: dwmac-loongson: Add 64-bit DMA and
multi-vector support
> > +static u32 get_irq_type(struct device_node *np)
> > +{
> > + struct of_phandle_args oirq;
> > +
> > + if (np && of_irq_parse_one(np, 0, &oirq) == 0 && oirq.args_count == 2)
> > + return oirq.args[1];
> > +
> > + return IRQF_TRIGGER_RISING;
> > +}
> > +
>
> I do wish that there was some IRQ maintainer I could bounce this over to
> for them to comment on, because I don't believe that this should be
> necessary in any driver - the irq subsystem should configure the IRQ
> accordingly before the driver is probed.
I agree with you, this is very likely to be wrong.
Feiyang, please look at other drivers and copy with they do.
Andrew
Powered by blists - more mailing lists