Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758518AbcCCWW0 (ORCPT ); Thu, 3 Mar 2016 17:22:26 -0500 Received: from shards.monkeyblade.net ([149.20.54.216]:48323 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757280AbcCCWWY (ORCPT ); Thu, 3 Mar 2016 17:22:24 -0500 Date: Thu, 03 Mar 2016 17:22:22 -0500 (EST) Message-Id: <20160303.172222.338748622348351793.davem@davemloft.net> To: arnd@arndb.de Cc: isdn@linux-pingi.de, gregkh@linuxfoundation.org, linux-arm-kernel@lists.infradead.org, corbet@lwn.net, netdev@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org Subject: Re: [PATCH 2/2] isdn: i4l: move active-isdn drivers to staging From: David Miller In-Reply-To: <1456945629-1793533-2-git-send-email-arnd@arndb.de> References: <1456945629-1793533-1-git-send-email-arnd@arndb.de> <1456945629-1793533-2-git-send-email-arnd@arndb.de> X-Mailer: Mew version 6.6 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Thu, 03 Mar 2016 14:22:24 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 715 Lines: 20 From: Arnd Bergmann Date: Wed, 2 Mar 2016 20:06:46 +0100 > The icn, act2000 and pcbit drivers are all for very old hardware, > and it is highly unlikely that anyone is actually still using them > on modern kernels, if at all. > > All three drivers apparently are for hardware that predates PCI > being the common connector, as they are ISA-only and active > PCI ISDN cards were widely available in the 1990s. > > Looking through the git logs, it I cannot find any indication of a > patch to any of these drivers that has been tested on real hardware, > only cleanups or global API changes. > > Signed-off-by: Arnd Bergmann Greg, can you please take these two patches? Thanks!