I plan to use the GPMC to communicate with a FPGA in synchronous NOR-like mode of operation. The WAIT pin will be used to check readyness of the FPGA with timeout enabled in order not to block the GPMC bus for too long, to which also a NAND memory will be connected. My question is how will linux react to a timeout occurence on the WAIT pin?
I plan to use the am335x processor.