From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= Date: Fri, 11 Sep 2015 09:39:15 +0200 Subject: [U-Boot] [U-Boot, v5, 2/3] usb: gadget: at91_udc: add at91_udc into U-Boot In-Reply-To: <1441705972-1233-3-git-send-email-hs@denx.de> (from Heiko Schocher on Tue, 8 Sep 2015 11:52:51 +0200) References: <1441705972-1233-3-git-send-email-hs@denx.de> Message-ID: <1441957155-31834-1-git-send-email-andreas.devel@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Heiko Schocher, Heiko Schocher writes: >add U-Boot specific changes to the at91_udc linux driver, >so it works with U-Boot. > >Signed-off-by: Heiko Schocher >--- > >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