czw., 30 kwi 2020 o 16:30 Bartosz Golaszewski <brgl@xxxxxxxx> napisał(a): > > From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> > > The interrupt simulator API exposes a lot of custom data structures and > functions and doesn't reuse the interfaces already exposed by the irq > subsystem. This series tries to address it. > > First, we make irq_domain_reset_irq_data() available to non-V2 domain API > users - that'll be used in the subsequent patch. Next we overhaul the > public interfaces - we hide all specific data structures and instead > rely on the irq_domain struct and virtual interrupt numberspace. > > The end effect is that we limit the interrupt simulator API to three > functions (plus one device managed variant) and zero new structures. > Hi Thomas, Marc, I've been posting this for many weeks now without any major changes and I dropped all controversial changes. Any chance of getting at least this part in for v5.8? Bartosz