]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
xilinx_hwicap: reset XHI_MAX_RETRIES
authorDaniel Borkmann <danborkmann@iogearbox.net>
Thu, 19 Apr 2012 07:03:09 +0000 (09:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Apr 2012 02:09:18 +0000 (19:09 -0700)
Reset the XHI_MAX_RETRIES value. This allows the hardware enough time to
write configuration frames during partial reconfiguration. In case of 10
the driver returns an error, although it should just have polled the
register longer.

Tested on an ML605 board. The patch is against the latest linus-tree.

Signed-off-by: Ariane Keller <ariane.keller@tik.ee.ethz.ch>
Signed-off-by: Daniel Borkmann <daniel.borkmann@tik.ee.ethz.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/xilinx_hwicap/xilinx_hwicap.h

index 8cca11981c5ff73036eaaeb915fbcf0a050a87c5..d31ee23c9f13a957c31c2ecec6b342c3e4d86aaf 100644 (file)
@@ -86,7 +86,7 @@ struct hwicap_driver_config {
 };
 
 /* Number of times to poll the done regsiter */
-#define XHI_MAX_RETRIES     10
+#define XHI_MAX_RETRIES     5000
 
 /************ Constant Definitions *************/