* [PATCH 8/10] CRIS architecture update - Move drivers
@ 2004-11-02 13:04 Mikael Starvik
2004-11-02 13:56 ` Bartlomiej Zolnierkiewicz
2004-11-02 22:56 ` Christoph Hellwig
0 siblings, 2 replies; 5+ messages in thread
From: Mikael Starvik @ 2004-11-02 13:04 UTC (permalink / raw)
To: linux-kernel, akpm
[-- Attachment #1: Type: text/plain, Size: 255 bytes --]
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: starvik@axis.com
/Mikael
[-- Attachment #2: move_cris_269.sh --]
[-- Type: application/octet-stream, Size: 400 bytes --]
#!/bin/sh
mkdir -p drivers/ide/cris/v10
mkdir -p drivers/net/cris/v10
mkdir -p drivers/serial/cris/v10
mkdir -p drivers/usb/host/cris/v10
mv arch/cris/arch-v10/drivers/ide.c drivers/ide/cris/v10
mv arch/cris/arch-v10/drivers/ethernet.c drivers/net/cris/v10
mv arch/cris/arch-v10/drivers/serial.* drivers/serial/cris/v10
mv arch/cris/arch-v10/drivers/usb-host.* drivers/usb/host/cris/v10
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 8/10] CRIS architecture update - Move drivers
2004-11-02 13:04 [PATCH 8/10] CRIS architecture update - Move drivers Mikael Starvik
@ 2004-11-02 13:56 ` Bartlomiej Zolnierkiewicz
2004-11-02 22:56 ` Christoph Hellwig
1 sibling, 0 replies; 5+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2004-11-02 13:56 UTC (permalink / raw)
To: Mikael Starvik; +Cc: linux-kernel, akpm
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
<mikael.starvik@axis.com> 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: starvik@axis.com
>
> /Mikael
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 8/10] CRIS architecture update - Move drivers
2004-11-02 13:04 [PATCH 8/10] CRIS architecture update - Move drivers Mikael Starvik
2004-11-02 13:56 ` Bartlomiej Zolnierkiewicz
@ 2004-11-02 22:56 ` Christoph Hellwig
1 sibling, 0 replies; 5+ messages in thread
From: Christoph Hellwig @ 2004-11-02 22:56 UTC (permalink / raw)
To: Mikael Starvik; +Cc: linux-kernel, akpm
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/
^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <BFECAF9E178F144FAEF2BF4CE739C66801AF70B9@exmail1.se.axis.com>]
* RE: [PATCH 8/10] CRIS architecture update - Move drivers
[not found] <BFECAF9E178F144FAEF2BF4CE739C66801AF70B9@exmail1.se.axis.com>
@ 2004-11-02 14:10 ` Mikael Starvik
0 siblings, 0 replies; 5+ messages in thread
From: Mikael Starvik @ 2004-11-02 14:10 UTC (permalink / raw)
To: 'Bartlomiej Zolnierkiewicz', Mikael Starvik; +Cc: linux-kernel, akpm
Sure. I'll wait a few days for more comments like this and then send updated
patches.
/Mikael
-----Original Message-----
From: Bartlomiej Zolnierkiewicz [mailto:bzolnier@gmail.com]
Sent: Tuesday, November 02, 2004 2:56 PM
To: Mikael Starvik
Cc: linux-kernel@vger.kernel.org; akpm@osdl.org
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
<mikael.starvik@axis.com> 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: starvik@axis.com
>
> /Mikael
^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <BFECAF9E178F144FAEF2BF4CE739C66801AF748D@exmail1.se.axis.com>]
* RE: [PATCH 8/10] CRIS architecture update - Move drivers
[not found] <BFECAF9E178F144FAEF2BF4CE739C66801AF748D@exmail1.se.axis.com>
@ 2004-11-03 7:57 ` Mikael Starvik
0 siblings, 0 replies; 5+ messages in thread
From: Mikael Starvik @ 2004-11-03 7:57 UTC (permalink / raw)
To: 'Christoph Hellwig', Mikael Starvik; +Cc: linux-kernel, akpm
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: linux-kernel-owner@vger.kernel.org
[mailto:linux-kernel-owner@vger.kernel.org] On Behalf Of Christoph Hellwig
Sent: Tuesday, November 02, 2004 11:56 PM
To: Mikael Starvik
Cc: linux-kernel@vger.kernel.org; akpm@osdl.org
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/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-11-03 7:58 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-02 13:04 [PATCH 8/10] CRIS architecture update - Move drivers Mikael Starvik
2004-11-02 13:56 ` Bartlomiej Zolnierkiewicz
2004-11-02 22:56 ` Christoph Hellwig
[not found] <BFECAF9E178F144FAEF2BF4CE739C66801AF70B9@exmail1.se.axis.com>
2004-11-02 14:10 ` Mikael Starvik
[not found] <BFECAF9E178F144FAEF2BF4CE739C66801AF748D@exmail1.se.axis.com>
2004-11-03 7:57 ` Mikael Starvik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox