Re: [PATCH v2 1/1] iio: adc: mxs-lradc-adc: Get rid of OF specifics

From: Andy Shevchenko
Date: Tue Jun 21 2022 - 06:53:06 EST


On Tue, Jun 21, 2022 at 01:37:54PM +0300, Andy Shevchenko wrote:
> First of all, the additional conversion from vIRQ, and this is exactly
> what is returned by platform_get_irq_byname(), to vIRQ is not needed.
> Hence, drop no-op call to irq_of_parse_and_map().

Actually this patch is not correct. The MFD supplies IRQ lines without any
domain behind it, because of that the supplied list of IRQs is abstract to the
hardware and has no meaning in the Linux kernel. I dunno how it's supposed to
work (perhaps it involves the GIC driver hooks for IMX23/28 platforms).

--
With Best Regards,
Andy Shevchenko