From patchwork Fri Nov 8 19:47:33 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 289911 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 2EC8B2C00C6 for ; Sat, 9 Nov 2013 06:48:00 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DDE214A466; Fri, 8 Nov 2013 20:47:58 +0100 (CET) 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 nRTVjyvUmnxv; Fri, 8 Nov 2013 20:47:58 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 36B5D4A45C; Fri, 8 Nov 2013 20:47:54 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 738EB4A45C for ; Fri, 8 Nov 2013 20:47:47 +0100 (CET) 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 aOsaMOwrMhlH for ; Fri, 8 Nov 2013 20:47:42 +0100 (CET) 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 91C294A45B for ; Fri, 8 Nov 2013 20:47:35 +0100 (CET) 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 3dGX7n6ZpDz3hhXL; Fri, 8 Nov 2013 20:47:33 +0100 (CET) X-Auth-Info: hqpsnHQPeVeUqUwkEBBKWSQveIESZT8JU+P9k3cmkcw= Received: from chi.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 3dGX7n5wJVzbbd0; Fri, 8 Nov 2013 20:47:33 +0100 (CET) From: Marek Vasut To: u-boot@lists.denx.de Date: Fri, 8 Nov 2013 20:47:33 +0100 User-Agent: KMail/1.13.7 (Linux/3.10-2-amd64; KDE/4.10.5; x86_64; ; ) MIME-Version: 1.0 Message-Id: <201311082047.33180.marex@denx.de> Cc: Tom Rini 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 The following changes since commit 2cee0408e5c6f5dbdfa89fb40168ba2ead3f61a6: Merge branch 'master' of git://www.denx.de/git/u-boot-coldfire (2013-11-06 16:18:25 -0500) are available in the git repository at: git://git.denx.de/u-boot-usb.git master for you to fetch changes up to 47d79deb996797dddd0984cef8b48a566c82180e: usb: dfu: make nand upload working (2013-11-08 20:46:20 +0100) ---------------------------------------------------------------- Bo Shen (3): usb: dfu: decrease dfu->r_left along with the transfer usb: dfu: correct dfu buffer inited value usb: dfu: make nand upload working Heiko Schocher (1): usb, g_dnl: make iSerialNumber board configurable Mateusz Kulikowski (1): usb: ohci-hcd: submit_common_msg: report actual_length properly Przemyslaw Marczak (5): usb: ums: code refactoring to improve reusability on other boards. usb: ums: allows using every mmc device with ums. usb: ums: fix disk capacity miscalculation and code cleanup usb: ums: move ums code from trats to Samsung common directory usb: ums: add ums exit feature by ctrl+c or by detach usb cable README | 7 +++++++ board/samsung/common/Makefile | 1 + board/samsung/common/ums.c | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ board/samsung/trats/trats.c | 62 -------------------------------------------------------------- common/cmd_usb_mass_storage.c | 51 +++++++++++++++++++++++---------------------------- drivers/dfu/dfu.c | 3 ++- drivers/dfu/dfu_nand.c | 1 + drivers/usb/gadget/f_mass_storage.c | 67 +++++++++++++++++++++++++++++++++++++++++++------------------------ drivers/usb/gadget/g_dnl.c | 20 ++++++++++++++++++++ drivers/usb/gadget/storage_common.c | 27 +++------------------------ drivers/usb/host/ohci-hcd.c | 2 +- include/configs/trats.h | 2 -- include/g_dnl.h | 1 + include/usb.h | 10 ++++++++++ include/usb_mass_storage.h | 33 +++++++++++++++++---------------- 15 files changed, 205 insertions(+), 158 deletions(-) create mode 100644 board/samsung/common/ums.c