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 AA472C433F5 for ; Sun, 23 Jan 2022 14:54:12 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 044338319C; Sun, 23 Jan 2022 15:54:11 +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="o5CvDBzD"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id A550783201; Sun, 23 Jan 2022 15:54:09 +0100 (CET) Received: from mail-qv1-xf2b.google.com (mail-qv1-xf2b.google.com [IPv6:2607:f8b0:4864:20::f2b]) (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 9BAA2820FE for ; Sun, 23 Jan 2022 15:54:06 +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-qv1-xf2b.google.com with SMTP id a8so17473335qvx.2 for ; Sun, 23 Jan 2022 06:54:06 -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=+0nAJcwQbcnupd5fw3GEz5pn2fsjSwd7r67lMHLxcTg=; b=o5CvDBzDIT8Pec1lg9AdtKPoZen9tmdIphSdmXa3BnoMAC7G8i0YjFsS/nezYGHwLh BnJgNA1YTttE8+Slo3xN7K4P/6YPbzQWNvSlf2ITuOUXZGXHZlRbDcKe6BHQy2ctUnL7 xID1jfr+vdNwJ85k3R3O1eC8aIsb0Flt60OlM= 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=+0nAJcwQbcnupd5fw3GEz5pn2fsjSwd7r67lMHLxcTg=; b=2xXqE1Yn+OAXgL3LpZ1IFGe0cPgQfiMYPp9/Swrq/quzix5zjN6mduef9YWfLn5cQY BZePLlw0jdLAtD+NtyHphtDo5jQrYQFfckfuwn0NBH21ouJzFNXzKpKJkUOEoNtHvL3X VETTkzLtKBDoVTUQk6Ezb7hPybRiUi4VoBqlaEK8basJsZUcukxGVArcmGk6UFN+yCFh DLr1/d2obtmlqcnwms2VYkq2m49Nkw4tOxK4YL8Hk7YXpBq4ccRqKSl4UYsW2AnMXALj NjCnLp0rmVce0rcsuCSIoaxk8sWumm8WNDkX0itvuFQNnq7gToVacEWPkwZLlt8Np1Cp DBjQ== X-Gm-Message-State: AOAM53036iltWMUypkJaFzw4n79kUkpYuTNk2OSBSATmF5ODl4F0Co/h +bTyHISeFPiBsPxgs37Zk+jmsw== X-Google-Smtp-Source: ABdhPJzUYeOcU232pXiPPfqs3phzdHqOGdkfIPN0aEfNTty895tvajx08DN9PNguFjM61AH2oKln4A== X-Received: by 2002:a05:6214:2425:: with SMTP id gy5mr11211536qvb.71.1642949645344; Sun, 23 Jan 2022 06:54:05 -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 bl17sm5860436qkb.16.2022.01.23.06.54.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 23 Jan 2022 06:54:04 -0800 (PST) Date: Sun, 23 Jan 2022 09:54:02 -0500 From: Tom Rini To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: Merlijn Wajer , 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: <20220123145402.GA7515@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> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="fdj2RfSjLxBAspz7" Content-Disposition: inline In-Reply-To: <20220123144817.jahhrqz5gx42gn2v@pali> 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 --fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jan 23, 2022 at 03:48:17PM +0100, Pali Roh=E1r wrote: > On Saturday 22 January 2022 13:41:01 Tom Rini wrote: > > On Sat, Jan 22, 2022 at 04:41:42PM +0100, Pali Roh=E1r wrote: > > > Adding other Maemo developers... > > >=20 > > > On Saturday 22 January 2022 10:29:34 Tom Rini wrote: > > > > This is perhaps as good/bad time as any to ask about the conversion > > > > efforts for N900 USB things that were discussed before? > > >=20 > > > Perhaps it is also a good/bad time for reminding that some N900 U-Boot > > > patches are waiting for review on the list? :-) > >=20 > > The last ones I saw weren't clear what it depended on and should get > > re-posted. >=20 > And how should I or anybody else know this if nobody is responding to > emails asking for review of pending patches? I thought the last time you ping'd on it Lokesh was confused about what this was on top of / required. > > But I didn't see anything about the USB DM conversion. >=20 > Of course, as there are waiting other patches and other emails without > 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... I believe it was someone else that is interested in N900 that said they would look at it. > I wanted to look at other stuff after pending patches are in accepted > state. But I'm not superman to work on 10 parallel things at the same > time and specially if I see that reviewing N900 patches is slow and > takes about half of year. >=20 > If I see that maintainer is busy then I send just one patch and next > after it is accepted. And not sending thousands of patches at the same > time. If I would be in the "busy maintainer" position I also would not > like to see thousands of patches waiting from other developers and > rather would see one patch and after it is accepted then another patch. >=20 > So, could you please make a time and look at pending N900 patching? > So we can move forward? I have feeling that this is repeating every year > and the ball is not on my side. >=20 > For example I'm still waiting for reply for this email from July 2021: > https://lists.denx.de/pipermail/u-boot/2021-July/455710.html >=20 > And sending reminder for another patch in December 2021 has no reply too: > https://lists.denx.de/pipermail/u-boot/2021-December/468744.html My problem is that re-reading those threads again just now leaves me at "please re-base and re-post everything because it wasn't clear at all what goes where". My only other feedback is that it would I think be better to move and then update the documentation, not improve, migrate, improve more. --=20 Tom --fdj2RfSjLxBAspz7 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmHtbAcACgkQFHw5/5Y0 tywRSQv/Q2+F4OpPutgPsnvuDpS5YGg1JHOhI/kde9I4UCJv9H6Q3PkhSO+l5yUz h1/HLmzbZYwkE5D4grz3hXcjjq4xe+g8myo8G4zMs829DsbBRo6x4eETwSCSKqyY R5mVu1zOU+M8QHVdob9yaSxAbfnQHja0caEAGeX/8THCJOI+d88AtPHYaPCavz2U +6zjquJGs2kX0fl5SHnfCC2IfT1pyHxES/zMd02/Y99kL96GLQzHFbMuelqs0Nd1 AW0tc9PAkHn471DnU8oyE8IXxyGHAdBh2uN3TtK3huPw9RH7lJmMJeVAzL5UpaQf YzcqgAhzueho8dD5yQKhxoXGHfY0AZTS3Z/5TbS0jwr9mcoeaBaPg8azm5aFWImG 57QqRufZ0C8vr/7VSGAt4Xj7BRoKzuZC0Hq13/lbeg/OFpqE8XjKoWWGnNWq0Eqm SEfhNKHcuDH1GLOu4JwqAnUymdm6ptp3MjJIfJiECr6vRa2GTFfqyUlmS7XmRRPc 6zEWmwpV =rCKu -----END PGP SIGNATURE----- --fdj2RfSjLxBAspz7--