Re: [PATCH] drivers/card_reader/rtsx_usb: Restore interrupt based detection

From: Greg Kroah-Hartman
Date: Mon Nov 18 2024 - 20:25:12 EST


On Mon, Nov 18, 2024 at 07:52:01PM +0000, Sean Rhodes wrote:
> This commit reintroduces interrupt-based card detection previously
> used in the rts5139 driver. This functionality was removed in commit
> 00d8521dcd23 ("staging: remove rts5139 driver code").
>
> Reintroducing this mechanism fixes presence detection for certain card
> readers, which with the current driver, will taken approximately 20
> seconds to enter S3 as `mmc_rescan` has to be frozen.
>
> Cc: Arnd Bergmann <arnd@xxxxxxxx>
> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> Signed-off-by: Sean Rhodes <sean@starlabs.systems>
> ---
> drivers/misc/cardreader/rtsx_usb.c | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)

So this fixes the referenced commit? If so, shouldn't that get a Fixes:
tag and cc: stable if needed?

thanks,

greg k-h