From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752330AbbJWHpO (ORCPT ); Fri, 23 Oct 2015 03:45:14 -0400 Received: from mail-by2on0111.outbound.protection.outlook.com ([207.46.100.111]:22786 "EHLO na01-by2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751092AbbJWHpM (ORCPT ); Fri, 23 Oct 2015 03:45:12 -0400 From: Zhao Qiang To: Scott Wood CC: "linux-kernel@vger.kernel.org" , "linuxppc-dev@lists.ozlabs.org" , "lauraa@codeaurora.org" , Xiaobo Xie , "benh@kernel.crashing.org" , Li Leo , "paulus@samba.org" Subject: RE: [PATCH v12 4/6] QE/CPM: move muram management functions to qe_common Thread-Topic: [PATCH v12 4/6] QE/CPM: move muram management functions to qe_common Thread-Index: AQHRBlElIY3cieyJU0OjKYHBttck5p54c/eAgABKHfA= Date: Fri, 23 Oct 2015 07:45:09 +0000 Message-ID: References: <1444806968-4627-1-git-send-email-qiang.zhao@freescale.com> <1444806968-4627-4-git-send-email-qiang.zhao@freescale.com> <1445569799.701.142.camel@freescale.com> In-Reply-To: <1445569799.701.142.camel@freescale.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: spf=none (sender IP is ) smtp.mailfrom=qiang.zhao@freescale.com; x-originating-ip: [192.158.241.86] x-microsoft-exchange-diagnostics: 1;DM2PR0301MB0782;5:Wjnyx3F6lfC25d1XESEMpY1XL0A8PWjKSz+R3lG7RhjEbhtK8jLceTp1dxFULcgrf+7sQ5Fd94a4MZZ96nZYvGP+mHPa9UEdSnw7UvDnKQClN+lCxjMHygm4vkcAxgghv6opdFFxCv6JCyLemHrCvg==;24:n21mq1Q9DauYTQytfp3ErVZwqu1l53uxjdkgmMiUazIcSr/06djFpdEP16ICwdELtPKT4PkkYLStSX61rMwvM3JPdBs6L4xvJYmcF8kDF08=;20:YvA0PELfH9Z2q0CNoAXjj/TrKLiekKUp7fqrstklDBiJZ6IRfAPimvXZCgS6V+2zz5ueefL4FXPvu2eSUtTDng== x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:DM2PR0301MB0782; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:(101931422205132); x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(601004)(2401047)(8121501046)(520078)(5005006)(3002001)(102215026);SRVR:DM2PR0301MB0782;BCL:0;PCL:0;RULEID:;SRVR:DM2PR0301MB0782; x-forefront-prvs: 0738AF4208 x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(6009001)(377454003)(54534003)(189002)(13464003)(24454002)(377424004)(199003)(99286002)(5001960100002)(10400500002)(4001450100002)(189998001)(77096005)(5004730100002)(102836002)(2900100001)(110136002)(5007970100001)(87936001)(5008740100001)(106116001)(5003600100002)(5002640100001)(106356001)(105586002)(4001150100001)(81156007)(101416001)(50986999)(66066001)(5001920100001)(2950100001)(92566002)(40100003)(86362001)(76176999)(122556002)(33656002)(19580395003)(76576001)(74316001)(54356999)(19580405001)(97736004);DIR:OUT;SFP:1102;SCL:1;SRVR:DM2PR0301MB0782;H:SN1PR0301MB1550.namprd03.prod.outlook.com;FPR:;SPF:None;PTR:InfoNoRecords;MX:1;A:1;LANG:en; Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 X-OriginatorOrg: freescale.com X-MS-Exchange-CrossTenant-originalarrivaltime: 23 Oct 2015 07:45:09.8241 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 710a03f5-10f6-4d38-9ff4-a80b81da590d X-MS-Exchange-Transport-CrossTenantHeadersStamped: DM2PR0301MB0782 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 t9N7jLe6007780 On Fri, 2015-10-23 at 11:10 AM, Wood Scott-B07421 wrote: > -----Original Message----- > From: Wood Scott-B07421 > Sent: Friday, October 23, 2015 11:10 AM > To: Zhao Qiang-B45475 > Cc: linux-kernel@vger.kernel.org; linuxppc-dev@lists.ozlabs.org; > lauraa@codeaurora.org; Xie Xiaobo-R63061 ; > benh@kernel.crashing.org; Li Yang-Leo-R58472 ; > paulus@samba.org > Subject: Re: [PATCH v12 4/6] QE/CPM: move muram management functions to > qe_common > > On Wed, 2015-10-14 at 15:16 +0800, Zhao Qiang wrote: > > QE and CPM have the same muram, they use the same management > > functions. Now QE support both ARM and PowerPC, it is necessary to > > move QE to "driver/soc", so move the muram management functions from > > cpm_common to qe_common for preparing to move QE code to "driver/soc" > > > > Signed-off-by: Zhao Qiang > > --- > > Changes for v2: > > - no changes > > Changes for v3: > > - no changes > > Changes for v4: > > - no changes > > Changes for v5: > > - no changes > > Changes for v6: > > - using genalloc instead rheap to manage QE MURAM > > - remove qe_reset from platform file, using > > - subsys_initcall to call qe_init function. > > Changes for v7: > > - move this patch from 3/3 to 2/3 > > - convert cpm with genalloc > > - check for gen_pool allocation failure Changes for v8: > > - rebase > > - move BD_SC_* macro instead of copy Changes for v9: > > - doesn't modify CPM, add a new patch to modify. > > - rebase > > Changes for v10: > > - rebase > > Changes for v11: > > - remove renaming > > - delete removing qe_reset and delete adding qe_init. > > Changes for v12: > > - SPI_FSL_CPM depends on QE-MURAM, select QUICC_ENGINE for it. > > Why is the SPI change part of this patch? Why is it even part of this patchset, > rather than an independent patch sent to the SPI list and maintainer? If it's tied > to other changes you're making, explain that. As is, there is zero mention of > the SPI change in the part of the e-mail that will become the git changelog. > This SPI_FSL_CPM is cpm-spi, it is part of CPM. -Zhao {.n++%ݶw{.n+{G{ayʇڙ,jfhz_(階ݢj"mG?&~iOzv^m ?I