RE: [PATCH 3/4 RFC] fsl/msi: Add MSI bank allocation for kernel owned devices

2015-03-12 Thread bharat.bhus...@freescale.com
-Original Message- From: Wood Scott-B07421 Sent: Thursday, March 12, 2015 4:53 AM To: Bhushan Bharat-R65777 Cc: linuxppc-...@ozlabs.org Subject: Re: [PATCH 3/4 RFC] fsl/msi: Add MSI bank allocation for kernel owned devices On Tue, 2015-03-03 at 10:47 +0530, Bharat Bhushan wrote

Re: [PATCH 3/4 RFC] fsl/msi: Add MSI bank allocation for kernel owned devices

2015-03-11 Thread Scott Wood
On Tue, 2015-03-03 at 10:47 +0530, Bharat Bhushan wrote: With this patch a context can allocate a MSI bank and use the allocated MSI-bank for the devices in that context. kernel/host context is NULL, So all devices owned by kernel will share a MSI bank allocated with context = NULL. This

[PATCH 3/4 RFC] fsl/msi: Add MSI bank allocation for kernel owned devices

2015-03-02 Thread Bharat Bhushan
With this patch a context can allocate a MSI bank and use the allocated MSI-bank for the devices in that context. kernel/host context is NULL, So all devices owned by kernel will share a MSI bank allocated with context = NULL. This patch is in direction to have separate MSI bank for kernel