Re: [RFC V1 2/7] drivers/base: Introduce callbacks for IMS interrupt domain

2019-09-13 Thread Jason Gunthorpe
On Thu, Sep 12, 2019 at 06:32:03PM -0700, Megha Dey wrote: > This patch serves as a preparatory patch to introduce a new IMS > (Interrupt Message Store) domain. It consists of APIs which would > be used as callbacks to the IRQ chip associated with the IMS domain. > > The APIs introduced in this pa

Re: [RFC V1 2/7] drivers/base: Introduce callbacks for IMS interrupt domain

2019-09-12 Thread Greg KH
On Thu, Sep 12, 2019 at 06:32:03PM -0700, Megha Dey wrote: > This patch serves as a preparatory patch to introduce a new IMS > (Interrupt Message Store) domain. It consists of APIs which would > be used as callbacks to the IRQ chip associated with the IMS domain. > > The APIs introduced in this pa

[RFC V1 2/7] drivers/base: Introduce callbacks for IMS interrupt domain

2019-09-12 Thread Megha Dey
This patch serves as a preparatory patch to introduce a new IMS (Interrupt Message Store) domain. It consists of APIs which would be used as callbacks to the IRQ chip associated with the IMS domain. The APIs introduced in this patch are: dev_ims_mask_irq - Generic irq chip callback to mask IMS int