public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] staging: fsl-mc: up-rev version of MC interface code
@ 2015-09-22 23:08 J. German Rivera
  2015-09-22 23:08 ` [PATCH v2 1/6] staging: fsl-mc: Add new flags field to MC command header J. German Rivera
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: J. German Rivera @ 2015-09-22 23:08 UTC (permalink / raw)
  To: gregkh, arnd, devel, linux-kernel
  Cc: stuart.yoder, itai.katz, leoli, scottwood, agraf, bhamciu1,
	R89243, bhupesh.sharma, nir.erez, richard.schmitt, dan.carpenter

The DPAA2 management complex has a versioned binary interface
that has to be kept in sync with the DPAA2 drivers. This patch
series uprevs the APIs that build MC commands and parse results.
This uprev is needed to support object interrupts.

MC binary interface changes
   -overall version from 6.0 to 8.0
   -dprc version from 3.0 to 4.0
   -dpbp and dpmcp versions from 2.0 to 2.1
   -new dprc commands -- set/get obj irq, set obj label,
                        get obj descriptor
   -removed commands -- get portal paddr
   -object regions are reported as region offsets not physical
    addresses

build/parse API changes
   -flags arg is added to all APIs for future extensibility,
    hardcoded priority bit is now a flag
   -IRQ-related args are consolidated into an irq_cfg struct

Changes in v2:
Split single patch into a patch series as requested by Greg K-H.
The new patch series consists of the following patches:

Patch 1: Add new flags field to MC command header
Patch 2: uprev binary interface for dpmng objects to v8.0
Patch 3: up-rev binary interface for dpbp objects to v2.0
Patch 4: up-rev binary interface for dpmcp objects to v2.0
Patch 5: up-rev binary interface for dpcon objects to v2.0
Patch 6: up-rev binary interface for dprc objects to v4.0

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-09-24 18:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-22 23:08 [PATCH v2 0/6] staging: fsl-mc: up-rev version of MC interface code J. German Rivera
2015-09-22 23:08 ` [PATCH v2 1/6] staging: fsl-mc: Add new flags field to MC command header J. German Rivera
2015-09-22 23:08 ` [PATCH v2 2/6] staging: fsl-mc: uprev dpmng binary interface to v8.0 J. German Rivera
2015-09-22 23:08 ` [PATCH v2 3/6] staging: fsl-mc: up-rev dpbp binary interface to v2.0 J. German Rivera
2015-09-23  3:08   ` Greg KH
2015-09-22 23:08 ` [PATCH v2 4/6] staging: fsl-mc: up-rev dpmcp " J. German Rivera
2015-09-22 23:08 ` [PATCH v2 5/6] staging: fsl-mc: up-rev dpcon " J. German Rivera
2015-09-22 23:08 ` [PATCH v2 6/6] staging: fsl-mc: up-rev dprc binary interface to v4.0 J. German Rivera
2015-09-23  9:26   ` Dan Carpenter
2015-09-24 18:39     ` Jose Rivera

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox