[PATCH 1/3] Xilinx: hwicap: Refactor status handling code.

2008-03-17 Thread Stephen Neuendorffer
Both the buffer-based and fifo-based icap cores have a status register. Previously, this was only used internally to check whether transactions have completed. However, the status can be useful to the main driver as well. This patch exposes these status functions to the main driver along with

Re: [PATCH 1/3] Xilinx: hwicap: Refactor status handling code.

2008-03-17 Thread Grant Likely
On Mon, Mar 17, 2008 at 11:36 AM, Stephen Neuendorffer [EMAIL PROTECTED] wrote: Both the buffer-based and fifo-based icap cores have a status register. Previously, this was only used internally to check whether transactions have completed. However, the status can be useful to the main