On Sun, Feb 09, 2025 at 11:06:42PM -0600, Matt Lee wrote: > This patch series addresses two issues in the max3421 USB host controller > driver: > > 1. **Patch 1** This patch reverts the removal of the slow retransmit of NAK > responses. This fixes some USB accessories from becoming unresponsive. > > 2. **Patch 2** fixes a "scheduling while atomic" bug in `max3421_remove()` > by ensuring that `kthread_stop()` is called outside a spinlock, preventing > a system crash when removing the driver or shutting down. > > Both patches have been tested on a BCM2711 with MAX3421 hardware. > > Kind regards, > Matt Lee > matt@xxxxxxxxxx > > --- > > **Patches:** > **[PATCH 1/2] USB: max3421: Fix retransmit handling for NAK responses** > **[PATCH 2/2] USB: max3421: Fix scheduling while atomic in > max3421_remove()** Sorry, you can't attach patches, please send these as a proper patch series. thanks, greg k-h