Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752397AbbBXOFL (ORCPT ); Tue, 24 Feb 2015 09:05:11 -0500 Received: from mail-bn1bon0088.outbound.protection.outlook.com ([157.56.111.88]:47584 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751848AbbBXOFJ (ORCPT ); Tue, 24 Feb 2015 09:05:09 -0500 Date: Tue, 24 Feb 2015 15:04:44 +0100 From: Michal Simek User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Jean-Christophe PLAGNIOL-VILLARD , Michal Simek CC: , , Nicolas FERRE , Subject: Re: [PATCH] net: cadence: Enable MACB driver for ARM64 References: <5a2ef83a03f6df78c8de643a19fb3f6105d892f4.1424763946.git.michal.simek@xilinx.com> <59CA6960-8233-4D87-A337-0C7E10FD562A@jcrosoft.com> In-Reply-To: <59CA6960-8233-4D87-A337-0C7E10FD562A@jcrosoft.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-RCIS-Action: ALLOW X-TM-AS-Product-Ver: IMSS-7.1.0.1224-7.5.0.1018-21354.003 X-TM-AS-User-Approved-Sender: Yes Message-ID: <6951266498504938902769049489b60b@BN1BFFO11FD028.protection.gbl> X-EOPAttributedMessage: 0 Authentication-Results: spf=pass (sender IP is 62.221.5.235) smtp.mailfrom=michal.simek@xilinx.com; jcrosoft.com; dkim=none (message not signed) header.d=none; X-Forefront-Antispam-Report: CIP:62.221.5.235;CTRY:GB;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(10009020)(6009001)(438002)(377454003)(164054003)(51704005)(199003)(24454002)(189002)(479174004)(46102003)(108616004)(92726002)(106466001)(64126003)(83506001)(87936001)(77096005)(19580395003)(19580405001)(6806004)(50986999)(76176999)(50466002)(33646002)(2950100001)(92566002)(62966003)(47776003)(77156002)(54356999)(86362001)(65806001)(65956001)(104016003)(74316001)(64706001)(23676002)(65826006)(107986001)(24736002);DIR:OUT;SFP:1101;SCL:1;SRVR:BN1BFFO11HUB045;H:xir-pvapsmtpgw01;FPR:;SPF:Pass;PTR:unknown-62-221-5-235.ipspace.xilinx.com;A:1;MX:1;LANG:en; X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BN1BFFO11HUB045; X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004);SRVR:BN1BFFO11HUB045;BCL:0;PCL:0;RULEID:;SRVR:BN1BFFO11HUB045; X-Forefront-PRVS: 04976078F0 X-OriginatorOrg: xilinx.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 24 Feb 2015 14:05:06.6714 (UTC) X-MS-Exchange-CrossTenant-Id: 657af505-d5df-48d0-8300-c31994686c5c X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=657af505-d5df-48d0-8300-c31994686c5c;Ip=[62.221.5.235] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: BN1BFFO11HUB045 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1256 Lines: 37 On 02/24/2015 01:12 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: > >> On Feb 24, 2015, at 3:45 PM, Michal Simek wrote: >> >> This driver is used on new Xilinx ZynqMP SoC. >> >> Signed-off-by: Michal Simek >> Acked-by: Sören Brinkmann >> --- >> >> drivers/net/ethernet/cadence/Kconfig | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/drivers/net/ethernet/cadence/Kconfig b/drivers/net/ethernet/cadence/Kconfig >> index 321d2ad235d9..4562f90c0348 100644 >> --- a/drivers/net/ethernet/cadence/Kconfig >> +++ b/drivers/net/ethernet/cadence/Kconfig >> @@ -4,7 +4,7 @@ >> >> config NET_CADENCE >> bool "Cadence devices" >> - depends on HAS_IOMEM && (ARM || AVR32 || MICROBLAZE || COMPILE_TEST) >> + depends on HAS_IOMEM && (ARM || ARM64 || AVR32 || MICROBLAZE || COMPILE_TEST) > > drop the arch test just put HAS_IOMEM ok. Let me push it to Fenguang testing system if this will work. Thanks, Michal -- 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/