From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758404AbbA2WBM (ORCPT ); Thu, 29 Jan 2015 17:01:12 -0500 Received: from mout.kundenserver.de ([212.227.17.13]:51868 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755084AbbA2WBK (ORCPT ); Thu, 29 Jan 2015 17:01:10 -0500 From: Arnd Bergmann To: Murali Karicheri Cc: "Balbi, Felipe" , mugunthanvnm@ti.com, David Miller , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH net-next v8 0/4] net: Add Keystone NetCP ethernet driver support Date: Thu, 29 Jan 2015 23:00:59 +0100 Message-ID: <15828198.gHAJTouZOU@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <54CA6C20.5090301@ti.com> References: <1421367007-19744-1-git-send-email-m-karicheri2@ti.com> <54C9654C.8030407@ti.com> <54CA6C20.5090301@ti.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:6z7v+Gt7ZcVjgEFLvqdHn4UNyuCpkZNawkdGIfkpozJ0LaPoO5W qeleldJnXLxesRAmKDGBITj5H/qMZluk6593N4XonfK7lFg8+5vkA+eBQ4rlT70ACp9XTdf PCC3zc8xCTT3PAU/3LkR593fR8Ny+fEcgaHPKf7tjpp2NiMJBHOJrLdEc/+Vc1NcvUEaCao VXUAtVElkaAdXpNuRHI2w== X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 29 January 2015 12:21:36 Murali Karicheri wrote: > > I think the solution is to make the cpsw_ale as a module and configured > through a Kconfig option. I am working on a fix for this now. > > Similar fix is required for cpts.o. Currently we are not using this > module for Netcp, but soon this will be re-used. I have send a patch > that is already applied to net-next removing cpts.o for Netcp. > Great, thanks a lot for the follow-up. Arnd