From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Mon, 27 Jun 2011 11:19:15 +0200 (CEST) Received: from mail-wy0-f177.google.com ([74.125.82.177]:54600 "EHLO mail-wy0-f177.google.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S1491132Ab1F0JTJ (ORCPT ); Mon, 27 Jun 2011 11:19:09 +0200 Received: by wyf23 with SMTP id 23so3800257wyf.36 for ; Mon, 27 Jun 2011 02:19:03 -0700 (PDT) Received: by 10.227.54.6 with SMTP id o6mr5237222wbg.61.1309166343262; Mon, 27 Jun 2011 02:19:03 -0700 (PDT) Received: from [192.168.2.2] ([91.79.94.45]) by mx.google.com with ESMTPS id fl19sm3932899wbb.49.2011.06.27.02.18.59 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 27 Jun 2011 02:19:01 -0700 (PDT) Message-ID: <4E084AC2.5060908@mvista.com> Date: Mon, 27 Jun 2011 13:17:54 +0400 From: Sergei Shtylyov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: Ralf Baechle CC: "David S. Miller" , Eric Miao , Russell King , Ben Dooks , Paul Mundt , Jeff Garzik , Magnus Damm , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sh@vger.kernel.org, netdev@vger.kernel.org, linux-mips@linux-mips.org Subject: Re: [PATCH] NET: AX88796: Tighten up Kconfig dependencies References: <20110625180050.GA9620@linux-mips.org> In-Reply-To: <20110625180050.GA9620@linux-mips.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-archive-position: 30518 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: sshtylyov@mvista.com Precedence: bulk X-list: linux-mips Return-Path: X-Keywords: X-UID: 21604 Hello. On 25-06-2011 22:00, Ralf Baechle wrote: > In def47c5095d53814512bb0c62ec02dfdec769db1 the AX88796 driver got Please also specify the summary of that commit. > restricted to just be build for ARM and MIPS on the sole merrit that it Merit? > was written for some ARM sytems and the driver had the missfortune to Misfortune? > just build on MIPS, so MIPS was throw into the dependency for a good > measure. Later 8687991a734a67f1638782c968f46fff0f94bb1f added SH but Summary here too, please. > only one in-tree SH system actually has an AX88796. > Tighten up dependencies by using an auxilliary config sysmbol > HAS_NET_AX88796 which is selected only by the platforms that actually > have or may have an AX88796. This also means the driver won't be built > anymore for any MIPS platform. > Signed-off-by: Ralf Baechle WBR, Sergei From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Date: Mon, 27 Jun 2011 09:17:54 +0000 Subject: Re: [PATCH] NET: AX88796: Tighten up Kconfig dependencies Message-Id: <4E084AC2.5060908@mvista.com> List-Id: References: <20110625180050.GA9620@linux-mips.org> In-Reply-To: <20110625180050.GA9620@linux-mips.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org Hello. On 25-06-2011 22:00, Ralf Baechle wrote: > In def47c5095d53814512bb0c62ec02dfdec769db1 the AX88796 driver got Please also specify the summary of that commit. > restricted to just be build for ARM and MIPS on the sole merrit that it Merit? > was written for some ARM sytems and the driver had the missfortune to Misfortune? > just build on MIPS, so MIPS was throw into the dependency for a good > measure. Later 8687991a734a67f1638782c968f46fff0f94bb1f added SH but Summary here too, please. > only one in-tree SH system actually has an AX88796. > Tighten up dependencies by using an auxilliary config sysmbol > HAS_NET_AX88796 which is selected only by the platforms that actually > have or may have an AX88796. This also means the driver won't be built > anymore for any MIPS platform. > Signed-off-by: Ralf Baechle WBR, Sergei From mboxrd@z Thu Jan 1 00:00:00 1970 From: sshtylyov@mvista.com (Sergei Shtylyov) Date: Mon, 27 Jun 2011 13:17:54 +0400 Subject: [PATCH] NET: AX88796: Tighten up Kconfig dependencies In-Reply-To: <20110625180050.GA9620@linux-mips.org> References: <20110625180050.GA9620@linux-mips.org> Message-ID: <4E084AC2.5060908@mvista.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello. On 25-06-2011 22:00, Ralf Baechle wrote: > In def47c5095d53814512bb0c62ec02dfdec769db1 the AX88796 driver got Please also specify the summary of that commit. > restricted to just be build for ARM and MIPS on the sole merrit that it Merit? > was written for some ARM sytems and the driver had the missfortune to Misfortune? > just build on MIPS, so MIPS was throw into the dependency for a good > measure. Later 8687991a734a67f1638782c968f46fff0f94bb1f added SH but Summary here too, please. > only one in-tree SH system actually has an AX88796. > Tighten up dependencies by using an auxilliary config sysmbol > HAS_NET_AX88796 which is selected only by the platforms that actually > have or may have an AX88796. This also means the driver won't be built > anymore for any MIPS platform. > Signed-off-by: Ralf Baechle WBR, Sergei From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH] NET: AX88796: Tighten up Kconfig dependencies Date: Mon, 27 Jun 2011 13:17:54 +0400 Message-ID: <4E084AC2.5060908@mvista.com> References: <20110625180050.GA9620@linux-mips.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Cc: linux-mips@linux-mips.org, Russell King , Jeff Garzik , linux-sh@vger.kernel.org, netdev@vger.kernel.org, Magnus Damm , linux-kernel@vger.kernel.org, Paul Mundt , Ben Dooks , Eric Miao , "David S. Miller" , linux-arm-kernel@lists.infradead.org To: Ralf Baechle Return-path: In-Reply-To: <20110625180050.GA9620@linux-mips.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org List-Id: netdev.vger.kernel.org Hello. On 25-06-2011 22:00, Ralf Baechle wrote: > In def47c5095d53814512bb0c62ec02dfdec769db1 the AX88796 driver got Please also specify the summary of that commit. > restricted to just be build for ARM and MIPS on the sole merrit that it Merit? > was written for some ARM sytems and the driver had the missfortune to Misfortune? > just build on MIPS, so MIPS was throw into the dependency for a good > measure. Later 8687991a734a67f1638782c968f46fff0f94bb1f added SH but Summary here too, please. > only one in-tree SH system actually has an AX88796. > Tighten up dependencies by using an auxilliary config sysmbol > HAS_NET_AX88796 which is selected only by the platforms that actually > have or may have an AX88796. This also means the driver won't be built > anymore for any MIPS platform. > Signed-off-by: Ralf Baechle WBR, Sergei