Re: [PATCH 1/2] irqchip/ls-extirq: convert to a platform driver

From: Geert Uytterhoeven

Date: Fri Dec 05 2025 - 07:54:11 EST


Hi Ioana,

On Fri, 5 Dec 2025 at 13:14, Ioana Ciornei <ioana.ciornei@xxxxxxx> wrote:
> On Fri, Dec 05, 2025 at 11:28:29AM +0100, Geert Uytterhoeven wrote:
> > Hi Ionana,

> My name is spelled Ioana.

Please accept my sincere apologies!

> > > +static struct platform_driver ls_extirq_driver = {
> > > + .probe = ls_extirq_probe,
> > > + .driver = {
> > > + .name = "ls-extirq",
> > > + .of_match_table = ls_extirq_dt_ids,
> > > + }
> > > +};
> > > +
> > > +module_platform_driver(ls_extirq_driver);
> >
> > builtin_platform_driver(), as the driver cannot be modular?
>
> Sure, will fix in v2.

Thanks!

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds