From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751480Ab2GYRai (ORCPT ); Wed, 25 Jul 2012 13:30:38 -0400 Received: from mail.windriver.com ([147.11.1.11]:41171 "EHLO mail.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751379Ab2GYRag (ORCPT ); Wed, 25 Jul 2012 13:30:36 -0400 Message-ID: <50102D23.3010503@windriver.com> Date: Wed, 25 Jul 2012 13:30:11 -0400 From: Paul Gortmaker User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: Tim Gardner CC: , Rob Landley , Ben Hutchings , James Bottomley , Dan Williams , Subject: Re: [PATCH] firmware: remove computone driver firmware and documentation References: <1343234526-105460-1-git-send-email-tim.gardner@canonical.com> In-Reply-To: <1343234526-105460-1-git-send-email-tim.gardner@canonical.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [128.224.146.65] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12-07-25 12:42 PM, Tim Gardner wrote: > As far as I can tell, the only Computone support left in the > kernel is in drivers/tty/serial/8250/8250_pci.c. CONFIG_COMPUTONE > is no longer a valid option. Therefore, remove firmware, documentation, > and the last vestiges of this driver. Seems reasonable, as CONFIG_COMPUTONE was deleted in this: --------- commit 51c9d654c2def97827395a7fbfd0c6f865c26544 Author: Greg Kroah-Hartman Date: Wed Jul 6 16:48:28 2011 -0700 Staging: delete tty drivers Delete the drivers/staging/tty drivers as no one has wanted to step up and maintain and fix them. This was discussed in commit 4a6514e6d096716fb7bedf238efaaca877e2a7e8 (tty: move obsolete and broken tty drivers to drivers/staging/tty/) Cc: Arnd Bergmann Cc: Alan Cox Cc: Jiri Slaby Signed-off-by: Greg Kroah-Hartman ------- For future reference, the option "--irreversible-delete" to format-patch is a nice way to avoid sending hundreds of lines of meaningless binary data in e-mail. Thanks, Paul. -- > > Cc: Rob Landley > Cc: Paul Gortmaker > Cc: Ben Hutchings > Cc: James Bottomley > Cc: Dan Williams > Cc: linux-doc@vger.kernel.org > Signed-off-by: Tim Gardner > --- > Documentation/serial/00-INDEX | 2 - > Documentation/serial/computone.txt | 520 --------- > firmware/Makefile | 1 - > firmware/intelliport2.bin.ihex | 2147 ------------------------------------ > 4 files changed, 2670 deletions(-) > delete mode 100644 Documentation/serial/computone.txt > delete mode 100644 firmware/intelliport2.bin.ihex >