[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1443942594-7189-1-git-send-email-itai.katz@freescale.com>
Date: Sun, 4 Oct 2015 10:09:49 +0300
From: <itai.katz@...escale.com>
To: <gregkh@...uxfoundation.org>, <arnd@...db.de>,
<devel@...verdev.osuosl.org>, <linux-kernel@...r.kernel.org>
CC: <stuart.yoder@...escale.com>, <german.rivera@...escale.com>,
<lijun.pan@...escale.com>, <scottwood@...escale.com>,
<agraf@...e.de>, <bhamciu1@...escale.com>, <R89243@...escale.com>,
<bhupesh.sharma@...escale.com>, <nir.erez@...escale.com>,
<richard.schmitt@...escale.com>, <dan.carpenter@...cle.com>,
Itai Katz <itai.katz@...escale.com>
Subject: [PATCH 0/5] staging: fsl-mc: multiple root DPRCs
From: Itai Katz <itai.katz@...escale.com>
This patch series adds support for supporting multiple root
DPRCs, which is an item on the TODO list. (This situation can
is possible when assigning multiple DPRCs to KVM virtual machines.)
Patch 1 abstracts the test for existence of an fsl-mc bus instance
into a function.
Patch 2 abstracts the test for whether a dprc is a root dprc
into a function.
Patch 3 replaces use of the dev_root field in the bus type
struct to identify the root dprc with a more flexible
pointer traversal mechanism.
Patch 4 adds a counter to track the number of root dprcs.
Patch 5 removes all references to the now unused dev_root
Itai Katz (5):
staging: fsl-mc: abstract test for existence of fsl-mc bus
staging: fsl-mc: abstract test for whether a dprc is a root dprc
staging: fsl-mc: add function to return pointer to root dprc
staging: fsl-mc: add counter to track number of root DPRCs
staging: fsl-mc: remove references to dev_root
drivers/staging/fsl-mc/bus/mc-bus.c | 74 ++++++++++++++++++++++++++++++-----
drivers/staging/fsl-mc/include/mc.h | 2 +
2 files changed, 66 insertions(+), 10 deletions(-)
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists