[FINAL WARNING] Removal of deprecated serial functions - please update your drivers NOW
From: Russell King (rmk+lkml_at_arm.linux.org.uk)
Date: 08/31/05
- Previous message: Denis Vlasenko: "Re: Atheros and rt2x00 driver"
- Next in thread: Alan Cox: "Re: [FINAL WARNING] Removal of deprecated serial functions - please update your drivers NOW"
- Reply: Alan Cox: "Re: [FINAL WARNING] Removal of deprecated serial functions - please update your drivers NOW"
- Reply: Alan Cox: "Re: [FINAL WARNING] Removal of deprecated serial functions - please update your drivers NOW"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 31 Aug 2005 10:33:52 +0100 To: Linux Kernel List <linux-kernel@vger.kernel.org>, amax@us.ibm.com, ralf@linux-mips.org, starvik@axis.com
As per the feature-removal.txt file, I will be removing the following
functions shortly:
* register_serial
* unregister_serial
* uart_register_port
* uart_unregister_port
However, there are still some drivers which use these functions:
drivers/char/mwave/mwavedd.c: return register_serial(&serial);
drivers/char/mwave/mwavedd.c: unregister_serial(pDrvData->sLine);
drivers/misc/ibmasm/uart.c: sp->serial_line = register_serial(&serial);
drivers/misc/ibmasm/uart.c: unregister_serial(sp->serial_line);
drivers/net/ioc3-eth.c: register_serial(&req);
drivers/net/ioc3-eth.c: register_serial(&req);
drivers/serial/serial_txx9.c: line = uart_register_port(&serial_txx9_reg, &port);
drivers/serial/serial_txx9.c: uart_unregister_port(&serial_txx9_reg, line);
These drivers really really really need fixing in the next few days
if they aren't going to break. I hereby ask that the maintainers of
the above drivers show some willingness to update their drivers.
Unfortunately, it appears that some of these drivers do not contain
email addresses for their maintainers, neither are they listed in
the MAINTAINERS file. (mwavedd and serial_txx9).
Please note that this is the last warning folk will have before the
functions are removed.
In addition, the following drivers declare functions of the same name.
The maintainers of these need to look to see why, and eliminate them
where possible.
drivers/serial/crisv10.c:register_serial(struct serial_struct *req)
drivers/serial/crisv10.c:void unregister_serial(int line)
-- Russell King Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/ maintainer of: 2.6 Serial core - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Denis Vlasenko: "Re: Atheros and rt2x00 driver"
- Next in thread: Alan Cox: "Re: [FINAL WARNING] Removal of deprecated serial functions - please update your drivers NOW"
- Reply: Alan Cox: "Re: [FINAL WARNING] Removal of deprecated serial functions - please update your drivers NOW"
- Reply: Alan Cox: "Re: [FINAL WARNING] Removal of deprecated serial functions - please update your drivers NOW"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- Re: [PATCH] Removing maintainers bad e-mails
... >> relevant entry when checking whom to send an email. ... > Hmm, so
if a subsystem or driver (more drivers, I should think) lacks ... > an entry in MAINTAINERS,
is it then reasonable to assume that it is ... For unmaintained drivers or drivers maintained
by the subsystem ... (Linux-Kernel) - Re: Livna status?
... I've seen some notes about the livna repo's build system being down. ... what
happened, is there an estimated time of return, and ... Just looking for some drivers...
... Livna probably needs a group of maintainers for the driver. ... (Fedora) - Re: [FINAL WARNING] Removal of deprecated serial functions - please update your drivers NOW
... On Wed, 2005-08-31 at 02:33, Russell King wrote: ... > As per the feature-removal.txt
file, I will be removing the following ... > These drivers really really really
need fixing in the next few days ... send the line "unsubscribe linux-kernel" in ...
(Linux-Kernel) - Re: [PATCH] [1/2many] - FInd the maintainer(s) for a patch - scripts/get_maintainer.pl
... It shows a central MAINTAINERS file is the wrong ... The maintainer info
should be in the source file itself! ... Having MAINTAINERS-style annotations in all source
files ... all various net drivers, drivers/kvm/MAINTAINERS for KVM maintainer info,
... (Linux-Kernel) - Re: Termination of the Philips Webcam Driver (pwc)
... just because he's piised off we shouldn't removed support for hardware. ...
We don't remove drivers because the maintainers go away. ... send the line "unsubscribe
linux-kernel" in ... (Linux-Kernel)