
On Fri, Feb 20, 2009 at 06:06:13PM +0530, Vivek Kutal wrote:
Hi all, This is the patch for UDC support for PXA27X , it is based on a patch previously submitted by Rodolfo Giometti. -- Regards, Vivek Kutal
From 081685ce3c5b80bc439485ec8e1847d85dc7ad70 Mon Sep 17 00:00:00 2001 From: Vivek Kutal vivek.kutal@azingo.com Date: Thu, 19 Feb 2009 17:56:38 +0530 Subject: [PATCH] Support for PXA27X UDC.
Signed-off-by: Vivek Kutal vivek.kutal@azingo.com
Signed-off-by: Rodolfo Giometti giometti@linux.it
drivers/usb/Makefile | 1 + drivers/usb/pxa27x_udc_regs.h | 417 ++++++++++++++++++++++++ drivers/usb/usbdcore_pxa27x.c | 714 +++++++++++++++++++++++++++++++++++++++++ include/usbdcore_pxa2xx.h | 68 ++++ 4 files changed, 1200 insertions(+), 0 deletions(-) create mode 100644 drivers/usb/pxa27x_udc_regs.h create mode 100644 drivers/usb/usbdcore_pxa27x.c create mode 100644 include/usbdcore_pxa2xx.h
On my old patch I had to modify also usbtty code in order to have a (quasi) functional driver. Did you resolve this issue without modify it?
Ciao,
Rodolfo