Re: [PATCH] CRIS architecture update

From: Sam Ravnborg
Date: Mon Jun 07 2004 - 13:38:37 EST


On Mon, Jun 07, 2004 at 07:53:30AM +0200, Mikael Starvik wrote:
> >The general rule is to locate drivers under drivers/, even the arch
> >specific ones. This allows for easier grepping after users of a
> >given API etc.
>
> Ok, if that is a general rule I can move them (but the patch will
> be large...).

Please do so. As Bartlomiej note the rule is to keep drivers under:
drivers/<subsystem>/<arch>

The most efficient way to do the move is to send Linus a direct
mail with a simple shell script that does the moving of the files.
Along the lines of:

mkdir -p drivers/ide/cris
mv arch/cris/drivers/ide/* drivers/ide/cris

etc.

Sam
-
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/