Re: [PATCH 14/14] staging: fsl-mc: uprev binary interface to match MC v10.x

From: Greg KH
Date: Tue Oct 25 2016 - 03:48:34 EST


On Mon, Oct 17, 2016 at 01:43:58PM -0500, Stuart Yoder wrote:
> From: Ioana Ciornei <ioana.ciornei@xxxxxxx>
>
> DPAA2 will not support MC firmware versions prior to MC v10.x.
> Update the MC interface code and drivers to reflect this.
> -update the object .h files and code that builds commands to include
> the new command version in the command header
> -object versions are no longer available in the object attributes,
> so remove references to them and instead get the version from the
> new get_api_version() command
> -create/destroy commands for all objects have new arguments
> -dpmng_get_container_id() is replaced by dprc_get_container_id()

Again, that's a lot of different things to do all at once, can you break
this up?

thanks,

greg k-h