From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rodolfo Giometti Date: Mon, 8 Jan 2007 17:59:04 +0100 Subject: [U-Boot-Users] [PATCH] Philips ISP116x HCD support Message-ID: <20070108165904.GB4696@enneenne.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, the attached patch adds support for the Philips ISP116x HCD. The driver has been tested with ISP1161A chip and a USB key. In my custom board I added the following code: #define CONFIG_USB_STORAGE #define CONFIG_USB_ISP116X_HCD #define ISP116X_HCD_DATA 0x0c000000 #define ISP116X_HCD_ADDR 0x0c000002 #define ISP116X_HCD_USE_EXTRA_DELAY #define ISP116X_HCD_SEL15kRES #define ISP116X_HCD_OC_ENABLE Note that define "ISP116X_HCD_USE_EXTRA_DELAY" on some (fast?) machines can be removed, in this manner the USB transfer is faster. Ciao, Rodolfo -- GNU/Linux Solutions e-mail: giometti at enneenne.com Linux Device Driver giometti at gnudd.com Embedded Systems giometti at linux.it UNIX programming phone: +39 349 2432127 -------------- next part -------------- A non-text attachment was scrubbed... Name: patch_isp116x-hcd_support.gz Type: application/octet-stream Size: 14285 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20070108/289798c2/attachment.obj