[PATCH] "/sys/devices/legacy" is an offending term

From: Holger Schurig
Date: Thu Oct 23 2003 - 05:51:40 EST


> echo 50 > /sys/devices/legacy/sa1100fb/brightness

Is there any change to get rid of this "legacy"? From my (still quite
limited) understanding of the english language, this means old/outdated
and has a not-so-good connotation. It's not just a fact, but puts a
negative value into something. But maybe I'm wrong.

Anyway, on embedded arches it makes no sense to say "Oh, PCI is all wow,
non-pci is all boo".


I talked on the arm-linux-kernel mailing list and Russell King answered:

> I brought this exact point up with Pat Mochel at OLS this year. At
> the time, he agreed that it should be renamed to "platform".
>
> I don't know if such a change will now be allowed for the 2.6 series,
> since it'll effectively be a user-visible interface change.
>
> I do know that Pat is heavily overloaded with work, which probably
> explains why it hasn't happened.

In the hope that this happens I included a patch below.

If wished, I can provide a bigger patch that renames "
legacy_bus" to "legacy_bus" as well.


#
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
#

--- linux-2.6/drivers/base/platform.c~legacy-platform
+++ linux-2.6/drivers/base/platform.c
@@ -15,7 +15,7 @@
#include <linux/init.h>

struct device legacy_bus = {
- .bus_id = "legacy",
+ .bus_id = "platform",
};

/**


--
Try Linux 2.6 from BitKeeper for PXA2x0 CPUs at
http://www.mn-logistik.de/unsupported/linux-2.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/