MTD CVS update: 'mtd/include/linux/mtd doc2000.h mtd.h pmc551.h'
David Woodhouse
dwmw2 at infradead.org
Fri Mar 31 09:40:42 EST 2000
Update of /home/cvs/mtd/include/linux/mtd
In directory infradead.org:/tmp/cvs-serv12827/include/linux/mtd
Modified Files:
doc2000.h mtd.h pmc551.h
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
mailing list