I am trying to port the SPI based flash driver and need to know the basics 
of it.

Actually the driver is present in Linux kernel drivers/mtd/devices/m25p80.c

My question is do i need to configure the SPI configuration in board 
specific file only?

Do i need to use the map_info sructure to access the IO address space of 
the device or because my device is connected to spi bus, the spi interface 
will do the IO access for me?

what is the difference between the chip driver (which we do 
register_mtd_chip_driver) and the devices we do add_mtd_device()?


-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to