From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nanv.dk (vps.korsgaard.com [64.79.194.204]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 671BEDDE38 for ; Mon, 21 Jan 2008 22:38:50 +1100 (EST) Message-Id: <20080121103434.397382000@sunsite.dk> Date: Mon, 21 Jan 2008 11:34:34 +0100 From: Peter Korsgaard To: dbrownell@users.sourceforge.net, linux-usb@vger.kernel.org, linuxppc-dev@ozlabs.org, grant.likely@secretlab.ca Subject: [patch v4 0/4] Cypress c67x00 (EZ-Host/EZ-OTG) support List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , The Cypress c67x00 (EZ-Host/EZ-OTG) controllers are multi-role low/fullspeed USB controllers. This patch series implements a HCD driver and shows the work-in-progress status of a gadget driver. I believe patch 1..3 are ready, and I would like to see queued up for 2.6.25. Changes since v3: - Lots of cleanups: checkpatch, interrupt handling, c67x00_ prefixes, .. - The dummy platform_device's created per serial engine are gone. - Gadget driver (WIP) Comments are very much appreciated. -- Bye, Peter Korsgaard