MTD CVS update: 'mtd/kernel doc2000.c ftl.c mapped.c mtd.c mtdblock.c nftl.c pmc551.c'

David Woodhouse dwmw2 at infradead.org
Fri Mar 31 09:40:43 EST 2000


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

Modified Files:
	doc2000.c ftl.c mapped.c mtd.c mtdblock.c nftl.c pmc551.c 
Log Message:
Make everything conform to the new notify stuff - separate add and remove
	functions, etc.

Remove all references to get_mtd_device.

Add a linked list of devices in pmc551.c and doc2000.c to copy with the
	fact that they can no longer just go through the available MTD
	devices with get_mtd_device()

Probably break the request handling in mtdblock.c in an attempt to make
	it compile and work in 2.3.

Make the MTDERASE ioctl on the char device wait for completion.

Change all the debugging macros again. Now they're based on DHinds' 
	PCMCIA_DEBUG stuff: DEBUG(level, fmt, args...)

Remove the kfree(instr) from a handful of drivers' erase functions - that
	was never really a clever idea in the first place. Let the caller
	free it themselves if they must, or pass &kfree as the callback
	function if they can't be bothered.



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



More information about the linux-mtd-cvs mailing list