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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A101BC433FE for ; Wed, 3 Nov 2021 14:44:48 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 0561D60F39 for ; Wed, 3 Nov 2021 14:44:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 0561D60F39 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 67DE983651; Wed, 3 Nov 2021 15:44:45 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="m4pnHdcI"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 901018364B; Wed, 3 Nov 2021 15:44:41 +0100 (CET) Received: from mail-qk1-x736.google.com (mail-qk1-x736.google.com [IPv6:2607:f8b0:4864:20::736]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 2580E83641 for ; Wed, 3 Nov 2021 15:44:36 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qk1-x736.google.com with SMTP id bm28so2484608qkb.9 for ; Wed, 03 Nov 2021 07:44:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=226VrJYgEQbJUDTAdMDcKKeTM63/x/7MGXMquvVDURc=; b=m4pnHdcI5f4S5Y7RHYoVPcRblZorC0yGllhDtKUcGDaak0NBgQ9cBboddIUCmbjqW8 SHwmjXzlS2i0yS+rR2RqAlDR6NwOamLcEOUOZ6kk6OZcdzCodXdGJFglISlHl8VBSPaK QDtXV5EWLzniIs9q58WYEamkSLci6h6LlNfyI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=226VrJYgEQbJUDTAdMDcKKeTM63/x/7MGXMquvVDURc=; b=be9po/yFbGN/zo1CJgxZYPl0yvDgK5QIPn8rBz7/hRDysIUCp6OVme4oyeLnQkIUte wDYIGqhGMCS6/Km1EYt/dRju+SxPOkuXEYOHyhDhb0kKgQVre6lRBk+57MWYI1hJWoKL PBqNKFRr1LZvvEbCZNwE8BNh0S8fFOMhFB608sEeJRhTnS/fov/AdRsZm1Vr8e8bNGfW YYRlHzFEXOTrhhS2bMdewvRjRZffnfKGgg+Fyzkg5y5umjOBSF1BfMphQo2oCmTsnRUR QWxwbeq3qza+UFfB9cs3ER48s9AR3FSkKMqUS1eiY/XENxYC5wcfqVp4kYgaA2Lf/m1M 2OXg== X-Gm-Message-State: AOAM533d9BV/bxIkw22h6PDb5+ttqyp+M6xG3oeC1l8mn2D2faGHH6o2 2QhI45bgTX1Cmiz4DpTNoAD03g== X-Google-Smtp-Source: ABdhPJwKUhHhj+Qx48BgWRCvAHv6NAVE9JRx5i5xb5UDhAlRV1Qi8i14WDq57YBkymGgfI/pm0T0ww== X-Received: by 2002:a37:b3c3:: with SMTP id c186mr35497870qkf.464.1635950674965; Wed, 03 Nov 2021 07:44:34 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-e929-65d4-8978-cf6f.res6.spectrum.com. [2603:6081:7b01:cbda:e929:65d4:8978:cf6f]) by smtp.gmail.com with ESMTPSA id j13sm1656958qkp.111.2021.11.03.07.44.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 03 Nov 2021 07:44:34 -0700 (PDT) Date: Wed, 3 Nov 2021 10:44:32 -0400 From: Tom Rini To: Marek Vasut Cc: "u-boot@lists.denx.de" , Chunfeng Yun Subject: Re: [PULL] u-boot-usb/master Message-ID: <20211103144432.GB24579@bill-the-cat> References: <8ab41ef0-81ff-27b3-68cb-193210539637@denx.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="9EA/m5/vJYu0Xr+b" Content-Disposition: inline In-Reply-To: <8ab41ef0-81ff-27b3-68cb-193210539637@denx.de> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.2 at phobos.denx.de X-Virus-Status: Clean --9EA/m5/vJYu0Xr+b Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 03, 2021 at 11:12:53AM +0100, Marek Vasut wrote: > The following changes since commit b8bfe05282c12fbf006957a2564127d3c1be3e= 78: >=20 > Merge tag 'u-boot-amlogic-20211102' of > https://source.denx.de/u-boot/custodians/u-boot-amlogic (2021-11-02 08:56= :42 > -0400) >=20 > are available in the Git repository at: >=20 > git://source.denx.de/u-boot-usb.git master >=20 > for you to fetch changes up to 2c4f21763d7132bc355d343347032bd6d2f199f4: >=20 > usb: mtu3: flush cache for the first GPD when allocate GPD ring > (2021-11-03 08:47:57 +0100) >=20 Applied to u-boot/master, thanks! --=20 Tom --9EA/m5/vJYu0Xr+b Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmGCoFAACgkQFHw5/5Y0 tyw9Owv/Yz2rUOWCOWQ976NDuhFphdUP7s58Ta0efFpM51T+Pu1ppKQmTqObewh0 VCveUDHNc9o5PrVfDf30RWvdnFQIGwOJAi733Xv+c9sA22/kLhhqCaY9k9FmjT6R mElnmcpNnH+Q0vC6c66Q29K4MNE9OHRUYT792y9t3G+4xvmakZNr9lw1q/u2iNLB lu1PhoCls0xOIiViw3vLuP1hKwskFV52oVbePik9K8sFwv8qEVH2GPcQsXspXOIt d14jCNXwi+Y3hgLG/jclVh+NxXJ7fkXt767HedKMxQn+IvZjRRvFCdaopWqhrA4y AW2Gz1WLGG2a8QzsNla/0f9uM5NTgGUTiWWc/8PIKKzUOM2mxbVL90D65mSljdXQ KF8j02UaV6TqY7HoSty3RC/JKJcjWQJTZ4vvVlLLUNwmSSWLp1cEB70rMW29zR8p JaMKu7NZf7q+ygyHri2UlF8iIz/fZLRVBbj+QYlIvbpG9IiOMnrF7neewE34WONI TEvGQ1Wp =Uvm9 -----END PGP SIGNATURE----- --9EA/m5/vJYu0Xr+b--