From patchwork Tue Jul 2 14:04:59 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 256427 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 95DD82C0097 for ; Wed, 3 Jul 2013 00:05:55 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0A0BA4A234; Tue, 2 Jul 2013 16:05:47 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id j39OSVvhpAKq; Tue, 2 Jul 2013 16:05:46 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 73CC84A23B; Tue, 2 Jul 2013 16:05:40 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 36E8E4A1EE for ; Tue, 2 Jul 2013 16:05:21 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bJMKSlp4qcCa for ; Tue, 2 Jul 2013 16:05:12 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by theia.denx.de (Postfix) with ESMTPS id 44CDD4A1EC for ; Tue, 2 Jul 2013 16:05:03 +0200 (CEST) Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3bl6f531Hpz3hhmf; Tue, 2 Jul 2013 16:05:00 +0200 (CEST) X-Auth-Info: aYUzRWhZRvJ6h657vhwPx2kmWh11sq85yFMmS8xkDMI= Received: from mashiro.localnet (unknown [195.140.253.167]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-auth.mnet-online.de (Postfix) with ESMTPSA id 3bl6f43XYfzbblr; Tue, 2 Jul 2013 16:05:00 +0200 (CEST) From: Marek Vasut To: trini@ti.com Date: Tue, 2 Jul 2013 16:04:59 +0200 User-Agent: KMail/1.13.7 (Linux/3.9-1-amd64; KDE/4.8.4; x86_64; ; ) MIME-Version: 1.0 Message-Id: <201307021604.59786.marex@denx.de> Cc: u-boot@lists.denx.de Subject: [U-Boot] [PULL] u-boot-usb/master X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Some more fixes for RC2 The following changes since commit e6bf18dba2a21bebf2c421b1c2e188225f6485a1: Prepare v2013.07-rc2 (2013-06-28 18:03:51 -0400) are available in the git repository at: git://git.denx.de/u-boot-usb.git master for you to fetch changes up to befd387242143ba0f7e298cfef6baf26c4260ec0: usb: add support for the USB Ethernet adapter D-Link DUB-E100 H/W Ver C1 (2013-06-30 18:41:08 +0200) ---------------------------------------------------------------- Heiko Schocher (5): dfu: make data buffer size configurable usb, dfu gadget: switch to dfu mode in dfu_bind usb, g_dnl: make possibility to fixup the device_desc board specific usb, musb-new: add wdt trigger usb: fix unaligned access in device_qual() Lukasz Majewski (1): dfu:function: Fix number of allocated DFU function pointers Pierre Aubert (1): usb: add support for the USB Ethernet adapter D-Link DUB-E100 H/W Ver C1 Piotr Wilczek (2): drivers:usb: use get|put_unaligned_le16 usb:composite: use memcpy to avoid unaligned access README | 6 ++++++ drivers/dfu/dfu.c | 49 +++++++++++++++++++++++++++++++++++++++++-------- drivers/usb/eth/asix.c | 1 + drivers/usb/gadget/composite.c | 3 ++- drivers/usb/gadget/f_dfu.c | 6 ++++-- drivers/usb/gadget/f_mass_storage.c | 8 ++++---- drivers/usb/gadget/g_dnl.c | 7 +++++++ drivers/usb/musb-new/musb_uboot.c | 2 ++ include/dfu.h | 4 +++- include/g_dnl.h | 2 +- include/linux/usb/composite.h | 2 +- 11 files changed, 72 insertions(+), 18 deletions(-)