From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from kuuvir01.barco.com (kuumail.barco.com [32.58.34.195]) by ozlabs.org (Postfix) with SMTP id 0CBE6DDE37 for ; Thu, 9 Aug 2007 17:08:48 +1000 (EST) Received: from peko by sleipner.barco.com with local (Exim 4.60) (envelope-from ) id 1IJ28P-0004Ou-WF for linuxppc-embedded@ozlabs.org; Thu, 09 Aug 2007 09:08:42 +0200 From: Peter Korsgaard To: linuxppc-embedded@ozlabs.org Subject: Re: Cypress C67X00 driver question References: <939D37AEB47F1F49B88FAB6599B6023501A17257@hsv1dafpew02.das.gov.sanm.corp> Date: Thu, 09 Aug 2007 09:08:41 +0200 In-Reply-To: <939D37AEB47F1F49B88FAB6599B6023501A17257@hsv1dafpew02.das.gov.sanm.corp> (Joseph M. Robertson's message of "Wed, 8 Aug 2007 15:34:45 -0500") Message-ID: <87lkclw5fq.fsf@sleipner.barco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >>>>> "RJM" == Robertson, Joseph M writes: Hi, RJM> Hi all, First off big thanks to the guys working on the Cypress RJM> USB C67X00 driver! Without them I would not even be this far. You're welcome. RJM> But my question for them is: How are you guys initializing the RJM> Cypress chip? It looks like the driver is expecting the cypress RJM> to be programmed and ready. No, you don't need to program anything. The driver only uses he Cypress BIOS programmed in ROM in the chip. You just need to register a struct platform_device in your board code with the base address, IRQ and port configuration - Something like: #include