From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 4 Apr 2009 18:04:44 +0200 Subject: [U-Boot] [PATCH v2] Support for PXA27X UDC. In-Reply-To: <20090403212813.262BB83797DC@gemini.denx.de> References: <20090309184620.1a9e84dd.kim.phillips@freescale.com> <1236684053-21368-1-git-send-email-vivek.kutal@azingo.com> <20090403212813.262BB83797DC@gemini.denx.de> Message-ID: <20090404160444.GA32409@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > > --- > > 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.