From patchwork Fri Apr 19 21:18:02 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lukasz Majewski X-Patchwork-Id: 1088239 X-Patchwork-Delegate: marek.vasut@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=denx.de Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 44m8384yVqz9s3q for ; Sat, 20 Apr 2019 07:18:26 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id EE062C21E13; Fri, 19 Apr 2019 21:18:19 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 2BE4FC21C8B; Fri, 19 Apr 2019 21:18:17 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 6C33CC21C8B; Fri, 19 Apr 2019 21:18:16 +0000 (UTC) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by lists.denx.de (Postfix) with ESMTPS id 03850C21C50 for ; Fri, 19 Apr 2019 21:18:16 +0000 (UTC) Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 44m82t713pz1rCW7; Fri, 19 Apr 2019 23:18:14 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 44m82t6C60z1qxFl; Fri, 19 Apr 2019 23:18:14 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id xyR5E_b6x2TW; Fri, 19 Apr 2019 23:18:13 +0200 (CEST) X-Auth-Info: fCALkz+8LkpZrRuLPeR/X0m23nJpdC/p2TvlT0+TESI= Received: from jawa (85-222-111-42.dynamic.chello.pl [85.222.111.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Fri, 19 Apr 2019 23:18:12 +0200 (CEST) Date: Fri, 19 Apr 2019 23:18:02 +0200 From: Lukasz Majewski To: Marek Vasut Message-ID: <20190419231802.3783e647@jawa> In-Reply-To: <20190419132349.52fd2c12@jawa> References: <20190419132349.52fd2c12@jawa> Organization: denx.de X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Cc: Tom Rini , Andy Shevchenko , Eugeniu Rosca , u-boot@lists.denx.de Subject: [U-Boot] [GIT] Pull request: u-boot-dfu v2 (14.04.2019) X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Dear Marek, The following changes since commit 1f4ae66eaab29bfb5d1eb44996f7826c9cd01ed1: Merge tag 'arc-for-2019.07' of git://git.denx.de/u-boot-arc (2019-04-18 12:12:16 -0400) are available in the git repository at: git://git.denx.de/u-boot-dfu.git for you to fetch changes up to 5e24783e992e0b2749a0e39ba3cab9900cd0b759: usb: dwc2: fix gadget disconnect (2019-04-19 16:56:53 +0200) ---------------------------------------------------------------- Alex Kiernan (1): fastboot: Replace literal 32 with PART_NAME_LEN Andy Shevchenko (1): dfu: Avoid declaring unused variables and absent parameters Eugeniu Rosca (3): fastboot: getvar: correct/rename "has_slot" to "has-slot" fastboot: Improve error reporting on 'getvar partition-{size, type}' fastboot: add support for 'getvar platform' Fabrice Gasnier (1): usb: dwc2: fix gadget disconnect Patrice Chotard (1): usb: dwc2_udc_otg: Add tx_fifo_sz array support Patrick Delaunay (16): phy: usbphyc: remove unused variable index phy: usbphyc: update xlate with DT binding phy: usbphyc: Binding update of vdda supply phy: usbphyc: move vdda1v1 and vdda1v8 in phy_init phy: usbphyc: increase PLL wait timeout usb: dwc2: remove unused variable regs_otg usb: dwc2: convert driver to DM_USB_GADGET usb: dwc2: force reset assert before to probe the driver usb: dwc2: Add force-b-session-valid support usb: dwc2: Add function for session B check usb: dwc2_udc_otg: Read MAX_HW_ENDPOINT from HWCFG4 register usb: dwc2: add support for STM32MP1 stm32mp1: remove CONFIG_USB_DWC2, HOST support for USBO stm32mp1: migrate USBOTG device to driver model stm32mp1: add stusb1600 support for DK1 and DK2 board usb: reload watchdog during ums command arch/arm/dts/stm32mp157-pinctrl.dtsi | 7 ++ arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi | 3 +- arch/arm/dts/stm32mp157a-dk1.dts | 34 +++++++- arch/arm/dts/stm32mp157c-ed1.dts | 8 -- arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi | 1 + arch/arm/dts/stm32mp157c.dtsi | 5 +- board/st/stm32mp1/stm32mp1.c | 185 +++++++++++------------------------------ cmd/dfu.c | 3 + cmd/usb_mass_storage.c | 3 + configs/stm32mp15_basic_defconfig | 2 +- configs/stm32mp15_trusted_defconfig | 2 +- doc/device-tree-bindings/phy/phy-stm32-usbphyc.txt | 4 +- doc/device-tree-bindings/usb/dwc2.txt | 58 +++++++++++++ drivers/fastboot/fb_getvar.c | 16 +++- drivers/fastboot/fb_mmc.c | 10 +-- drivers/phy/phy-stm32-usbphyc.c | 111 +++++++++++++------------ drivers/usb/gadget/dwc2_udc_otg.c | 388 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- drivers/usb/gadget/dwc2_udc_otg_priv.h | 1 - drivers/usb/gadget/dwc2_udc_otg_regs.h | 37 +++++++-- drivers/usb/gadget/dwc2_udc_otg_xfer_dma.c | 14 +++- include/usb/dwc2_udc.h | 7 ++ 21 files changed, 670 insertions(+), 229 deletions(-) create mode 100644 doc/device-tree-bindings/usb/dwc2.txt Travis-CI: https://travis-ci.org/lmajewski/u-boot-dfu/builds/522181824 Best regards, Lukasz Majewski --- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de