Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758377AbcJYHsa (ORCPT ); Tue, 25 Oct 2016 03:48:30 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:39427 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754711AbcJYHs2 (ORCPT ); Tue, 25 Oct 2016 03:48:28 -0400 Date: Tue, 25 Oct 2016 09:48:35 +0200 From: Greg KH To: Stuart Yoder Cc: german.rivera@nxp.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, agraf@suse.de, arnd@arndb.de, leoyang.li@nxp.com, Ioana Ciornei Subject: Re: [PATCH 14/14] staging: fsl-mc: uprev binary interface to match MC v10.x Message-ID: <20161025074835.GD22581@kroah.com> References: <1476729838-10336-1-git-send-email-stuart.yoder@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1476729838-10336-1-git-send-email-stuart.yoder@nxp.com> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 779 Lines: 19 On Mon, Oct 17, 2016 at 01:43:58PM -0500, Stuart Yoder wrote: > From: Ioana Ciornei > > 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