Re: [PATCH] scsi: ufs: Allows the driver to choose the interrupt handler type

From: André Draszik

Date: Fri Jul 10 2026 - 08:46:12 EST


On Fri, 2026-07-10 at 12:29 +0100, André Draszik wrote:
> Hi,
>
> On Fri, 2026-07-10 at 14:59 +0800, Kui Sun wrote:
> > This capability allows the host controller driver to choose whether
> > To register interrupts in a threaded manner or in a
> > Standard (non-threaded) manner
>
> I believe it should at the least default to the original behaviour to
> avoid the regression on pre-existing platforms out of the box without
> taking additional steps, and make the threaded handling an opt-in until
> a better solution is found for platforms that benefit from it without
> adversely affecting other platforms.

... as done here :-)

A.