All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Ungerer <gerg@snapgear.com>
To: Sebastian Siewior <bigeasy@linutronix.de>
Cc: Greg Ungerer <gerg@uclinux.org>,
	uclinux-dev@uclinux.org,
	Linus Torvalds <torvalds@linux-foundation.org>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] m68knommu: Add info about removing mcfserial
Date: Thu, 01 May 2008 09:01:54 +1000	[thread overview]
Message-ID: <4818FA62.9020503@snapgear.com> (raw)
In-Reply-To: <20080430201408.GA22731@Chamillionaire.breakpoint.cc>


Sebastian Siewior wrote:
> From: Sebastian Siewior <bigeasy@linutronix.de>
> 
> Schedule a removal for this driver. Alternative driver is
> available for a while now.
> 
> Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
> ---
> Greg said [1] and I hope .28 is not too late.
> [1] http://www.mail-archive.com/uclinux-dev@uclinux.org/msg04453.html

.28 is ok with me.

Regards
Greg



>  Documentation/feature-removal-schedule.txt |    8 ++++++++
>  drivers/serial/Kconfig                     |    6 +++++-
>  drivers/serial/mcfserial.c                 |    1 +
>  3 files changed, 14 insertions(+), 1 deletions(-)
> 
> diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
> index 3c35d45..27c0056 100644
> --- a/Documentation/feature-removal-schedule.txt
> +++ b/Documentation/feature-removal-schedule.txt
> @@ -304,3 +304,11 @@ When:	2.6.26
>  Why:	Implementation became generic; users should now include
>  	linux/semaphore.h instead.
>  Who:	Matthew Wilcox <willy@linux.intel.com>
> +
> +---------------------------
> +
> +What:	old style serial driver for ColdFire (CONFIG_SERIAL_COLDFIRE)
> +When:	2.6.28
> +Why:	This driver still uses the old interface and has been replaced
> +	by CONFIG_SERIAL_MCF.
> +Who:	Sebastian Siewior <sebastian@breakpoint.cc>
> diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
> index 36acbcc..62e6eb1 100644
> --- a/drivers/serial/Kconfig
> +++ b/drivers/serial/Kconfig
> @@ -976,11 +976,15 @@ config SERIAL_68328_RTS_CTS
>  	depends on SERIAL_68328
>  
>  config SERIAL_COLDFIRE
> -	bool "ColdFire serial support"
> +	bool "ColdFire serial support (DEPRECATED)"
>  	depends on COLDFIRE
>  	help
>  	  This driver supports the built-in serial ports of the Motorola ColdFire
>  	  family of CPUs.
> +	  This driver is deprecated because it supports only the old interface
> +	  for serial drivers and features like magic keys are not working.
> +	  Please switch to the new style driver because this driver will be
> +	  removed soon.
>  
>  config SERIAL_MCF
>  	bool "Coldfire serial support (new style driver)"
> diff --git a/drivers/serial/mcfserial.c b/drivers/serial/mcfserial.c
> index 43af40d..56007cc 100644
> --- a/drivers/serial/mcfserial.c
> +++ b/drivers/serial/mcfserial.c
> @@ -1,3 +1,4 @@
> +#warning This driver is deprecated. Check Kconfig for details.
>  /*
>   * mcfserial.c -- serial driver for ColdFire internal UARTS.
>   *

-- 
------------------------------------------------------------------------
Greg Ungerer  --  Chief Software Dude       EMAIL:     gerg@snapgear.com
Secure Computing Corporation                PHONE:       +61 7 3435 2888
825 Stanley St,                             FAX:         +61 7 3891 3630
Woolloongabba, QLD, 4102, Australia         WEB: http://www.SnapGear.com

      reply	other threads:[~2008-04-30 23:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-30 20:14 [PATCH] m68knommu: Add info about removing mcfserial Sebastian Siewior
2008-04-30 23:01 ` Greg Ungerer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4818FA62.9020503@snapgear.com \
    --to=gerg@snapgear.com \
    --cc=bigeasy@linutronix.de \
    --cc=gerg@uclinux.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=uclinux-dev@uclinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.