Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755684AbbFRPBd (ORCPT ); Thu, 18 Jun 2015 11:01:33 -0400 Received: from mail-by2on0138.outbound.protection.outlook.com ([207.46.100.138]:47856 "EHLO na01-by2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754232AbbFRPBZ convert rfc822-to-8bit (ORCPT ); Thu, 18 Jun 2015 11:01:25 -0400 From: Jose Rivera To: Greg KH CC: "arnd@arndb.de" , "devel@driverdev.osuosl.org" , "linux-kernel@vger.kernel.org" , Stuart Yoder , Sharma Bhupesh , "agraf@suse.de" , Hamciuc Bogdan , Erez Nir , Katz Itai , Scott Wood , Marginean Alexandru , "dan.carpenter@oracle.com" , Richard Schmitt Subject: RE: [PATCH v4 0/7] staging: fsl-mc: New functionality to the MC bus driver Thread-Topic: [PATCH v4 0/7] staging: fsl-mc: New functionality to the MC bus driver Thread-Index: AQHQpW6I6vjlKe7790u5q+3+iSGa6J2yY+Xg Date: Thu, 18 Jun 2015 15:01:22 +0000 Message-ID: References: <1433887148-2310-1-git-send-email-German.Rivera@freescale.com> <20150613001849.GB5234@kroah.com> In-Reply-To: <20150613001849.GB5234@kroah.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; x-originating-ip: [192.88.168.50] x-microsoft-exchange-diagnostics: 1;DM2PR0301MB0656;3:OKgv4KmtNekBouIG3KkpcIFw+NgCEVO7inl6Rm/VI5o6XEnldMsTtnpBUEho3klEWfvjKZ+2seEAPWtlz+m5BdNzpUa6OxNXAn0+uyUjsi8KSsngM8f2PM3bW9Cj1o8MveUFwpOL6OiI4ju4F6JCSA==;10:4Pzu+CFA8bciaE3fRCIHV68d2VCSfhwVS13NuPdSfpUj7m14w3z4MnCu1VT45AMgw6tJRZksxIfZFaziec0nwsnde0XN8KKBZ4eY6XN05og=;6:4w/FzJm8wYEVOiO3w4NPR0minJIz/Pu4GeCnZlTAbN1hqzMlNmXvQ+CkyDx6EUjh x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:DM2PR0301MB0656; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(601004)(5005006)(520003)(3002001);SRVR:DM2PR0301MB0656;BCL:0;PCL:0;RULEID:;SRVR:DM2PR0301MB0656; x-forefront-prvs: 0611A21987 x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(6009001)(51704005)(164054003)(24454002)(13464003)(377454003)(46102003)(102836002)(74316001)(76576001)(2900100001)(2950100001)(189998001)(77096005)(5002640100001)(5001960100002)(5003600100002)(107886002)(110136002)(86362001)(33656002)(50986999)(76176999)(54356999)(106116001)(99286002)(87936001)(92566002)(2656002)(77156002)(62966003)(19580395003)(40100003)(19580405001)(66066001)(122556002)(4001430100001);DIR:OUT;SFP:1102;SCL:1;SRVR:DM2PR0301MB0656;H:DM2PR0301MB1309.namprd03.prod.outlook.com;FPR:;SPF:None;MLV:sfv;LANG:en; Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-OriginatorOrg: freescale.com X-MS-Exchange-CrossTenant-originalarrivaltime: 18 Jun 2015 15:01:22.5853 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 710a03f5-10f6-4d38-9ff4-a80b81da590d X-MS-Exchange-Transport-CrossTenantHeadersStamped: DM2PR0301MB0656 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2580 Lines: 61 Greg, Thanks for your feedback. It is our fault that we did not articulate clearly our intent with this patch series. First, for reference, let us summarize here the patches in question: Patch 1: MC bus IRQ support Patch 2: add device binding path 'driver_override' Patch 3: Propagate driver_override for a child DPRC's children Patch 4: Upgraded MC bus driver to match MC fw 7.0.0 Patch 5: Allow the MC bus driver to run without GIC support Patch 6: Add locking to serialize mc_send_command() calls Patch 7: Use DPMCP IRQ and completion var to wait for MC With the exception of patches 2 and 3 (needed for vfio), our intent with the rest was to make to changes to work towards completing the "Add at least one device driver for a DPAA2 object" on the TODO list. Before sending further patches we will submit an update to the TODO list to provide more detail and visibility into our plan to complete the "Add at least one device driver..." item. It's too broad as written. In particular, we think interrupt support is required and a pre-requisite. Thanks, German > -----Original Message----- > From: Greg KH [mailto:gregkh@linuxfoundation.org] > Sent: Friday, June 12, 2015 7:19 PM > To: Rivera Jose-B46482 > Cc: arnd@arndb.de; devel@driverdev.osuosl.org; linux- > kernel@vger.kernel.org; Yoder Stuart-B08248; Sharma Bhupesh-B45370; > agraf@suse.de; Hamciuc Bogdan-BHAMCIU1; Erez Nir-RM30794; katz Itai- > RM05202; Wood Scott-B07421; Marginean Alexandru-R89243; > dan.carpenter@oracle.com; Schmitt Richard-B43082 > Subject: Re: [PATCH v4 0/7] staging: fsl-mc: New functionality to the MC > bus driver > > On Tue, Jun 09, 2015 at 04:59:01PM -0500, J. German Rivera wrote: > > This patch series includes new functionality for the Freescale fsl-mc > > bus driver. > > Why are people working on "new functionality" instead of working on > getting this out of the staging tree? I really hate adding new functions > to staging drivers, as this is not the correct place for drivers to be in > the tree. People should be working to get them out of this location, and > then you can add new functions to them. > > So I really don't want to take this series, sorry, someone better start > working on getting this out of drivers/staging/ or I'm going to have to > drop the driver entirely from the tree. > > thanks, > > greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/