On 6/12/23 5:16 PM, Ulf Hansson wrote: [...] >> Here are 12 patches against the 'fixes' branch of Ulf Hansson's 'mmc.git' repo. >> The affected MMC/SD drivers call platform_get_irq[_byname]() but override its >> result in case of error which prevents the deferred probing from working. Some >> of these patches logically depend on commit ce753ad1549c ("platform: finally >> disallow IRQ0 in platform_get_irq() and its ilk")... > > The above patch is available in v5.19. If someone wants any of the > patches in $subject series to be backported to an older kernel > version, the commit above needs backporting too. Mmm... not quite correct: the abovementioned commit matters only when the IRQ check in the driver is changed from <= 0 to < 0 (there's an extra passage about IRQ0 at the end of the patch description). > Therefore I am adding the tag below for the series and leaving > anything that older to be managed separately. > > Cc: stable@xxxxxxxxxxxxxxx # v5.19+ Please only add such tag where it is _actually_ needed. TIA! [...] > Kind regards > Uffe MBR, Sergey