Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S943197AbcJ1BBX (ORCPT ); Thu, 27 Oct 2016 21:01:23 -0400 Received: from mail-db5eur01on0086.outbound.protection.outlook.com ([104.47.2.86]:29408 "EHLO EUR01-DB5-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S935453AbcJ1BBU (ORCPT ); Thu, 27 Oct 2016 21:01:20 -0400 From: Sriram Dash To: Arnd Bergmann CC: "linux-kernel@vger.kernel.org" , "linux-usb@vger.kernel.org" , "mathias.nyman@intel.com" , "gregkh@linuxfoundation.org" , Suresh Gupta , "felipe.balbi@linux.intel.com" , "stern@rowland.harvard.edu" , "pku.leo@gmail.com" Subject: RE: [PATCH 3/3] usb: dwc3: host: Do not use dma_coerce_mask_and_coherent Thread-Topic: [PATCH 3/3] usb: dwc3: host: Do not use dma_coerce_mask_and_coherent Thread-Index: AQHSLq6Rf6gZiIzL0kywGQlKaruoC6C5nxaAgAIpY+A= Date: Thu, 27 Oct 2016 05:28:52 +0000 Message-ID: References: <1477392988-7253-1-git-send-email-sriram.dash@nxp.com> <1477392988-7253-4-git-send-email-sriram.dash@nxp.com> <4598901.ugkIQYLvkL@wuerfel> In-Reply-To: <4598901.ugkIQYLvkL@wuerfel> 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=sriram.dash@nxp.com; x-originating-ip: [192.88.169.1] x-ms-office365-filtering-correlation-id: 1003abee-bd69-492a-21a4-08d3fe2a2385 x-microsoft-exchange-diagnostics: 1;DB5PR04MB1349;7:zcJIz2ZMrApzbFrvSu6S79zku3iz0XBsO8CrhepbPxbtecryZTifSExipacHiMkLrcs62tz/BgVLdRBNP6TEyKOyqrPAWgGVBCJKLroNT7Qxu022gl+gyJZVyF3+KMa9+1Wfjwja8tHRIr6CuAB875Mw4RCU+1pCw6MWYAWojxqn/qwZMAkkpTgullmAj6HnDo9+kvCY7ILBq/9kE0GzQRQQQNtvP/46GMIQS4rvVrCEdwub9o8wAgRXtM0mLGU7fSH9m/gUcQIBMkmoMZmpFSwUcwuuzUz/+OUKq/gnoVXcct056U9TT85iTAxED/9DG8QaAjSsy21U5mY9ikiZHviBBqcIFAg7dOqlGnC8iTo= x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:DB5PR04MB1349; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(6040176)(6045074)(601004)(2401047)(5005006)(8121501046)(10201501046)(3002001)(6055026)(6046074)(6072074);SRVR:DB5PR04MB1349;BCL:0;PCL:0;RULEID:;SRVR:DB5PR04MB1349; x-forefront-prvs: 0108A997B2 x-forefront-antispam-report: SFV:NSPM;SFS:(10009020)(6009001)(7916002)(199003)(43544003)(189002)(54534003)(377454003)(24454002)(3660700001)(5002640100001)(3280700002)(4326007)(19580395003)(77096005)(2900100001)(81156014)(86362001)(97736004)(74316002)(81166006)(10400500002)(7846002)(11100500001)(76576001)(305945005)(8676002)(7736002)(87936001)(189998001)(76176999)(92566002)(5660300001)(68736007)(54356999)(586003)(102836003)(110136003)(9686002)(7696004)(106116001)(106356001)(2950100002)(6916009)(105586002)(19580405001)(2906002)(8936002)(66066001)(33656002)(50986999)(122556002)(101416001)(6116002)(3846002);DIR:OUT;SFP:1101;SCL:1;SRVR:DB5PR04MB1349;H:DB5PR0401MB1925.eurprd04.prod.outlook.com;FPR:;SPF:None;PTR:InfoNoRecords;A:1;MX:1;LANG:en; spamdiagnosticoutput: 1:99 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 X-OriginatorOrg: nxp.com X-MS-Exchange-CrossTenant-originalarrivaltime: 27 Oct 2016 05:28:52.6590 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 686ea1d3-bc2b-4c6f-a92c-d99c5c301635 X-MS-Exchange-Transport-CrossTenantHeadersStamped: DB5PR04MB1349 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 quoted-printable to 8bit by mail.home.local id u9S11Wo4011621 Content-Length: 867 Lines: 25 >From: Arnd Bergmann [mailto:arnd@arndb.de] >On Tuesday, October 25, 2016 4:26:28 PM CEST Sriram Dash wrote: >> Do not use dma_coerce_mask_and_coherent for hcd. >> >> Signed-off-by: Arnd Bergmann > >The patch is good, but please follow the usual rules for submitting someone else's >patch: > >- As the first line, have "From: Arnd Bergmann ". > "git format-patch" adds this automatically if you pass that > address as the "--author" argument to "git commit". > >- Add you "Signed-off-by" line at below mine (or any other lines) > >I would also suggest a more elaborate changelog text, the free-form text should >explain why something is done, rather than repeat the subject: > >| The dma mask is correctly set up by the DT probe function, no need to >| override it any more. > Ok Arnd. I will take care for the next version. > Arnd