Re: [PATCH] irqdomain: Delete irq_domain_add_linear()
From: Thomas Gleixner
Date: Fri Sep 04 2026 - 02:41:39 EST
On Tue, Sep 01 2026 at 08:47, Jiri Slaby wrote:
> 7.3-rc1 is free of calls to irq_domain_add_linear(), so it can be
> deleted at last.
>
> I used Gemini to update zh_CN/core-api/irq/irq-domain.rst too. Hopefully
> the result is correct -- I really cannot read/write Chinese ("CHINESE
> DOCUMENTATION" maintainers CCed).
It's trivial enough to translate the whole paragraph with Gemini or
google translate:
"irq_domain_add_linear() and irq_domain_create_linear() are
functionally equivalent, except for the first parameter: the former
accepts an Open Firmware-specific 'struct device_node', while the
latter accepts a more generic abstract 'struct fwnode_handle'."
which makes it obvious that it can be deleted completely, no?
Thanks,
tglx