MTD CVS update: 'mtd/drivers/mtd/devices pmc551.c'

major at infradead.org major at infradead.org
Tue Jun 12 12:19:38 EDT 2001


Update of /home/cvs/mtd/drivers/mtd/devices
In directory infradead.org:/tmp/cvs-serv29033/drivers/mtd/devices

Modified Files:
	pmc551.c 
Log Message:
* Added pmc551_point routine, this routine now handles tracking the
  priv->curr_map0 variable, which tells us where our aperture is currently
  pointed.  We use this to try to keep from dumping excess commands to the PCI
  bus
* Rewrote the erase, read, write routines to use the pmc551_point
* Removed floating point operations and replaced with the ussage of ffs().
  During the process I also attempted to remove all multiplier and division
  operations, since the code is all written to be power of 2 aligned.  I may
  have missed something, but I think I got most of it
* Fixed settup routines that handle the msize/asize arguments and deal with
  setting the aperture





More information about the linux-mtd-cvs mailing list