Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757931AbbDVHQM (ORCPT ); Wed, 22 Apr 2015 03:16:12 -0400 Received: from mail-am1on0129.outbound.protection.outlook.com ([157.56.112.129]:23581 "EHLO emea01-am1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1757902AbbDVHQJ (ORCPT ); Wed, 22 Apr 2015 03:16:09 -0400 Authentication-Results: do-not-panic.com; dkim=none (message not signed) header.d=none; Date: Wed, 22 Apr 2015 16:15:21 +0900 From: Hyong-Youb Kim To: "Luis R. Rodriguez" CC: , , , "Luis R. Rodriguez" , Suresh Siddha , "Ingo Molnar" , Thomas Gleixner , Juergen Gross , Daniel Vetter , Dave Airlie , Antonino Daplas , "Jean-Christophe Plagniol-Villard" , Tomi Valkeinen , Subject: Re: [PATCH v3] ethernet: myri10ge: use arch_phys_wc_add() Message-ID: <20150422071521.GA1500@hykim-PC> References: <1429646986-16686-1-git-send-email-mcgrof@do-not-panic.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1429646986-16686-1-git-send-email-mcgrof@do-not-panic.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Originating-IP: [125.132.7.245] X-ClientProxiedBy: HK2PR04CA0037.apcprd04.prod.outlook.com (25.162.205.175) To VI1PR05MB1311.eurprd05.prod.outlook.com (25.162.122.152) X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:VI1PR05MB1311;UriScan:;BCL:0;PCL:0;RULEID:;SRVR:VI1PR05MB1166; X-Forefront-Antispam-Report: BMV:1;SFV:NSPM;SFS:(10019020)(6009001)(51704005)(24454002)(50196002)(50466002)(83506001)(19580395003)(19580405001)(97756001)(46102003)(42186005)(40100003)(122386002)(4001350100001)(110136001)(2950100001)(77156002)(62966003)(23726002)(87976001)(54356999)(50986999)(33716001)(76176999)(47776003)(46406003)(66066001)(92566002)(107986001);DIR:OUT;SFP:1102;SCL:1;SRVR:VI1PR05MB1311;H:hykim-PC;FPR:;SPF:None;MLV:sfv;LANG:en; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(5002010)(5005006);SRVR:VI1PR05MB1311;BCL:0;PCL:0;RULEID:;SRVR:VI1PR05MB1311; X-Forefront-PRVS: 0554B1F54F X-MS-Exchange-CrossTenant-OriginalArrivalTime: 22 Apr 2015 07:15:56.9353 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-Transport-CrossTenantHeadersStamped: VI1PR05MB1311 X-OriginatorOrg: cspi.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 603 Lines: 15 On Tue, Apr 21, 2015 at 01:09:45PM -0700, Luis R. Rodriguez wrote: > From: "Luis R. Rodriguez" > > This driver already uses ioremap_wc() on the same range > so when write-combining is available that will be used > instead. [...] > Signed-off-by: Luis R. Rodriguez Tested using the patched v4.0. It works fine. Thanks. -- 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/