On 2022-01-27 18:03:29 [+0100], Wolfram Sang wrote: > Hi Sebastian, Hi Wolfram, > > +/** > > + * generic_handle_irq_safe - Invoke the handler for a particular irq > > This is the same desc as for generic_handle_irq(). I suggest to add > something like "from any context" to have some distinction. There is something later but let me reword that. > > + * This function must be called either from an IRQ context with irq regs > > + * initialized or with care from any context. > > I think "with care" is not obvious enough. Can you describe it a little? Yeah, will do. > Thanks for this work, > > Wolfram Sebastian