Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] Add removal schedule of register_serial/unregister_serial to appropriate file

authored by

Russell King and committed by
Linus Torvalds
a8ad86f2 4749f32d

+10
+10
Documentation/feature-removal-schedule.txt
··· 94 94 95 95 --------------------------- 96 96 97 + What: register_serial/unregister_serial 98 + When: December 2005 99 + Why: This interface does not allow serial ports to be registered against 100 + a struct device, and as such does not allow correct power management 101 + of such ports. 8250-based ports should use serial8250_register_port 102 + and serial8250_unregister_port instead. 103 + Who: Russell King <rmk@arm.linux.org.uk> 104 + 105 + --------------------------- 106 + 97 107 What: i2c sysfs name change: in1_ref, vid deprecated in favour of cpu0_vid 98 108 When: November 2005 99 109 Files: drivers/i2c/chips/adm1025.c, drivers/i2c/chips/adm1026.c