Per Borgentun writes:
>  I'm using Intel Strataflash chips and which
>  are not probed correctly at all by the cfi_probe
>  code. 

Please provide at least kernel version and the kernel messages around
the problem area.

>    The problems I found in linux 2.4.0-test8
>    * ioremap doesn't consider my flash chips

mtd's ioremap use is not correct; it expects ioremap to take a physical
address.  In fact, ioremap is designed to take a PCI bus address only.
Therefore, this mtd code is technically buggy.  I'll fix this up in
test11-rmk2.

>    * the CFI probe commands are written to the start of my
>      flash partition instead of to the start of the 
>      flash chips.

Probably related to the above point.
   _____
  |_____| ------------------------------------------------- ---+---+-
  |   |        Russell King       [EMAIL PROTECTED]      --- ---
  | | | |            http://www.arm.linux.org.uk/            /  /  |
  | +-+-+                                                     --- -+-
  /   |               THE developer of ARM Linux              |+| /|\
 /  | | |                                                     ---  |
    +-+-+ -------------------------------------------------  /\\\  |

_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm

Reply via email to