From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lukasz Majewski Date: Mon, 20 Jul 2015 16:03:08 +0200 Subject: [U-Boot] [PATCH 0/3] add dfu support for at91 sam9260 based boards In-Reply-To: <1434372182-8967-1-git-send-email-hs@denx.de> References: <1434372182-8967-1-git-send-email-hs@denx.de> Message-ID: <20150720160308.68a9af31@amdc2363> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Marek, > 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 Marek, do you plan to review this patch series? (I would need at least one review before I pull the code). > > 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 > -- Best regards, Lukasz Majewski Samsung R&D Institute Poland (SRPOL) | Linux Platform Group