2004-11-02 13:14:50

by Mikael Starvik

[permalink] [raw]
Subject: [PATCH 8/10] CRIS architecture update - Move drivers

This is a shell script to move drivers from arch/cris/arch-v10/drivers to
e.g. drivers/net/cris/v10. This must be applied after patch 1-7 and before
patch 9.

Let me know if you prefer this as a big diff instead.

Signed-Off-By: [email protected]

/Mikael


Attachments:
move_cris_269.sh (389.00 B)

2004-11-02 14:41:11

by Mikael Starvik

[permalink] [raw]
Subject: RE: [PATCH 8/10] CRIS architecture update - Move drivers

Sure. I'll wait a few days for more comments like this and then send updated
patches.

/Mikael

-----Original Message-----
From: Bartlomiej Zolnierkiewicz [mailto:[email protected]]
Sent: Tuesday, November 02, 2004 2:56 PM
To: Mikael Starvik
Cc: [email protected]; [email protected]
Subject: Re: [PATCH 8/10] CRIS architecture update - Move drivers


Mikael,

could you rename Etrax IDE driver to something less confusing than ide.c
(ie. ide-etrax.c).

Thanks.

On Tue, 2 Nov 2004 14:04:51 +0100, Mikael Starvik
<[email protected]> wrote:
> This is a shell script to move drivers from arch/cris/arch-v10/drivers to
> e.g. drivers/net/cris/v10. This must be applied after patch 1-7 and before
> patch 9.
>
> Let me know if you prefer this as a big diff instead.
>
> Signed-Off-By: [email protected]
>
> /Mikael

Subject: Re: [PATCH 8/10] CRIS architecture update - Move drivers

Mikael,

could you rename Etrax IDE driver to something less confusing than ide.c
(ie. ide-etrax.c).

Thanks.

On Tue, 2 Nov 2004 14:04:51 +0100, Mikael Starvik
<[email protected]> wrote:
> This is a shell script to move drivers from arch/cris/arch-v10/drivers to
> e.g. drivers/net/cris/v10. This must be applied after patch 1-7 and before
> patch 9.
>
> Let me know if you prefer this as a big diff instead.
>
> Signed-Off-By: [email protected]
>
> /Mikael

2004-11-02 23:43:00

by Christoph Hellwig

[permalink] [raw]
Subject: Re: [PATCH 8/10] CRIS architecture update - Move drivers

On Tue, Nov 02, 2004 at 02:04:51PM +0100, Mikael Starvik wrote:
> This is a shell script to move drivers from arch/cris/arch-v10/drivers to
> e.g. drivers/net/cris/v10. This must be applied after patch 1-7 and before
> patch 9.
>
> Let me know if you prefer this as a big diff instead.

Given that you have only a handfull drivers those subdirectories don't
make sense. Just give the drivers sane names and move them directly
to the appropinquate directories under drivers/

2004-11-03 07:58:48

by Mikael Starvik

[permalink] [raw]
Subject: RE: [PATCH 8/10] CRIS architecture update - Move drivers

In drivers/ethernet and drivers/ide there already are directories for e.g.
arm and ppc so I would like to add cris in the same way. I agree that the
v10 subdirectories are unnecessary, I'll remove them. Under serial and
usb/host there are no such subdirs so I will store the drivers directly
under those dirs.

Expect new patches tomorrow.

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Christoph Hellwig
Sent: Tuesday, November 02, 2004 11:56 PM
To: Mikael Starvik
Cc: [email protected]; [email protected]
Subject: Re: [PATCH 8/10] CRIS architecture update - Move drivers


On Tue, Nov 02, 2004 at 02:04:51PM +0100, Mikael Starvik wrote:
> This is a shell script to move drivers from arch/cris/arch-v10/drivers to
> e.g. drivers/net/cris/v10. This must be applied after patch 1-7 and before
> patch 9.
>
> Let me know if you prefer this as a big diff instead.

Given that you have only a handfull drivers those subdirectories don't
make sense. Just give the drivers sane names and move them directly
to the appropinquate directories under drivers/