mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Stuart Yoder <stuart.yoder@nxp.com>
To: <gregkh@linuxfoundation.org>, <german.rivera@nxp.com>
Cc: <devel@driverdev.osuosl.org>, <linux-kernel@vger.kernel.org>,
	<agraf@suse.de>, <arnd@arndb.de>, <leoyang.li@nxp.com>,
	Stuart Yoder <stuart.yoder@nxp.com>
Subject: [PATCH 00/14] staging: fsl-mc: misc updates
Date: Mon, 11 Apr 2016 11:48:25 -0500	[thread overview]
Message-ID: <1460393305-15707-1-git-send-email-stuart.yoder@nxp.com> (raw)

From: Stuart Yoder <stuart.yoder@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

             reply	other threads:[~2016-04-11 17:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-11 16:48 Stuart Yoder [this message]
2016-04-11 20:51 ` Jose Rivera
2016-04-12  1:34 ` Jose Rivera
2016-04-30  1:01 ` Greg KH
2016-05-02 13:52   ` Stuart Yoder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1460393305-15707-1-git-send-email-stuart.yoder@nxp.com \
    --to=stuart.yoder@nxp.com \
    --cc=agraf@suse.de \
    --cc=arnd@arndb.de \
    --cc=devel@driverdev.osuosl.org \
    --cc=german.rivera@nxp.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=leoyang.li@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome