From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Fri, 03 Apr 2009 23:28:13 +0200 Subject: [U-Boot] [PATCH v2] Support for PXA27X UDC. In-Reply-To: <1236684053-21368-1-git-send-email-vivek.kutal@azingo.com> References: <20090309184620.1a9e84dd.kim.phillips@freescale.com> <1236684053-21368-1-git-send-email-vivek.kutal@azingo.com> Message-ID: <20090403212813.262BB83797DC@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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?