XIP support hooks for the AMD flash: updated

Nicolas Pitre nico at cam.org
Fri May 20 13:46:34 EDT 2005


On Fri, 20 May 2005, Vitaly Wool wrote:

> I'd like to introduce the updated version of the XIP support hooks for AMD flash.
[...]

Found an inconsistency:

> @@ -786,9 +1000,10 @@
>  
>  	ret = -EIO;
>   op_done:
> -	chip->state = FL_READY;
> +	xip_enable(map, chip, adr);
> +	chip->state = FL_STATUS;
>  	put_chip(map, chip, adr);

The flash may never be in status mode when XIP is enabled.


Nicolas




More information about the linux-mtd mailing list