public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] add dfu support for at91 sam9260 based boards
@ 2015-06-15 12:42 Heiko Schocher
  2015-06-15 12:42 ` [U-Boot] [PATCH 1/3] ARM: at91: add cpu.h Heiko Schocher
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Heiko Schocher @ 2015-06-15 12:42 UTC (permalink / raw)
  To: u-boot

add dfu supprt for at91 sam9260 based boards. The USB
gadget driver is ported from linux:

b2ba27a5c56ff: usb: gadget: at91_udc: move prepare clk into process context

it drops a lot of checkpatch warnings/errors:

checkpatch.pl found 12 error(s), 31 warning(s), 43 checks(s)

but for further updates I did not fix them.
The errors are all from this sort:

error: drivers/usb/gadget/at91_udc.c,87: space prohibited before open square bracket '['

a lot of "line over 80 characters" warnings ...


Heiko Schocher (3):
  ARM: at91: add cpu.h
  usb: gadget: at91_udc: add support for at91_udc
  at91, taurus, smartweb: add dfu support

 arch/arm/mach-at91/include/mach/cpu.h |  149 +++
 board/siemens/smartweb/smartweb.c     |   29 +
 board/siemens/taurus/taurus.c         |   27 +
 drivers/usb/gadget/Makefile           |    1 +
 drivers/usb/gadget/at91_udc.c         | 2203 +++++++++++++++++++++++++++++++++
 drivers/usb/gadget/at91_udc.h         |  171 +++
 include/configs/smartweb.h            |   34 +-
 include/configs/taurus.h              |   28 +-
 include/linux/usb/at91_udc.h          |   20 +
 9 files changed, 2657 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm/mach-at91/include/mach/cpu.h
 create mode 100644 drivers/usb/gadget/at91_udc.c
 create mode 100644 drivers/usb/gadget/at91_udc.h
 create mode 100644 include/linux/usb/at91_udc.h

-- 
2.1.0

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

end of thread, other threads:[~2015-08-10  5:16 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-15 12:42 [U-Boot] [PATCH 0/3] add dfu support for at91 sam9260 based boards Heiko Schocher
2015-06-15 12:42 ` [U-Boot] [PATCH 1/3] ARM: at91: add cpu.h Heiko Schocher
2015-07-21  1:59   ` Marek Vasut
2015-07-22 14:40   ` Alexandre Belloni
2015-06-15 12:43 ` [U-Boot] [PATCH 2/3] usb: gadget: at91_udc: add support for at91_udc Heiko Schocher
2015-07-21  6:59   ` Lukasz Majewski
2015-08-10  5:16     ` Heiko Schocher
2015-06-15 12:43 ` [U-Boot] [PATCH 3/3] at91, taurus, smartweb: add dfu support Heiko Schocher
2015-07-21  2:02   ` Marek Vasut
2015-07-21  7:02   ` Lukasz Majewski
2015-07-20 14:03 ` [U-Boot] [PATCH 0/3] add dfu support for at91 sam9260 based boards Lukasz Majewski
2015-07-20 15:20   ` Heiko Schocher
2015-07-21  5:36     ` Lukasz Majewski
2015-07-21  2:03   ` Marek Vasut
2015-08-10  5:14     ` Heiko Schocher

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