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 70110C76196 for ; Tue, 28 Mar 2023 15:42:16 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 2A04185AAA; Tue, 28 Mar 2023 17:42:14 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (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="IGj6Mju+"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 5F73C85844; Tue, 28 Mar 2023 17:42:11 +0200 (CEST) Received: from mail-yw1-x112a.google.com (mail-yw1-x112a.google.com [IPv6:2607:f8b0:4864:20::112a]) (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 7337A85AAA for ; Tue, 28 Mar 2023 17:42:07 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-yw1-x112a.google.com with SMTP id 00721157ae682-545ce8e77fcso160324197b3.1 for ; Tue, 28 Mar 2023 08:42:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1680018126; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=ctcw2ZsHyGuYlkIEW3qRy1euzQw8K0PdsbGv3yO+T28=; b=IGj6Mju+dw8LU8Z/EwGgLp0wKhmSuN3h8legCrcLCPBymbvOIE+HucdvhkbHgO78PU AumtOibAP84hzceCaXzyPIjsfa0M8o5ZhiD6n4YjQD/zDuF9m1iZhJ6BoRohw8j2w+Vu afeiW21svA5NpVR8jxY8vUrm5Ly2ThN02zywY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680018126; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=ctcw2ZsHyGuYlkIEW3qRy1euzQw8K0PdsbGv3yO+T28=; b=PP9XZCwEaX56Noke+uu+fZKqGeq2Rhy6tcxOTQ3w0zcLLC64Ptxrqksl7HW0IeaJnR GizKZxCNgJzwHJc3Zs4Rdg9aV6Wc6tcnXmF7xthTwG6ZOO13Ys1/BsTj0BA3K1F8zaD4 8Mf+s9lh1dY7snK5DAHFzChg1cgGlgfOjWP2KJvDugAPX1vy1CO7JnhFt2Uo6VJ+ief1 qU+f4CY6WrARaw5wHrFLw5gMKYOPfpzSiqUp38YQVj2P+CLEXLWc/UXG1QtDsFZbgccp vUfogBHz5kAQdws2o2icAp4o/Qxjv23OHGzOm+9TIDTOybah3j9tQH2Q+3FdaKNvkLoV rraQ== X-Gm-Message-State: AAQBX9dUsikU2J6fpa9TVzjLj7lpOdz73kKROP8aEp/4z34vyZHwR/lh kvTLRa/FSFz76U0efj6KfxrlmMsCWA1cAUeo2DLXcw== X-Google-Smtp-Source: AKy350b0KH/vxMT5MCzn88PaBBlJyZ3t1yJCEUNnQxDvRKyeBDWIFwcyitcg9uKTbgJ3iiwQGtuPLw== X-Received: by 2002:a0d:d2c1:0:b0:533:8623:eb97 with SMTP id u184-20020a0dd2c1000000b005338623eb97mr14339809ywd.35.1680018125943; Tue, 28 Mar 2023 08:42:05 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-aab4-31cf-c563-6345.res6.spectrum.com. [2603:6081:7b00:6400:aab4:31cf:c563:6345]) by smtp.gmail.com with ESMTPSA id k10-20020a81ed0a000000b00545a0818486sm2447144ywm.22.2023.03.28.08.42.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 28 Mar 2023 08:42:05 -0700 (PDT) Date: Tue, 28 Mar 2023 11:42:03 -0400 From: Tom Rini To: Eugen Hristev Cc: U-Boot Mailing List Subject: Re: [PULL next] u-boot-at91-2023.07-a Message-ID: <20230328154203.GA6083@bill-the-cat> References: <4034e820-5c79-d89c-3e24-c3ec271a5149@collabora.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="6OORi4vVSkvkwjCd" Content-Disposition: inline In-Reply-To: <4034e820-5c79-d89c-3e24-c3ec271a5149@collabora.com> X-Clacks-Overhead: GNU Terry Pratchett 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.8 at phobos.denx.de X-Virus-Status: Clean --6OORi4vVSkvkwjCd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 28, 2023 at 01:13:18PM +0300, Eugen Hristev wrote: > Hello Tom, >=20 >=20 > Please pull tag u-boot-at91-2023.07-a , the first set of at91 > features for the next cycle 2023.07 . >=20 > This feature set includes the clock changes required for sam9x60 SoC to > support USB host. >=20 > Thanks, > Eugen >=20 > The following changes since commit fde439219ff53a46bdd5dff69e049ccd4be573= 10: >=20 > Merge tag 'efi-next-20230325' of > https://source.denx.de/u-boot/custodians/u-boot-efi into next (2023-03-25 > 17:34:34 -0400) >=20 > are available in the Git repository at: >=20 > https://source.denx.de/u-boot/custodians/u-boot-at91.git > tags/u-boot-at91-2023.07-a >=20 > for you to fetch changes up to ad59148ff53bc5c38ef2d2cdb7039559ff91a954: >=20 > configs: at91: sam9x60: Add required configs for the USB clock (2023-03= -27 > 14:27:37 +0300) >=20 Applied to u-boot/next, thanks! --=20 Tom --6OORi4vVSkvkwjCd Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmQjCsgACgkQFHw5/5Y0 tyxXqgwAluf5tZR+HZVsdDloXp331too7JfY3mGxLDoHOzIVUKqhkIFl7gDbTgk+ rKJ9u/DvSZ0R3e+hpFu8sNTFWzEUk4ISDCY28u+qn3Rg77MFUR62Jd3UznRBfhQr m7c4UrGpydzwGFkdBeYQFdoYHa+rQiUJAt5QM1eZJy/2J1OQM+0TbLSmnLwnlCtE kid3p+gvtMBiOyZq3UmqhscEdAYoMvOodeAx0KL6c5kTF1RSNLarSAQzFCNvBpZQ fei2dt78J7XWWQ5oAzkJwWYXWgi2w0z0q0T5Ph561hVhwh0j22WGOKC/iVtEcu87 tEJfKVBuPXRv2RzxCQ/nIwqOFV51QP5TUbyLhHZeo0omXnarOAWqnOhHKQ6sjIaw k0dq5tjRg6mofawr9FPfyn6wtfWBFJ1SCyaK62r73cIi+88mUXdPZgMRgXTnTC7Q OZIVStwIKad+E7G2RD7gbOJftUW/5wfHw+QclvILZGsdGPXYKkPKha5UU4kke+xn ja+OVx13 =xBXC -----END PGP SIGNATURE----- --6OORi4vVSkvkwjCd--