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 77415C74A5B for ; Tue, 21 Mar 2023 15:54:35 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 57A6C85C8C; Tue, 21 Mar 2023 16:54:33 +0100 (CET) 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="bOBDUwJr"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 891A785C8C; Tue, 21 Mar 2023 16:54:31 +0100 (CET) Received: from mail-qt1-x835.google.com (mail-qt1-x835.google.com [IPv6:2607:f8b0:4864:20::835]) (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 CA08685C96 for ; Tue, 21 Mar 2023 16:54:22 +0100 (CET) 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-qt1-x835.google.com with SMTP id r16so18392520qtx.9 for ; Tue, 21 Mar 2023 08:54:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1679414062; 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=K1/tpG8xU/s7wt1IlLoymUQ6YKV0jfKrfb5dU6GQBBE=; b=bOBDUwJrSRPI8b0/7h+i56/r4j/95pkyN33zhgqCEnhO/3Rt1G5Lr2sPaHHsHkyHYk QKTehjVTlgJoGkPk+kIsjT3SG/gcMfsPnVIgn+dDTZDR0R6w5oylX+4KWYVfPvVa1+Wj 9LarzESZWfIQciQ9ZV7jZYxxNR97/gSSn+cyo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679414062; 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=K1/tpG8xU/s7wt1IlLoymUQ6YKV0jfKrfb5dU6GQBBE=; b=PSUq8I4R7WP8Hn1W6ZpiBpRkT+8PmBRJoS+aoNe/RxPIgQccZ58/5LEwsUfiysorhL Huy74blR5JT/50rpCl5EpMta/W5HQrMXxN19rVjMPKpgWwp82YDkyxMsexEJqDhxuqbP KqKmv2MoXXQnp2YRMAbDkn4nuK61ix1QfvJRofK13Oe23V4Umjb3TAb/H/0qzfPsmDki wdYrnfQx3IKwfAzP+nyZnHkVSAD/WbCZXdKCifutVSHr+kS6ci2Et3P0edYiRYX22qUk z7b1BWENCKPAaf1aLll2mZfN8NAlN5E2agpYYly485+RGRASW56F/QoBfisMD712qIaq Xy0w== X-Gm-Message-State: AO0yUKVyR2x/I7d0XIhqM0iHI9Go1jeynt0qAPq+cqbaSPejNPsb4ZbN dJ2WhG7xo+0E1/zhGvbRDTWv+OJG9uFAeCYhOUx3gw== X-Google-Smtp-Source: AK7set/OfJ+xYVxoFdsMxsyWkDunPax0kBkCT5bQOWnqdLhZU+b9kfH67d+CtclKUUMYbCsjsJ8tAg== X-Received: by 2002:a05:622a:1a89:b0:3b8:6763:c25f with SMTP id s9-20020a05622a1a8900b003b86763c25fmr800851qtc.13.1679414062367; Tue, 21 Mar 2023 08:54:22 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-0c83-dcca-a3a0-54f4.res6.spectrum.com. [2603:6081:7b00:6400:c83:dcca:a3a0:54f4]) by smtp.gmail.com with ESMTPSA id g1-20020a37b601000000b00743592b4745sm9445845qkf.109.2023.03.21.08.54.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Mar 2023 08:54:22 -0700 (PDT) Date: Tue, 21 Mar 2023 11:54:20 -0400 From: Tom Rini To: Marek Vasut Cc: u-boot@lists.denx.de Subject: Re: [PULL] u-boot-sh/master Message-ID: <20230321155420.GY8135@bill-the-cat> References: <20230320225126.29475-1-marek.vasut+renesas@mailbox.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="00XGcGiRMal0n9tE" Content-Disposition: inline In-Reply-To: <20230320225126.29475-1-marek.vasut+renesas@mailbox.org> 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 --00XGcGiRMal0n9tE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 20, 2023 at 11:51:26PM +0100, Marek Vasut wrote: > A single reset controller driver (part of the clock driver) fix > for v2023.04 release. >=20 > The following changes since commit 318af47668aa2347ca9bbf2114cb9af1d8739a= ca: >=20 > Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boo= t-coldfire (2023-03-15 12:03:17 -0400) >=20 > are available in the Git repository at: >=20 > https://source.denx.de/u-boot/custodians/u-boot-sh.git master >=20 > for you to fetch changes up to afafaa2a8f3f0ef38fc55c5d830890adb508549f: >=20 > clk: renesas: Pack reset identifier before look up (2023-03-20 02:46:44= +0100) >=20 Applied to u-boot/master, thanks! --=20 Tom --00XGcGiRMal0n9tE Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmQZ0ywACgkQFHw5/5Y0 tyx/HgwAn/2i5np9WHKDxtVEjuTKi9F1DjaEDIMM8MX089q1kzU7Zl+oPpF3P8hr 6EOfMAvUQXfGcRWa+t5JEV09xuEb1LaCNuHKci9+aULM2N9l6Z5Bdqyc18yYDPOF OLbB+6yJOWnxRbjqVQgN31mt7PArktH2r/Ww7HILbC+EFcQNK3B6UjdutYst98lJ C567pQKxS+KOQtrDE5PLlaPIg7XGqT9AOT3VdPgdr+BEoArXNWkLJKxxocZKIXwx x1h+s4Vh2IggHOGgLO+53alsIY1dkyhcHgv9/xP0VFHd/Pp+5sk3lI7clVRxHmNo OO95HxW5AftFvqEIbvRz4Q0RSDNatx4xImndnQz/3X4eXf/p/6r2OEjNyDHu0UPl JAgq53Vh1+KCBPphnOrMSstlRnM3cgJd0jgMKyJyNXdSZNGa41tPhqibUvdfoZE0 +lbPc5Esu3TUA5NAi4dcQkiWoBoPbz5dyV7HL4Ehkvj4+LH6v73L7p8u+IWejAeG C/SbFlsA =6xzf -----END PGP SIGNATURE----- --00XGcGiRMal0n9tE--