login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
March
»
17
Re: [PATCH 2/3] Xilinx: hwicap: Verify sync before reading idcode.
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From: Grant Likely
Subject:
Re: [PATCH 2/3] Xilinx: hwicap: Verify sync before reading idcode.
Date: Monday, March 17, 2008 - 1:18 pm
On Mon, Mar 17, 2008 at 11:36 AM, Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> wrote:
quoted text
> It appears that in some cases, the sync word might not be recognized > by the hardware correctly. If this happens, then attempting to read > from the port results in an unrecoverable error because of the design > of the FPGA core. This patch updates the code to check the status of > the device before reading the IDCODE, in order to avoid entering this > unrecoverable state. This patch also adds additional NOOP commands > into the sychronization sequence, which appears to be necessary to > avoid the condition on some hardware. > > Signed-off-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
quoted text
> --- > drivers/char/xilinx_hwicap/xilinx_hwicap.c | 18 ++++++++++++++++++ > 1 files changed, 18 insertions(+), 0 deletions(-) > > diff --git a/drivers/char/xilinx_hwicap/xilinx_hwicap.c b/drivers/char/xilinx_hwicap/xilinx_hwicap.c > index 304727d..5b8d646 100644 > --- a/drivers/char/xilinx_hwicap/xilinx_hwicap.c > +++ b/drivers/char/xilinx_hwicap/xilinx_hwicap.c > @@ -250,8 +250,26 @@ static int hwicap_get_configuration_register(struct hwicap_drvdata *drvdata, > * Create the data to be written to the ICAP. > */ > buffer[index++] = XHI_DUMMY_PACKET; > + buffer[index++] = XHI_NOOP_PACKET; > buffer[index++] = XHI_SYNC_PACKET; > buffer[index++] = XHI_NOOP_PACKET; > + buffer[index++] = XHI_NOOP_PACKET; > + > + /* > + * Write the data to the FIFO and initiate the transfer of data present > + * in the FIFO to the ICAP device. > + */ > + status = drvdata->config->set_configuration(drvdata, > + &buffer[0], index); > + if (status) > + return status; > + > + /* If the syncword was not found, then we need to start over. */ > + status = drvdata->config->get_status(drvdata); > + if ((status & XHI_SR_DALIGN_MASK) != XHI_SR_DALIGN_MASK) > + return -EIO; > + > + index = 0; > buffer[index++] = hwicap_type_1_read(reg) | 1; > buffer[index++] = XHI_NOOP_PACKET; > buffer[index++] = XHI_NOOP_PACKET; > -- > 1.5.3.4-dirty > > > > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to
majordomo@vger.kernel.org
> More majordomo info at
http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at
http://www.tux.org/lkml/
>
-- Grant Likely, B.Sc., P.Eng. Secret Lab Technologies Ltd. --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
Messages in current thread:
[PATCH 2/3] Xilinx: hwicap: Verify sync before reading idcode.
, Stephen Neuendorffer
, (Mon Mar 17, 10:36 am)
Re: [PATCH 2/3] Xilinx: hwicap: Verify sync before reading ...
, Grant Likely
, (Mon Mar 17, 1:18 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg Kroah-Hartman
[PATCH 041/196] kobject: add kobject_init_and_add function
Lukas Hejtmanek
Re: Another libata error related to OCZ SSD
Greg Kroah-Hartman
[PATCH 023/196] MCP_UCB1200: Convert from class_device to device
Florian Fainelli
Re: System clock runs too fast after 2.6.27 -> 2.6.28.1 upgrade
Christoph Lameter
[patch 1/4] mmu_notifier: Core code
git
:
Johannes Schindelin
Re: [PATCH 1/2] Add strbuf_initf()
John Bito
[EGIT] Push to GitHub caused corruption
Jakub Narebski
Re: [PATCH 0/2] gitweb: patch view
Junio C Hamano
Re: [PATCH] When a remote is added but not fetched, tell the user.
Andy Parkins
Re: [RFC] Submodules in GIT
git-commits-head
:
Linux Kernel Mailing List
ahci: Workaround HW bug for SB600/700 SATA controller PMP support
Linux Kernel Mailing List
V4L/DVB (11086): au0828: rename macro for currently non-function VBI support
Linux Kernel Mailing List
ceph: client types
Linux Kernel Mailing List
ceph: on-wire types
Linux Kernel Mailing List
crypto: chainiv - Use kcrypto_wq instead of keventd_wq
linux-netdev
:
Andrew Morton
Re: [Bugme-new] [Bug 14969] New: b44: WOL does not work in suspended state
Giuseppe CAVALLARO
Re: [PATCH 03/13] stmmac: add the new Header file for stmmac platform data
Taku Izumi
[PATCH 3/3] ixgbe: add registers etc. printout code just before resetting adapters
Eric Dumazet
rps: some comments
Thomas Gleixner
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
openbsd-misc
:
Stephan Andreas
problems with login after xlock in OpenBSD release 4.7
pmc
Make A Change. Alcoholism and Drug Addiction Treatment
ropers
Re: what exactly is enc0?
Fuad NAHDI
Re: What does your environment look like?
Matthew Szudzik
Typo on OpenBSD 4.4 CD Set
Colocation donated by:
Syndicate