
On 23:28 Fri 03 Apr , Wolfgang Denk wrote:
Dear Jean-Christophe & Remy,
In message 1236684053-21368-1-git-send-email-vivek.kutal@azingo.com Vivek Kutal wrote:
This Patch adds Support for PXA27X UDC.
Signed-off-by: Vivek Kutal vivek.kutal@azingo.com
Resinding after doing the changes suggested by Kim.
drivers/serial/usbtty.h | 4 +- drivers/usb/Makefile | 1 + drivers/usb/usbdcore_pxa27x.c | 702 +++++++++++++++++++++++++++++++++++ include/asm-arm/arch-pxa/pxa-regs.h | 296 ++++++++++++--- include/usbdcore_pxa27x.h | 69 ++++ 5 files changed, 1018 insertions(+), 54 deletions(-) create mode 100644 drivers/usb/usbdcore_pxa27x.c create mode 100644 include/usbdcore_pxa27x.h
Is this going to go through the USB or through the PXA tree?
USB I guess But the patch will need to rebase due to the last usb dev
Best Regards, J.