[PATCH 2/2] char/mem: Schedule /dev/port for removal

From: Adam Jackson
Date: Tue Feb 07 2012 - 09:52:31 EST


Signed-off-by: Adam Jackson <ajax@xxxxxxxxxx>
---
Documentation/feature-removal-schedule.txt | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index a0ffac0..c8504f0 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -524,3 +524,16 @@ Files: arch/arm/mach-at91/at91cap9.c
Why: The code is not actively maintained and platforms are now hard to find.
Who: Nicolas Ferre <nicolas.ferre@xxxxxxxxx>
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@xxxxxxxxxxxx>
+
+----------------------------
+
+What: /dev/port
+When: February 2013
+Files: drivers/char/mem.c
+Why: This interface does not match either ISA or PCI semantics for I/O
+ port access. Regardless of the cycle size requested by userspace
+ /dev/port will emit byte-wide reads or writes, which is wrong
+ since devices may not allow byte access or may have side effects
+ when doing byte access to word or dword registers. Use /dev/io
+ instead.
+Who: Adam Jackson <ajax@xxxxxxxxxx>
--
1.7.7.6

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