From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 46B27C433EF for ; Thu, 14 Jul 2022 15:05:05 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 2CDEB84114; Thu, 14 Jul 2022 17:05:03 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1657811103; bh=9g6tItVm+l8p+h782vsXu3dgx5gNQgM8/5JIyNwmz4Q=; h=Date:To:From:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=XmQK71DL9GOxb48y3gIYqQJWjT7h2EYZcqADdtdISX4PTFJGDs1SHSxzKXHGtI6NI AlnHL6AGpufbwGhZMTuZIF9F5OMErItzNrakZKy54svf8s/39LQOLcAfOYGXIm/aGh FRYuDsj7FeGqSnCfWq3fleEQgLLRpkE9Y7F7pPcfxpVUTannyM2AgO5QFulL2m3qZC 2o3oVdt+aYk164GZdRX5PKznB2ZD/3T2nz4Pg9ntXmxLK3YInr1QPdg/8TZHu5StVX MRC7Nz2RDt1QBTRCjvhTu2DzFZd1J9lfL5Ac0o1X3MJXzD8qNEKEksgqrVOidOUu5C OzWfuB9dCVNnQ== Received: from [127.0.0.1] (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 970158410F; Thu, 14 Jul 2022 17:05:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1657811100; bh=9g6tItVm+l8p+h782vsXu3dgx5gNQgM8/5JIyNwmz4Q=; h=Date:To:From:Subject:From; b=WQkPUeU3xkU4Vq4DA88SxgkcI6vBCgYdu33OHvtyDkQLN47ivx7J4dLepArnla+dP bmrzHbjvJAEeqZOXAZw28kL55P9O15drwzTdLGpd39Md2nqEICJgMPVgSnjOMk91Mf Teaul+NB8jnkkTTmhQuu3QxQ7mFmsDSAFguu0up3rNcZXeCqNZjo9TvcpfTa+D08Bs nU8uR3ucy5oGxfZSflYKPUCaqFv4ClZCBWxPvJAT5GdiLuF7QaPpW4P0fjv+FHJkxg SBgO65UYwXKHnF61Rm2vEcDuaQvbq5xRNN1UIeZKRQAKxPDh4jyQCA3J3NBqE3a6IN CgTu4woxwXINQ== Message-ID: <211b8a20-4f78-ee7d-0eae-498e2b4ba3a3@denx.de> Date: Thu, 14 Jul 2022 17:05:00 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Content-Language: en-US To: Tom Rini , "u-boot@lists.denx.de" From: Marek Vasut Subject: [PULL] u-boot-usb/master Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean The following changes since commit 36b661dc919da318c163a45f4a220d2e3d9db608: Merge branch 'next' (2022-07-11 14:58:57 -0400) are available in the Git repository at: git://source.denx.de/u-boot-usb.git master for you to fetch changes up to 16aabfe2f29d4682b2176095029fa307caccaced: spl: sdp: Pass the USB index to board_usb_init() (2022-07-14 16:13:11 +0200) ---------------------------------------------------------------- Fabio Estevam (1): spl: sdp: Pass the USB index to board_usb_init() Kory Maincent (1): usb: kbd: allow probing even if usbkbd not in stdin Michal Simek (1): ti: keystone: Don't select GPIO_EXTRA_HEADER Patrick Delaunay (1): usb: hub: introduce HUB_DEBOUNCE_TIMEOUT Rui Miguel Silva (3): usb: common: move urb code to common usb: add isp1760 family driver corstone1000: enable isp1763 usb controller and mmc T Karthik Reddy (1): usb: dwc3: Add support to reset usb ULPI phy Makefile | 1 + arch/arm/Kconfig | 1 - common/spl/spl_sdp.c | 2 +- common/usb_hub.c | 6 +- common/usb_kbd.c | 25 +- configs/corstone1000_defconfig | 3 + drivers/usb/Kconfig | 2 + drivers/usb/common/Makefile | 4 + drivers/usb/common/usb_urb.c | 160 ++++ drivers/usb/dwc3/dwc3-generic.c | 30 + drivers/usb/host/r8a66597-hcd.c | 30 +- drivers/usb/isp1760/Kconfig | 12 + drivers/usb/isp1760/Makefile | 6 + drivers/usb/isp1760/isp1760-core.c | 380 ++++++++++ drivers/usb/isp1760/isp1760-core.h | 96 +++ drivers/usb/isp1760/isp1760-hcd.c | 2477 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/usb/isp1760/isp1760-hcd.h | 81 ++ drivers/usb/isp1760/isp1760-if.c | 125 +++ drivers/usb/isp1760/isp1760-regs.h | 292 +++++++ drivers/usb/isp1760/isp1760-uboot.c | 75 ++ drivers/usb/isp1760/isp1760-uboot.h | 27 + drivers/usb/musb-new/musb_core.c | 2 +- drivers/usb/musb-new/musb_host.c | 2 +- drivers/usb/musb-new/musb_host.h | 2 +- drivers/usb/musb-new/musb_uboot.c | 38 +- drivers/usb/musb-new/musb_uboot.h | 2 +- include/configs/corstone1000.h | 6 + drivers/usb/musb-new/usb-compat.h => include/linux/usb/usb_urb_compat.h | 47 +- include/usb_defs.h | 32 + 29 files changed, 3874 insertions(+), 92 deletions(-) create mode 100644 drivers/usb/common/usb_urb.c create mode 100644 drivers/usb/isp1760/Kconfig create mode 100644 drivers/usb/isp1760/Makefile create mode 100644 drivers/usb/isp1760/isp1760-core.c create mode 100644 drivers/usb/isp1760/isp1760-core.h create mode 100644 drivers/usb/isp1760/isp1760-hcd.c create mode 100644 drivers/usb/isp1760/isp1760-hcd.h create mode 100644 drivers/usb/isp1760/isp1760-if.c create mode 100644 drivers/usb/isp1760/isp1760-regs.h create mode 100644 drivers/usb/isp1760/isp1760-uboot.c create mode 100644 drivers/usb/isp1760/isp1760-uboot.h rename drivers/usb/musb-new/usb-compat.h => include/linux/usb/usb_urb_compat.h (59%)