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 4E50FC433F5 for ; Mon, 24 Jan 2022 14:42:59 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 10B4481DB4; Mon, 24 Jan 2022 15:42:57 +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="JOsfMO8v"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 6147081DB4; Mon, 24 Jan 2022 15:42:55 +0100 (CET) Received: from mail-qk1-x72d.google.com (mail-qk1-x72d.google.com [IPv6:2607:f8b0:4864:20::72d]) (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 515A881423 for ; Mon, 24 Jan 2022 15:42:50 +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-x72d.google.com with SMTP id d11so20413444qkj.12 for ; Mon, 24 Jan 2022 06:42:50 -0800 (PST) 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=Mre1cpEWWHw8g286/pG5N7LB47mLJXJ8uPVuYfx67pw=; b=JOsfMO8v+1ykeSCo0wMz5Y6EgWsiP14mcI46tn7RnJcM3pu1Z3dNYxcC1cF0Mz3E1b iT9DIqGSf2AOtEscxdh2QQc94JvqK3lw+tUIk/2ZjfPMunGvIULOxSiFzBv9BHrLolIt QXBftsAK3AAPS0f3wLpUlTOoPo//3NUtvYPD4= 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=Mre1cpEWWHw8g286/pG5N7LB47mLJXJ8uPVuYfx67pw=; b=QI9zZEBJxWmCWopZP9K/Uuu/Bwhz9SsVapTUDeWMwzKTSWp19Bx9jBsB4ixzbzxCbc 2TuYmDQK2iLYa9Jp6he1HrLxb511Zxr8s9OMngNzxpkuGLWBQ0UzsZWWGFdPMH0Gl9k9 VwaeuYnTnnS7F+TbVJ0JIzM1m/z365TpR8fQxLLR7sisaaWitbAptxPe8CuoD2Z7uFvn O0v3m8T+8k4jXPhQPBtabJB6ApbBWfpkWBfrmcqQes26jsQ3rEpnTKVuvLRFDSWT8Ia8 HixBibCYwWfVdHahp5L9X7hgB3VEhNYbHLFvqYI6UU9z6qxfqUyVmQ67JVA6ZDYByKuT 2JUw== X-Gm-Message-State: AOAM532Riylq6SVXNlLlkX7kXwZt/7yWF3NC7xnZr4jAsRqg0XKqcSRp 7Aimi4L/GpjBL0GauuEoM9id7g== X-Google-Smtp-Source: ABdhPJwjXDPexZm4gILgNvqw/NdQcmpTx+qo3rd2eu43m0xk8bkxcuaeYtPprJVGjq4Aynqyl1BJkQ== X-Received: by 2002:a37:9d86:: with SMTP id g128mr2634601qke.688.1643035368719; Mon, 24 Jan 2022 06:42:48 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id i4sm8032344qkn.23.2022.01.24.06.42.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 24 Jan 2022 06:42:47 -0800 (PST) Date: Mon, 24 Jan 2022 09:42:45 -0500 From: Tom Rini To: Merlijn Wajer Cc: Pali =?iso-8859-1?Q?Roh=E1r?= , maemo-leste@lists.dyne.org, Ivaylo Dimitrov , Simon Glass , U-Boot Mailing List , Anatolij Gustschin , Marek =?iso-8859-1?Q?Beh=FAn?= , Stefan Roese , Stefano Babic Subject: Re: [PATCH 17/23] video: Convert CONFIG_VIDEO_LOGO to Kconfig Message-ID: <20220124144245.GQ7515@bill-the-cat> References: <20211119202408.1815506-1-sjg@chromium.org> <20211119202408.1815506-18-sjg@chromium.org> <20220122132611.schnplwxozqzd7ys@pali> <20220122152934.GQ7004@bill-the-cat> <20220122154141.hrj7skg45nnhdh2b@pali> <20220122184101.GS7004@bill-the-cat> <20220123144817.jahhrqz5gx42gn2v@pali> <20220123145402.GA7515@bill-the-cat> <20220123151100.uxyi3g3aw44qm6vu@pali> <26ddfa9f-857a-4d88-2d09-0723c874158f@wizzup.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="AqCDj3hiknadvR6t" Content-Disposition: inline In-Reply-To: <26ddfa9f-857a-4d88-2d09-0723c874158f@wizzup.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.5 at phobos.denx.de X-Virus-Status: Clean --AqCDj3hiknadvR6t Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 24, 2022 at 10:39:27AM +0100, Merlijn Wajer wrote: > Hi Pali, Tom, Simon, >=20 > On 23/01/2022 16:11, Pali Roh=E1r wrote: >=20 > > > > > But I didn't see anything about the USB DM conversion. > > > >=20 > > > > Of course, as there are waiting other patches and other emails with= out > > > > replies, it is not a wise idea to start working on something other = or > > > > starting discussion about something totally new if existing things = are > > > > waiting for maintainers... > > >=20 > > > I believe it was someone else that is interested in N900 that said th= ey > > > would look at it. > >=20 > > Yea, for USB it was Merlijn. He wrote me that would reply later to this > > thread. This thread started about video and not USB, so there is just > > big mix of things and I forgot about what we are talking here... >=20 > I have a tight deadline in the next two weeks, but after that I can pick = up > this work (USB DM conversion for the N900). I assume it won't take much m= ore > than a week or two to then get this ready, so let's say I can try to send= a > RFC patch by mid February? Does that block/conflict u-boot release/merge > planning? If sooner is required, please let me know and I'll try my best = to > accommodate that somehow. That timing is probably fine, but please speak up if you're not able to pick up the work again when you expect to as that sounds about like what you said for having things around November? But stuff comes up and I understand that. Thanks. --=20 Tom --AqCDj3hiknadvR6t Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmHuut8ACgkQFHw5/5Y0 tyzsLQv/c3No8l0dp1kBiKwx18nP/PQ044ZNPgC8gjLnXqnUuWofxL0BwzkurYtb vftjUt+nnr/k+Lx4XwwmyUT65qGAhjImMXZ4wCMUUYT/bbQY2SySm4S0FJh2UvYu UqyL1N2hsveL3ZmVi1jA9ytf9o+w/gLOzEJpdidMl8CwWUPZ3iMMRQfXVLebYqW0 Vk3IMnHh/EE4P16S7j2JkGyojT66KNJZDjdnqp3KwoziwT9dHYuUu+gjWoBusyGU +tDlkiRVdghQwJPuIJOo1+yOR7UQWmwegHIinT9zvXTd5BOfuGTh1O8MfOITYTFt e2LpGsMCDcVTHBrdQb1OffZur7UxS4iwgK9dtXs1f+cdjqeLGhKsJctbo2gq8YSO ipYT3pcPkEyjoFMPmV+b1H9lnyxtvOsl0JeFbRmdxjlfTe5YYGGpQoIUJrnSHMsf hhg8+YIxTlEr+25VK7mTto1CfDSJGaE3sTkmAaX7qWOu5lCynZ/6HQyQCSXabD7T tAZcM9OC =rG74 -----END PGP SIGNATURE----- --AqCDj3hiknadvR6t--