Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753398AbcDKWZQ (ORCPT ); Mon, 11 Apr 2016 18:25:16 -0400 Received: from mail-db5eur01on0048.outbound.protection.outlook.com ([104.47.2.48]:43952 "EHLO EUR01-DB5-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751360AbcDKWZO (ORCPT ); Mon, 11 Apr 2016 18:25:14 -0400 X-Greylist: delayed 4713 seconds by postgrey-1.27 at vger.kernel.org; Mon, 11 Apr 2016 18:25:13 EDT From: Jose Rivera To: Stuart Yoder , "gregkh@linuxfoundation.org" CC: "devel@driverdev.osuosl.org" , "linux-kernel@vger.kernel.org" , "agraf@suse.de" , "arnd@arndb.de" , Yang-Leo Li , Stuart Yoder Subject: RE: [PATCH 00/14] staging: fsl-mc: misc updates Thread-Topic: [PATCH 00/14] staging: fsl-mc: misc updates Thread-Index: AQHRlBH7WtcPZnKv+kOtWH+2zwgWHZ+FP7Ww Date: Mon, 11 Apr 2016 20:51:55 +0000 Message-ID: References: <1460393305-15707-1-git-send-email-stuart.yoder@nxp.com> In-Reply-To: <1460393305-15707-1-git-send-email-stuart.yoder@nxp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: linuxfoundation.org; dkim=none (message not signed) header.d=none;linuxfoundation.org; dmarc=none action=none header.from=nxp.com; x-originating-ip: [192.88.168.49] x-ms-office365-filtering-correlation-id: 5f8ec595-d6c5-4ba5-6787-08d3624b1e2c x-microsoft-exchange-diagnostics: 1;VI1PR04MB1184;5:i7ghoUI4LVUhbC1DoGtsjDe5/7EAstcqcIuv0vdcaPCblglkzehdaGCfwZv1U4v0tzvHS2bPJfwHAZ8BSfRLcqUX8l2+Fsx+9vTqUQAfv8U8mqF4ncRJDl5xgmEo+UzLdD/ZV1KRx6/C9CNVpJHrNA==;24:e4mk1coDciuETeO95DW5PtlLAMRFk7o9PqUwAhJUHle2pT7KRbrDbozPOVaOOn59/9ZezE/ZWjV6+DLPMxDgs4WbahIEC6jLpmKc4bSOFvI= x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:VI1PR04MB1184; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(601004)(2401047)(8121501046)(5005006)(3002001)(10201501046)(6055026);SRVR:VI1PR04MB1184;BCL:0;PCL:0;RULEID:;SRVR:VI1PR04MB1184; x-forefront-prvs: 09090B6B69 x-forefront-antispam-report: SFV:NSPM;SFS:(10009020)(6009001)(377454003)(13464003)(5001770100001)(74316001)(66066001)(15650500001)(77096005)(122556002)(5008740100001)(19580405001)(92566002)(81166005)(86362001)(33656002)(189998001)(2501003)(5004730100002)(50986999)(102836003)(6116002)(4326007)(19580395003)(3280700002)(87936001)(10400500002)(2906002)(3660700001)(2950100001)(3846002)(76576001)(586003)(9686002)(2900100001)(76176999)(106116001)(5003600100002)(1220700001)(1096002)(5002640100001)(54356999);DIR:OUT;SFP:1101;SCL:1;SRVR:VI1PR04MB1184;H:VI1PR04MB1184.eurprd04.prod.outlook.com;FPR:;SPF:None;MLV:sfv;LANG:en; spamdiagnosticoutput: 1:23 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 X-OriginatorOrg: nxp.com X-MS-Exchange-CrossTenant-originalarrivaltime: 11 Apr 2016 20:51:55.6105 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 686ea1d3-bc2b-4c6f-a92c-d99c5c301635 X-MS-Exchange-Transport-CrossTenantHeadersStamped: VI1PR04MB1184 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id u3BMPNQm005842 Content-Length: 3655 Lines: 85 > -----Original Message----- > From: Stuart Yoder [mailto:stuart.yoder@nxp.com] > Sent: Monday, April 11, 2016 11:48 AM > To: gregkh@linuxfoundation.org; Jose Rivera > Cc: devel@driverdev.osuosl.org; linux-kernel@vger.kernel.org; agraf@suse.de; > arnd@arndb.de; Yang-Leo Li ; Stuart Yoder > > Subject: [PATCH 00/14] staging: fsl-mc: misc updates > > From: Stuart Yoder > > 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 Acked-by: German Rivera