Re: [PATCH] firmware: remove computone driver firmware and documentation

2012-07-25 Thread Rob Landley
On 07/25/2012 11:42 AM, 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.
>
> Cc: Rob Landley 

Acked-by same.

Rob
-- 
GNU/Linux isn't: Linux=GPLv2, GNU=GPLv3+, they can't share code.
Either it's "mere aggregation", or a license violation.  Pick one.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] firmware: remove computone driver firmware and documentation

2012-07-25 Thread Tim Gardner
On 07/25/2012 11:30 AM, Paul Gortmaker wrote:
> 
> 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.
> 

Noted. There'll be more to come...

rtg
-- 
Tim Gardner tim.gard...@canonical.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: [PATCH] firmware: remove computone driver firmware and documentation

2012-07-25 Thread Paul Gortmaker
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-...@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
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] firmware: remove computone driver firmware and documentation

2012-07-25 Thread Paul Gortmaker
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 gre...@suse.de
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 a...@arndb.de
Cc: Alan Cox a...@lxorguk.ukuu.org.uk
Cc: Jiri Slaby jsl...@suse.cz
Signed-off-by: Greg Kroah-Hartman gre...@suse.de
---

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 r...@landley.net
 Cc: Paul Gortmaker paul.gortma...@windriver.com
 Cc: Ben Hutchings b...@decadent.org.uk
 Cc: James Bottomley jbottom...@parallels.com
 Cc: Dan Williams dan.j.willi...@intel.com
 Cc: linux-...@vger.kernel.org
 Signed-off-by: Tim Gardner tim.gard...@canonical.com
 ---
  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
 
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] firmware: remove computone driver firmware and documentation

2012-07-25 Thread Tim Gardner
On 07/25/2012 11:30 AM, Paul Gortmaker wrote:
 
 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.
 

Noted. There'll be more to come...

rtg
-- 
Tim Gardner tim.gard...@canonical.com
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: [PATCH] firmware: remove computone driver firmware and documentation

2012-07-25 Thread Rob Landley
On 07/25/2012 11:42 AM, 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.

 Cc: Rob Landley r...@landley.net

Acked-by same.

Rob
-- 
GNU/Linux isn't: Linux=GPLv2, GNU=GPLv3+, they can't share code.
Either it's mere aggregation, or a license violation.  Pick one.
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/