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 4C866C433F5 for ; Tue, 12 Oct 2021 19:44:02 +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 00B4760ED4 for ; Tue, 12 Oct 2021 19:44:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 00B4760ED4 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 7882D83474; Tue, 12 Oct 2021 21:43:58 +0200 (CEST) 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="MV0suSUQ"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id A5EB98348E; Tue, 12 Oct 2021 21:43:56 +0200 (CEST) Received: from mail-qk1-x734.google.com (mail-qk1-x734.google.com [IPv6:2607:f8b0:4864:20::734]) (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 EAB1382B94 for ; Tue, 12 Oct 2021 21:43:52 +0200 (CEST) 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-x734.google.com with SMTP id z40so136641qko.7 for ; Tue, 12 Oct 2021 12:43:52 -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=BeyCbqWga9zaTo9PUYUldTXeE5FFa7+ypHBoJa7y1r4=; b=MV0suSUQaVydSKXqDPJNF1KrnC53+XVFXa1wtLjEhotLUziHET6wn9kQAwyk7AsDA/ KZU+y2SxTKmBkD92rHAlg2W1+oq3Js6NmqkfYs9iPo8kiweXzZbOvysJgQjEWqp7H/oS LBRJ4nhr5JO27rYfkntO7LELhP6jSp/1cibeM= 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=BeyCbqWga9zaTo9PUYUldTXeE5FFa7+ypHBoJa7y1r4=; b=xnMsLtIkwqaNrnslalzjneUuQ013tudJWO6ekJZ1I2Vc3DjEm2MO0UUi2rSYIvg8x/ lii5Y9Rg1RVElenn2QqxoV34y9/377EvB9BLJK0dbXFlxf2fQk5xrJgHw/n44BD5hccP uZRboiAM8PrxwKDcJXlVRnJ0uyxDo/47IE9NQl9h+J6WenbROrSROW59iMamHQc+au2E zmmWLNLpGTK1M03gDoKvk60QPUxHrmVt3HvkIxmwDPkQnKaFFkCxLj8Z1/cqjT/YJKS1 jxVST+ZsSFwaveiYw0c/xBuDxaYWH6KvxICU1wyVAFmBgF5Egx9nrvvKQ6TxmqMOT2dL La9A== X-Gm-Message-State: AOAM532Bpl7Jv6RzSmpRNAOd2fagXUY5sRY4CgsmAUJSNOTr5pbZPK1+ oT4mLyHqjG75uCbKdhvGLMHvxA== X-Google-Smtp-Source: ABdhPJxHcUju9Pv4EVTCKR0Grz/hyDK7rtu6jDVgQrWPbxHFUfz6hWE01l0TV3hMtKs0yahm9RWcZw== X-Received: by 2002:a05:620a:238:: with SMTP id u24mr2664332qkm.462.1634067831707; Tue, 12 Oct 2021 12:43:51 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-e98d-c49f-f596-1fb5.res6.spectrum.com. [2603:6081:7b01:cbda:e98d:c49f:f596:1fb5]) by smtp.gmail.com with ESMTPSA id c6sm6248892qkg.85.2021.10.12.12.43.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 12 Oct 2021 12:43:50 -0700 (PDT) Date: Tue, 12 Oct 2021 15:43:48 -0400 From: Tom Rini To: Eugen.Hristev@microchip.com Cc: u-boot@lists.denx.de Subject: Re: [PULL] u-boot-at91-2022.01-b Message-ID: <20211012194348.GD7964@bill-the-cat> References: <048b9898-b657-0bed-309d-309ba40c34ff@microchip.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="D/vLTo7a3QhZ1xwt" Content-Disposition: inline In-Reply-To: <048b9898-b657-0bed-309d-309ba40c34ff@microchip.com> 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 --D/vLTo7a3QhZ1xwt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 12, 2021 at 02:18:29PM +0000, Eugen.Hristev@microchip.com wrote: > Hello Tom, >=20 > Please pull tag u-boot-at91-2022.01-b , the second set of at91 features= =20 > for the next cycle 2022.01 . >=20 > This small feature set adds the support for PWM driver for the sama5d2=20 > SoC. It also adds a node in the DT for this SoC. >=20 > Thanks, > Eugen >=20 >=20 > The following changes since commit 4c1996ce374924a226c872e26a42cfcc7bf74d= a2: >=20 > Merge branch '2021-10-11-TI-platform-updates' (2021-10-11 22:39:27 -04= 00) >=20 > are available in the Git repository at: >=20 > https://source.denx.de/u-boot/custodians/u-boot-at91.git=20 > tags/u-boot-at91-2022.01-b >=20 > for you to fetch changes up to 1f83bda7886c0e3fbb9aaf1d36dcaac27a7c92ea: >=20 > ARM: dts: sama5d2: Add pwm0 definition (2021-10-12 15:18:39 +0300) >=20 Applied to u-boot/master, thanks! --=20 Tom --D/vLTo7a3QhZ1xwt Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFl5XEACgkQFHw5/5Y0 tyz2bgwAtmDydz45nJIl51Nfmf+Sn8j0k/YmvAg887nh6yZwGQzlhgDzWILzhQId UKPSY/JWt6fKhiT/AJ7FOvZy5OIjfu4ch3x5XFuGffAuX3DrpiStua+rfKOzoY+9 qVFz80FrS/8OXS3dVW1OtY2+emZzel4CbMojHwxEkYA2yfMxR7Yf0q0+BN1SCc7W cXPemkIPpdwCb0yCgo8hHTD8k7HgPp1/mvRobqhWPdJjMSNEMP+ccJFIvs2m//fd DGg80FeeYSRDTEg4T3MnQHtPtPNREU9J8P6ItZCo21U592e0n+Q1eJppD7DZ34VS xjRJja31ldJ/cBwUMVEVNR0S0fsa5SPV/Y3c275uU2DGzFMP54rD7Ey+QNN/3fdv uP5MoLmZN3PdGWYCQe+z/JSTqrdOEYPBei9ceV/3dP1zn807s8TKHzTRlcPKF8qo crpRSFelB3DkKZxbZVpRyjl66v4xu278L6Gmvr47iwlko1YFBF+C6bZepZfMAbsc QRW/N/9f =BnCk -----END PGP SIGNATURE----- --D/vLTo7a3QhZ1xwt--