* Directory restructure?
@ 2001-03-26 21:47 David Woodhouse
2001-03-26 22:32 ` Nicolas Pitre
2001-04-17 16:41 ` David Woodhouse
0 siblings, 2 replies; 5+ messages in thread
From: David Woodhouse @ 2001-03-26 21:47 UTC (permalink / raw)
To: mtd
It's getting a bit cluttered... I'm pondering the wisdom of rearranging it
into something like...
drivers/mtd/chips - CFI, JEDEC, ROM, RAM, amd_flash, etc.
drivers/mtd/maps - all the map drivers
drivers/mtd/devices - all-in-one drivers like mtdram, doc2000, etc.
drivers/mtd/users - nftl,ftl,mtdblock,mtdchar etc.
Then there's the core code and the helper stuff like mtdpart.c and
redboot.c - maybe that and the 'users' code should all remain in
drivers/mtd - there's not too much of that.
Thoughts? Suggestions?
--
dwmw2
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Directory restructure?
2001-03-26 21:47 Directory restructure? David Woodhouse
@ 2001-03-26 22:32 ` Nicolas Pitre
2001-03-26 22:34 ` David Woodhouse
2001-04-17 16:41 ` David Woodhouse
1 sibling, 1 reply; 5+ messages in thread
From: Nicolas Pitre @ 2001-03-26 22:32 UTC (permalink / raw)
To: David Woodhouse; +Cc: mtd
On Mon, 26 Mar 2001, David Woodhouse wrote:
>
> It's getting a bit cluttered... I'm pondering the wisdom of rearranging it
> into something like...
>
> drivers/mtd/chips - CFI, JEDEC, ROM, RAM, amd_flash, etc.
> drivers/mtd/maps - all the map drivers
> drivers/mtd/devices - all-in-one drivers like mtdram, doc2000, etc.
> drivers/mtd/users - nftl,ftl,mtdblock,mtdchar etc.
>
> Then there's the core code and the helper stuff like mtdpart.c and
> redboot.c - maybe that and the 'users' code should all remain in
> drivers/mtd - there's not too much of that.
>
> Thoughts? Suggestions?
Fine with me.
Hopefully you can play that game directly within the repository so not to
lose log history.
Nicolas
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Directory restructure?
2001-03-26 22:32 ` Nicolas Pitre
@ 2001-03-26 22:34 ` David Woodhouse
2001-04-03 19:56 ` Bjorn Wesen
0 siblings, 1 reply; 5+ messages in thread
From: David Woodhouse @ 2001-03-26 22:34 UTC (permalink / raw)
To: Nicolas Pitre; +Cc: mtd
nico@cam.org said:
> Hopefully you can play that game directly within the repository so
> not to lose log history.
That's the plan, yes.
--
dwmw2
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Directory restructure?
2001-03-26 22:34 ` David Woodhouse
@ 2001-04-03 19:56 ` Bjorn Wesen
0 siblings, 0 replies; 5+ messages in thread
From: Bjorn Wesen @ 2001-04-03 19:56 UTC (permalink / raw)
To: David Woodhouse; +Cc: mtd
On Mon, 26 Mar 2001, David Woodhouse wrote:
> > Hopefully you can play that game directly within the repository so
> > not to lose log history.
>
> That's the plan, yes.
There is no clean way of moving files in cvs and retaining history :( it's
one of the (few) bad things with cvs (another is that you cannot really
use -D to check out an old version cleanly).
I think the closest you can get is to cp the ,v files to the new place
and then do cvs rm on the original files (so you can restore an earlier
version if you want). If you do plain mv you screw that up (as well as any
person who has a checkout).
You'll need to manually remove the tags from the cp'ed files though,
otherwise you'll get problems backing up as well (you'll get duplicates).
-BW
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Directory restructure?
2001-03-26 21:47 Directory restructure? David Woodhouse
2001-03-26 22:32 ` Nicolas Pitre
@ 2001-04-17 16:41 ` David Woodhouse
1 sibling, 0 replies; 5+ messages in thread
From: David Woodhouse @ 2001-04-17 16:41 UTC (permalink / raw)
Cc: mtd
dwmw2@infradead.org said:
> It's getting a bit cluttered... I'm pondering the wisdom of
> rearranging it into something like...
> drivers/mtd/chips - CFI, JEDEC, ROM, RAM, amd_flash, etc.
> drivers/mtd/maps - all the map drivers drivers/mtd/devices - all-in-one drivers
> like mtdram, doc2000, etc.
It's done. I haven't yet fixed up the Makefile - I'll do it tomorrow if
nobody's beaten me to it.
--
dwmw2
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2001-04-17 16:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-26 21:47 Directory restructure? David Woodhouse
2001-03-26 22:32 ` Nicolas Pitre
2001-03-26 22:34 ` David Woodhouse
2001-04-03 19:56 ` Bjorn Wesen
2001-04-17 16:41 ` David Woodhouse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox