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 10653C0015E for ; Tue, 1 Aug 2023 15:57:22 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 83BAE86C81; Tue, 1 Aug 2023 17:57: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="DWGzSPCD"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id C4A4A86C83; Tue, 1 Aug 2023 17:57:12 +0200 (CEST) Received: from mail-oi1-x236.google.com (mail-oi1-x236.google.com [IPv6:2607:f8b0:4864:20::236]) (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 3693C86C8E for ; Tue, 1 Aug 2023 17:57:10 +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-oi1-x236.google.com with SMTP id 5614622812f47-3a5ad6087a1so3433579b6e.2 for ; Tue, 01 Aug 2023 08:57:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1690905428; x=1691510228; 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=clEdXF99NYqX5mOhghg60gowAm0Jgh/qIjt3oGNMpMU=; b=DWGzSPCD7ex0bahJBlNIgiaurIe504nEAg0TGxYoR5WhbMl8m6aEMPiL8WKzHDW/iz ocEK+dmF0mdPmLC1RXD3tPaWcwYfVcfLn8j/jS3pWbveDRZ+qZkmIqv55zkwSWBA9UMH lA/hTaH9MvKVw7c4tzm+gBO++ZsRZRO0r8bTc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690905428; x=1691510228; 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=clEdXF99NYqX5mOhghg60gowAm0Jgh/qIjt3oGNMpMU=; b=jwHdad+g42g7VJ44QKdld1YE9lLdhmlWjkrQqXOqk8FmlJzugSYep95hRq0CLpnC84 LmXnKdUhBdDPOPUc3o3gdvTw6dUCE4PUpncf5Zk+H38hfENt9pMxtHhJ3iMS5DaFHoxk LHFiuCmCpG3oRFML7pvCF7Oc37U3fFowqwW+MkasdCQsFbRGrWfCbXu76kQXzLl+p8FV q17snGFr3lp6MnfwLqSj8mkre0RaHk0NiY+5FXCgQA4Z4Mnm4tPr6T91RZwk61sZy4aB 5Tykd/vvpqy+AXIYWBSpnmJdSsCYI0nTgocCpNMZHIeCxhjRlHVgDcqPb2hiphF5Lysd XOww== X-Gm-Message-State: ABy/qLbDhZE0jBW5VDwKVTfivMZqpcNsNC8O3R9KqyqQJT8M00bDAr+q m9CWWrnvoDKNj39EDT2klJ3jGbGliIbWSh2VOXd2Ug== X-Google-Smtp-Source: APBJJlELCcl5dcGMTouHtIWYFWBSbzgJKfuKuB04aPr0btI+vbv+dBJ2AZv9TEkK1Rg9ZBvDTO3kwQ== X-Received: by 2002:a05:6808:f94:b0:3a4:57a7:7cb8 with SMTP id o20-20020a0568080f9400b003a457a77cb8mr15657078oiw.0.1690905428534; Tue, 01 Aug 2023 08:57:08 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-383c-c9ce-d23d-78ae.res6.spectrum.com. [2603:6081:7b00:6400:383c:c9ce:d23d:78ae]) by smtp.gmail.com with ESMTPSA id q1-20020a0dce01000000b005836fc7df19sm3838493ywd.81.2023.08.01.08.57.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Aug 2023 08:57:08 -0700 (PDT) Date: Tue, 1 Aug 2023 11:57:06 -0400 From: Tom Rini To: Anatolij Gustschin Cc: u-boot Subject: Re: Please pull u-boot-video Message-ID: <20230801155706.GS3630934@bill-the-cat> References: <20230801145255.52a1679b@crub> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="1vsly+AQ57K011rl" Content-Disposition: inline In-Reply-To: <20230801145255.52a1679b@crub> 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 --1vsly+AQ57K011rl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 01, 2023 at 02:52:55PM +0200, Anatolij Gustschin wrote: > Hi Tom, >=20 > please pull new video patches for v2023.10. >=20 > CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/171= 67 >=20 > Thanks, > Anatolij >=20 > The following changes since commit 4e619e8d4fd68095bc665a78f2651d8e478a45= 34: >=20 > Merge tag 'u-boot-rockchip-20230731' of https://source.denx.de/u-boot/c= ustodians/u-boot-rockchip (2023-07-31 11:33:51 -0400) >=20 > are available in the Git repository at: >=20 > https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-20= 230801 >=20 > for you to fetch changes up to b8d3a6c7d12fc6101f99cde0acedb4a799fdb5f3: >=20 > drivers: video: tidss: tidss_drv: Use kconfig VIDEO_REMOVE to remove vi= deo (2023-08-01 13:41:02 +0200) >=20 Applied to u-boot/master, thanks! --=20 Tom --1vsly+AQ57K011rl Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmTJK1IACgkQFHw5/5Y0 tyyutQwAmy/2rqzXD1JTMVkOR81N9SPAUL72L4wlniKrHXZ04mJe5lOdnbdRiVIM VaBTJ+AN6xukRnuCyPd/21pphaM5oSeOaN2GYVnNO4e/X868XgSC2rE2AfIjG1hN WKvb83DEUJhR46TJ56CN5Y2iqO/JZiW4mMfGr1uDeUPHDNUZaYc6YUxWw97AOv23 M610LvyWnR1T8Es/YelKZC4LXoP3FGVB5snH4991OqEF0kaVTBeszMEkg6gkbjhE x676pGDb9pf/J84KXB2Fp2EPsr6Wg9J5G/OIljpMBjjb8K8D0wEdipqvplDS8YL0 rrK4ifm53f2feEYyPBqsOJel0q8zvZGXrS+5hd/cWFjKbiwEg4W74d0bPiOqv/pk 1RZ6qAgBs3nVQhKETTpTyLJ1eRY89VYxXRoGo2qsRpzKe9i1HT69R0sVw9/Ydi58 21tEMORxVrdFLK2chtwBkJpPt1KOOh6NwdFQ6m1za+Zuhpt8cbG4tJAVHJMIlfMN QzHwuDP5 =qf1X -----END PGP SIGNATURE----- --1vsly+AQ57K011rl--