public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* MTD CVS update: 'mtd/kernel cfi_probe.c'
@ 2000-06-27 16:35 David Woodhouse
  0 siblings, 0 replies; 8+ messages in thread
From: David Woodhouse @ 2000-06-27 16:35 UTC (permalink / raw)
  To: cvs-notify

Update of /home/cvs/mtd/kernel
In directory infradead.org:/tmp/cvs-serv12470/kernel

Modified Files:
	cfi_probe.c 
Log Message:
Fix probe code to eliminate aliases, at least for 16x1 mappings. Someone
with a high boredom threshold, or with some hardware which actually
requires it, can do the rest - it's quite simple.



To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

^ permalink raw reply	[flat|nested] 8+ messages in thread

* MTD CVS update: 'mtd/kernel cfi_probe.c'
@ 2000-06-30 13:17 David Woodhouse
  0 siblings, 0 replies; 8+ messages in thread
From: David Woodhouse @ 2000-06-30 13:17 UTC (permalink / raw)
  To: cvs-notify

Update of /home/cvs/mtd/kernel
In directory infradead.org:/tmp/cvs-serv16439/kernel

Modified Files:
	cfi_probe.c 
Log Message:
Add a wait queue to the per-chip data structure



To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

^ permalink raw reply	[flat|nested] 8+ messages in thread

* MTD CVS update: 'mtd/kernel cfi_probe.c'
@ 2000-06-30 14:19 David Woodhouse
  0 siblings, 0 replies; 8+ messages in thread
From: David Woodhouse @ 2000-06-30 14:19 UTC (permalink / raw)
  To: cvs-notify

Update of /home/cvs/mtd/kernel
In directory infradead.org:/tmp/cvs-serv17298

Modified Files:
	cfi_probe.c 
Log Message:
Initialise the wait queue and spinlock _after_ we've memcpy'd them to
their final location, not before.



To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

^ permalink raw reply	[flat|nested] 8+ messages in thread

* MTD CVS update: 'mtd/kernel cfi_probe.c'
@ 2000-06-30 15:27 David Woodhouse
  0 siblings, 0 replies; 8+ messages in thread
From: David Woodhouse @ 2000-06-30 15:27 UTC (permalink / raw)
  To: cvs-notify

Update of /home/cvs/mtd/kernel
In directory infradead.org:/tmp/cvs-serv18109

Modified Files:
	cfi_probe.c 
Log Message:
don't probe at end of map. 



To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

^ permalink raw reply	[flat|nested] 8+ messages in thread

* MTD CVS update: 'mtd/kernel cfi_probe.c'
@ 2000-07-03  8:57 David Woodhouse
  2000-07-03  9:03 ` David Woodhouse
  0 siblings, 1 reply; 8+ messages in thread
From: David Woodhouse @ 2000-07-03  8:57 UTC (permalink / raw)
  To: cvs-notify

Update of /home/cvs/mtd/kernel
In directory infradead.org:/tmp/cvs-serv11431

Modified Files:
	cfi_probe.c 
Log Message:
Turn on the CFI ident printing again.



To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: MTD CVS update: 'mtd/kernel cfi_probe.c'
  2000-07-03  8:57 MTD CVS update: 'mtd/kernel cfi_probe.c' David Woodhouse
@ 2000-07-03  9:03 ` David Woodhouse
  2000-07-04  7:30   ` Dvir Oren
  0 siblings, 1 reply; 8+ messages in thread
From: David Woodhouse @ 2000-07-03  9:03 UTC (permalink / raw)
  To: mtd


er... now I've also changed the CVS notification to point at the new list 
too - which perhaps would have been appropriate in the first place :)

--
dwmw2




To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: MTD CVS update: 'mtd/kernel cfi_probe.c'
  2000-07-03  9:03 ` David Woodhouse
@ 2000-07-04  7:30   ` Dvir Oren
  2000-07-04  8:02     ` MTD 20000704 release David Woodhouse
  0 siblings, 1 reply; 8+ messages in thread
From: Dvir Oren @ 2000-07-04  7:30 UTC (permalink / raw)
  To: David Woodhouse; +Cc: MTD

David Woodhouse writes ("Re: MTD CVS update: 'mtd/kernel cfi_probe.c' "):

> er... now I've also changed the CVS notification to point at the new list 
> too - which perhaps would have been appropriate in the first place

One other thought:  Perhaps it will interest people to see once a
month a summary of all CVS changes.  This way, people won't have to
follow on every change that is made (at least those who are not
actively developing), but will be able to see if something that they
do need has been done.

Just a thought.

-- 
Dvir Oren               <dviro@lucidvon.com>
Lucid VON Ltd.     <http://www.lucidvon.com>
9 Saloniki St.,        Tel-Aviv       Israel
Tel:  +972 3 644 3038  Fax:  +972 3 644 3039


To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

^ permalink raw reply	[flat|nested] 8+ messages in thread

* MTD 20000704 release.
  2000-07-04  7:30   ` Dvir Oren
@ 2000-07-04  8:02     ` David Woodhouse
  0 siblings, 0 replies; 8+ messages in thread
From: David Woodhouse @ 2000-07-04  8:02 UTC (permalink / raw)
  To: Dvir Oren; +Cc: MTD


dvir@lucidvon.com said:
>  One other thought:  Perhaps it will interest people to see once a
> month a summary of all CVS changes.  This way, people won't have to
> follow on every change that is made (at least those who are not
> actively developing), but will be able to see if something that they
> do need has been done.

There's a ChangeLog on the web site which contains a fairly high-level list 
of what's changed in the CVS tree, and I try to keep it fairly up-to-date.

If we were to tar it up occasionally and make releases, then it would 
provide what you're after.

To that end, I've finally given in and make another release. Someone 
quickly do something exciting so I can change the 'latest CVS' Changelog 
entry from "Not a lot yet".

--
dwmw2




To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2000-07-04  7:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-07-03  8:57 MTD CVS update: 'mtd/kernel cfi_probe.c' David Woodhouse
2000-07-03  9:03 ` David Woodhouse
2000-07-04  7:30   ` Dvir Oren
2000-07-04  8:02     ` MTD 20000704 release David Woodhouse
  -- strict thread matches above, loose matches on Subject: below --
2000-06-30 15:27 MTD CVS update: 'mtd/kernel cfi_probe.c' David Woodhouse
2000-06-30 14:19 David Woodhouse
2000-06-30 13:17 David Woodhouse
2000-06-27 16:35 David Woodhouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox