RE: [PATCH v2 03/11] staging: fsl-mc: Added generic MSI support for FSL-MC devices

2015-11-09 Thread Jose Rivera
katz Itai-RM05202; Pan Lijun-B44306; Li Yang- > Leo-R58472; Wood Scott-B07421; ag...@suse.de; Hamciuc Bogdan-BHAMCIU1; > Marginean Alexandru-R89243; Sharma Bhupesh-B45370; Erez Nir-RM30794; > Schmitt Richard-B43082; dan.carpen...@oracle.com; > jiang@linux.intel.com > Subject: Re:

Re: [PATCH v2 03/11] staging: fsl-mc: Added generic MSI support for FSL-MC devices

2015-11-09 Thread Marc Zyngier
On 06/11/15 23:20, Jose Rivera wrote: [...] >>> +static void __fsl_mc_msi_write_msg(struct fsl_mc_device *mc_bus_dev, >>> + struct fsl_mc_device_irq *mc_dev_irq) { >>> + int error; >>> + struct fsl_mc_device *owner_mc_dev = mc_dev_irq->mc_dev; >>> + struct

RE: [PATCH v2 03/11] staging: fsl-mc: Added generic MSI support for FSL-MC devices

2015-11-06 Thread Jose Rivera
katz Itai-RM05202; Pan Lijun-B44306; Li Yang- > Leo-R58472; Wood Scott-B07421; ag...@suse.de; Hamciuc Bogdan-BHAMCIU1; > Marginean Alexandru-R89243; Sharma Bhupesh-B45370; Erez Nir-RM30794; > Schmitt Richard-B43082; dan.carpen...@oracle.com; > jiang@linux.intel.com > Subject: Re:

Re: [PATCH v2 03/11] staging: fsl-mc: Added generic MSI support for FSL-MC devices

2015-11-06 Thread Marc Zyngier
On 30/10/15 19:43, J. German Rivera wrote: > Created an MSI domain for the fsl-mc bus-- including functions > to create a domain, find a domain, alloc/free domain irqs, and > bus specific overrides for domain and irq_chip ops. > > Signed-off-by: J. German Rivera >

[PATCH v2 03/11] staging: fsl-mc: Added generic MSI support for FSL-MC devices

2015-10-30 Thread J. German Rivera
Created an MSI domain for the fsl-mc bus-- including functions to create a domain, find a domain, alloc/free domain irqs, and bus specific overrides for domain and irq_chip ops. Signed-off-by: J. German Rivera --- Changes in v2: none