summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-mc/TODO
diff options
context:
space:
mode:
authorStuart Yoder <stuart.yoder@nxp.com>2016-04-11 11:48:37 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-04-29 18:00:45 -0700
commit71bd14e3ec654442c1fdddf6a54ed94b83436feb (patch)
treecf01710bb845f165458bb06f1499db2e191a7cf8 /drivers/staging/fsl-mc/TODO
parentd6a1b8d9db3a51f72cdd078ffe48ebcc90fcdd24 (diff)
downloadop-kernel-dev-71bd14e3ec654442c1fdddf6a54ed94b83436feb.zip
op-kernel-dev-71bd14e3ec654442c1fdddf6a54ed94b83436feb.tar.gz
staging: fsl-mc: TODO updates
remove 3 of the remaining TODO items: -multiple root fsl-mc buses-- done in patch series starting with commit 14f928054a05 ("staging: fsl-mc: abstract test for existence of fsl-mc bus") -interrupt support-- done in patch series starting with commit 9b1b282ccd81 ("irqdomain: Added domain bus token DOMAIN_BUS_FSL_MC_MSI") -MC command serialization-- done in commit 63f2be5c3b358 ("staging: fsl-mc: Added serialization to mc_send_command()") Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com> Acked-by: German Rivera <german.rivera@nxp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fsl-mc/TODO')
-rw-r--r--drivers/staging/fsl-mc/TODO13
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/staging/fsl-mc/TODO b/drivers/staging/fsl-mc/TODO
index 3894368..54a8bc6 100644
--- a/drivers/staging/fsl-mc/TODO
+++ b/drivers/staging/fsl-mc/TODO
@@ -1,21 +1,8 @@
-* Decide if multiple root fsl-mc buses will be supported per Linux instance,
- and if so add support for this.
-
* Add at least one device driver for a DPAA2 object (child device of the
fsl-mc bus). Most likely candidate for this is adding DPAA2 Ethernet
driver support, which depends on drivers for several objects: DPNI,
DPIO, DPMAC. Other pre-requisites include:
- * interrupt support. for meaningful driver support we need
- interrupts, and thus need message interrupt support by the bus
- driver.
- -Note: this has dependencies on generic MSI support work
- in process upstream, see [1] and [2].
-
- * Management Complex (MC) command serialization. locking mechanisms
- are needed by drivers to serialize commands sent to the MC, including
- from atomic context.
-
* MC firmware uprev. The MC firmware upon which the fsl-mc
bus driver and DPAA2 object drivers are based is continuing
to evolve, so minor updates are needed to keep in sync with binary
OpenPOWER on IntegriCloud