[PATCH 00/14] staging: fsl-mc: misc updates

Stuart Yoder stuart.yoder at nxp.com
Mon Apr 11 16:48:25 UTC 2016


From: Stuart Yoder <stuart.yoder at nxp.com>

This patch series makes further progress towards completing the fsl-mc
TODO list.

-patch 1 removes three items from the TODO file that were previously 
 completed-- multiple root dprc support, MSI support, and command
 serialization

-patch 2 makes some way overdue updates to README.txt from review
 comments on the mailing list last fall

-patches 3-5 update the binary interface for several objects to
 sync with latest MC firmware (todo item: "MC firmware uprev")

-patches 6-13 are cleanup items
   -change in how object versions are used in binding decisions
   -setting coherent dma_ops for devices if necessary
   -setting cacheable flag for object regions if applicable
   -getting the version of the root dprc from hardware, not based
    on what was in the .h file
   -dprc driver now refuses to probe if dprc version is not minimum
    expected
   -added quirk for bug in coherency flag for dpseci objects
   -allocator driver refuses to bind to dpmcp objects if version
    is not minimum expected

-patch 14 adds a second maintainer for the driver
 
Horia Geanta (1):
  staging: fsl-mc: add quirk handling for dpseci objects < 4.0

Horia Geantă (1):
  staging: fsl-mc: return -EINVAL for all fsl_mc_portal_allocate()
    failures

Itai Katz (5):
  staging: fsl-mc: don't use object versions to make binding decisions
  staging: fsl-mc: set cacheable flag for added devices if applicable
  staging: fsl-mc: get version of root dprc from MC hardware
  staging: fsl-mc: add dprc version check
  staging: fsl-mc: add dpmcp version check

Stuart Yoder (7):
  staging: fsl-mc: TODO updates
  staging: fsl-mc: DPAA2 overview readme update
  staging: fsl-mc: update dpmcp binary interface to v3.0
  staging: fsl-mc: update dpbp binary interface to v2.2
  staging: fsl-mc: update dprc binary interface to v5.1
  staging: fsl-mc: set up coherent dma ops for added devices
  MAINTAINERS: fsl-mc: Add second maintainer

 MAINTAINERS                                 |    1 +
 drivers/staging/fsl-mc/README.txt           |  138 ++++++++++++++++-----------
 drivers/staging/fsl-mc/TODO                 |   13 ---
 drivers/staging/fsl-mc/bus/dpbp.c           |   77 ++++++++++++++-
 drivers/staging/fsl-mc/bus/dpmcp-cmd.h      |    7 +-
 drivers/staging/fsl-mc/bus/dpmcp.c          |   35 +------
 drivers/staging/fsl-mc/bus/dpmcp.h          |   10 +-
 drivers/staging/fsl-mc/bus/dprc-cmd.h       |    6 +-
 drivers/staging/fsl-mc/bus/dprc-driver.c    |   33 ++++++-
 drivers/staging/fsl-mc/bus/dprc.c           |   26 ++---
 drivers/staging/fsl-mc/bus/mc-allocator.c   |   18 ++--
 drivers/staging/fsl-mc/bus/mc-bus.c         |   93 +++++++++---------
 drivers/staging/fsl-mc/bus/mc-msi.c         |    2 +-
 drivers/staging/fsl-mc/include/dpbp-cmd.h   |    4 +-
 drivers/staging/fsl-mc/include/dpbp.h       |   51 +++++++++-
 drivers/staging/fsl-mc/include/dprc.h       |   19 ++--
 drivers/staging/fsl-mc/include/mc-private.h |    2 +
 17 files changed, 335 insertions(+), 200 deletions(-)

-- 
1.7.9.5



More information about the devel mailing list