From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lukasz Majewski Date: Tue, 21 Jul 2015 07:36:41 +0200 Subject: [U-Boot] [PATCH 0/3] add dfu support for at91 sam9260 based boards In-Reply-To: <55AD11A4.7040109@denx.de> References: <1434372182-8967-1-git-send-email-hs@denx.de> <20150720160308.68a9af31@amdc2363> <55AD11A4.7040109@denx.de> Message-ID: <20150721073641.3335bf2c@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 Heiko, > Hello Lukasz, > > Am 20.07.2015 um 16:03 schrieb Lukasz Majewski: > > 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). > > Maybe a Reviewed-by or Acked-by from you (and Marek) is enough, > as it is maybe pickedup by Andreas Biessmann (at91 maintainer) > No problem. I will review the code. > Thanks! > > bye, > Heiko > > > >> > >> 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