
11 Sep
2015
11 Sep
'15
9:39 a.m.
Dear Heiko Schocher,
Heiko Schocher hs@denx.de writes:
add U-Boot specific changes to the at91_udc linux driver, so it works with U-Boot.
Signed-off-by: Heiko Schocher hs@denx.de
Changes in v5:
- add comment from Andreas Biessmann:
remove BIT() usage in driver, also removed patch which introduced it for U-Boot
Changes in v4: None Changes in v3:
- adapt changes for U-Boot, as newer linux version is
used.
Changes in v2:
- new in version 2, contains U-Boot changes
drivers/usb/gadget/Makefile | 1 + drivers/usb/gadget/at91_udc.c | 603 +++++++----------------------------------- drivers/usb/gadget/at91_udc.h | 16 +- include/linux/usb/at91_udc.h | 20 ++ 4 files changed, 123 insertions(+), 517 deletions(-) create mode 100644 include/linux/usb/at91_udc.h
applied to u-boot-atmel/master, thanks!
Best regards, Andreas Bießmann