public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/6] Add h2200 support and pxa25x ethernet gadget
@ 2012-09-23 14:35 Lukasz Dalek
  2012-09-23 14:35 ` [U-Boot] [PATCH v2 1/6] h2200: Add support for iPAQ h2200 palmtop Lukasz Dalek
                   ` (5 more replies)
  0 siblings, 6 replies; 31+ messages in thread
From: Lukasz Dalek @ 2012-09-23 14:35 UTC (permalink / raw)
  To: u-boot

Patch 2/6 (usbethernet support) was revied. I've added only simple
noisy defintion (at the end of patch).

+#ifndef DEBUG
+# define NOISY 0
+#endif

Patch 3/6 was also revied.

Lukasz Dalek (6):
  h2200: Add support for iPAQ h2200 palmtop
  pxa25x: Add support for USB ethernet gadget
  pxa: Add some stuff to examine cpu model and rev
  usbether: Fixed bug when using with PXA25X chips
  usbether: Define CONFIG_USB_ETH_{CDC,SUBSET}
  usbether: Removed DEV_CONFIG_{CDC,SUBSET}

 arch/arm/cpu/pxa/cpuinfo.c          |   11 +-
 arch/arm/include/asm/arch-pxa/pxa.h |   13 +
 board/h2200/Makefile                |   51 +
 board/h2200/h2200-header.S          |   27 +
 board/h2200/h2200.c                 |   66 ++
 board/h2200/h2200.h                 |   28 +
 boards.cfg                          |    2 +
 drivers/usb/gadget/Makefile         |    1 +
 drivers/usb/gadget/ether.c          |   69 +-
 drivers/usb/gadget/pxa25x_udc.c     | 2059 +++++++++++++++++++++++++++++++++++
 drivers/usb/gadget/pxa25x_udc.h     |  162 +++
 include/configs/h2200.h             |  189 ++++
 12 files changed, 2646 insertions(+), 32 deletions(-)
 create mode 100644 board/h2200/Makefile
 create mode 100644 board/h2200/h2200-header.S
 create mode 100644 board/h2200/h2200.c
 create mode 100644 board/h2200/h2200.h
 create mode 100644 drivers/usb/gadget/pxa25x_udc.c
 create mode 100644 drivers/usb/gadget/pxa25x_udc.h
 create mode 100644 include/configs/h2200.h

-- 
1.7.8.6

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

end of thread, other threads:[~2012-09-24  1:23 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-23 14:35 [U-Boot] [PATCH v2 0/6] Add h2200 support and pxa25x ethernet gadget Lukasz Dalek
2012-09-23 14:35 ` [U-Boot] [PATCH v2 1/6] h2200: Add support for iPAQ h2200 palmtop Lukasz Dalek
2012-09-23 15:43   ` Marek Vasut
2012-09-23 19:11     ` Łukasz Dałek
2012-09-23 19:31       ` Marek Vasut
2012-09-23 19:39         ` Łukasz Dałek
2012-09-23 20:05           ` Marek Vasut
2012-09-23 20:24             ` Łukasz Dałek
2012-09-23 20:52               ` Marek Vasut
2012-09-23 21:00                 ` Łukasz Dałek
2012-09-23 21:04                   ` Marek Vasut
2012-09-23 21:11                     ` Łukasz Dałek
2012-09-23 21:31                       ` Marek Vasut
2012-09-23 21:43                         ` Łukasz Dałek
2012-09-23 23:05                           ` Marek Vasut
2012-09-23 23:16                             ` Łukasz Dałek
2012-09-23 23:25                               ` Marek Vasut
2012-09-23 23:39                                 ` Łukasz Dałek
2012-09-24  1:23                                   ` Marek Vasut
2012-09-23 14:35 ` [U-Boot] [PATCH v2 2/6] pxa25x: Add support for USB ethernet gadget Lukasz Dalek
2012-09-23 15:44   ` Marek Vasut
2012-09-23 18:16     ` Łukasz Dałek
2012-09-23 18:24       ` Marek Vasut
2012-09-23 18:50         ` Łukasz Dałek
2012-09-23 19:32           ` Marek Vasut
2012-09-23 19:44             ` Łukasz Dałek
2012-09-23 20:05               ` Marek Vasut
2012-09-23 14:35 ` [U-Boot] [PATCH v2 3/6] pxa: Add some stuff to examine cpu model and rev Lukasz Dalek
2012-09-23 14:35 ` [U-Boot] [PATCH v2 4/6] usbether: Fixed bug when using with PXA25X chips Lukasz Dalek
2012-09-23 14:35 ` [U-Boot] [PATCH v2 5/6] usbether: Define CONFIG_USB_ETH_{CDC, SUBSET} Lukasz Dalek
2012-09-23 14:35 ` [U-Boot] [PATCH v2 6/6] usbether: Removed DEV_CONFIG_{CDC,SUBSET} Lukasz Dalek

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