public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] PXA25x: USB ethernet driver
@ 2012-08-21 14:09 Łukasz Dałek
  2012-08-21 14:09 ` [U-Boot] [PATCH 1/2] pxa: Add some stuff to examine cpu model and rev Łukasz Dałek
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Łukasz Dałek @ 2012-08-21 14:09 UTC (permalink / raw)
  To: u-boot

I've moved cpu revision detection to arch/arm/cpu/pxa as you suggest.
Cleaned ethernet driver. Soon I would also send patches for
drivers/usb/gadget/ether.c to work correctly with this pxa driver.

?ukasz Da?ek (2):
  pxa: Add some stuff to examine cpu model and rev
  pxa25x: Add USB ethernet gadget

 arch/arm/cpu/pxa/cpuinfo.c          |   11 +-
 arch/arm/include/asm/arch-pxa/pxa.h |   13 +
 drivers/usb/gadget/Makefile         |    1 +
 drivers/usb/gadget/pxa25x_udc.c     | 2059 +++++++++++++++++++++++++++++++++++
 drivers/usb/gadget/pxa25x_udc.h     |  168 +++
 5 files changed, 2250 insertions(+), 2 deletions(-)
 create mode 100644 drivers/usb/gadget/pxa25x_udc.c
 create mode 100644 drivers/usb/gadget/pxa25x_udc.h

-- 
1.7.8.6

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-08-31  1:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-21 14:09 [U-Boot] [PATCH 0/2] PXA25x: USB ethernet driver Łukasz Dałek
2012-08-21 14:09 ` [U-Boot] [PATCH 1/2] pxa: Add some stuff to examine cpu model and rev Łukasz Dałek
2012-08-21 20:55   ` Marek Vasut
2012-08-21 14:09 ` [U-Boot] [PATCH 2/2] pxa25x: Add USB ethernet gadget Łukasz Dałek
2012-08-22 18:18   ` Marek Vasut
2012-08-21 15:21 ` [U-Boot] [PATCH 0/2] PXA25x: USB ethernet driver Marek Vasut
2012-08-30 19:09 ` Marek Vasut
2012-08-30 22:02   ` Łukasz Dałek
2012-08-30 22:04     ` Marek Vasut
2012-08-30 22:11       ` Łukasz Dałek
2012-08-31  1:00         ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox