TODO 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. * Decide if multiple root fsl-mc buses will be supported per Linux instance,
  2. and if so add support for this.
  3. * Add at least one device driver for a DPAA2 object (child device of the
  4. fsl-mc bus). Most likely candidate for this is adding DPAA2 Ethernet
  5. driver support, which depends on drivers for several objects: DPNI,
  6. DPIO, DPMAC. Other pre-requisites include:
  7. * interrupt support. for meaningful driver support we need
  8. interrupts, and thus need message interrupt support by the bus
  9. driver.
  10. -Note: this has dependencies on generic MSI support work
  11. in process upstream, see [1] and [2].
  12. * Management Complex (MC) command serialization. locking mechanisms
  13. are needed by drivers to serialize commands sent to the MC, including
  14. from atomic context.
  15. * MC firmware uprev. The MC firmware upon which the fsl-mc
  16. bus driver and DPAA2 object drivers are based is continuing
  17. to evolve, so minor updates are needed to keep in sync with binary
  18. interface changes to the MC.
  19. * Cleanup
  20. Please send any patches to Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
  21. german.rivera@freescale.com, devel@driverdev.osuosl.org,
  22. linux-kernel@vger.kernel.org
  23. [1] https://lkml.org/lkml/2015/7/9/93
  24. [2] https://lkml.org/lkml/2015/7/7/712