[U-Boot] [PATCH 0/3] add dfu support for at91 sam9260 based boards
Heiko Schocher
hs at denx.de
Mon Jun 15 14:42:58 CEST 2015
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
More information about the U-Boot
mailing list