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 DB315C433EF for ; Fri, 4 Feb 2022 15:46:37 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id EA9258368F; Fri, 4 Feb 2022 16:46:35 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="c7+MwL+b"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 10AD3836C3; Fri, 4 Feb 2022 16:46:35 +0100 (CET) Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id BAAAA8141A for ; Fri, 4 Feb 2022 16:46:32 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 5E3ADB83744; Fri, 4 Feb 2022 15:46:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 14FC1C004E1; Fri, 4 Feb 2022 15:46:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1643989591; bh=UKAuqFExJQMwRPEOUe5IlbekdxG1Jq3guNJsGponkJE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=c7+MwL+bgd0i6bUze4pmKIByqsErg/KbqwyScrjat9KIGeloT9Y5mszWs8NFbnb55 q8uW1+POVE8EZWAfEptGU/mmW3V/CM9DtVk8GvVJhIxywreabxOrmOV4A+pbs5ER7H 1CmKJMw/qLng2zHPwYHqyr8To+RA9bah6KNxunfIs8yPz50pfktSUibtGuwc4yhNuJ yy7RR2llAjH6tZS4p8OESQAuVDlhmbQmZB0nkdTcxV8ldYE8+X7W5Yo9THRsmhmp5d 5ok7muBPt55IEsoZS94i0VZu1Xvyw2KwNbcGOCZb+QQ3cxKGpfPo92W51lfbifZjQW gWJvFZE6Xeeag== Received: by pali.im (Postfix) id 89C93A80; Fri, 4 Feb 2022 16:46:28 +0100 (CET) Date: Fri, 4 Feb 2022 16:46:28 +0100 From: Pali =?utf-8?B?Um9ow6Fy?= To: Simon Glass Cc: Tom Rini , U-Boot Mailing List Subject: Re: [PATCH] Nokia RX-51: Convert to CONFIG_DM_KEYBOARD Message-ID: <20220204154628.7wrvjux6zovkatlp@pali> References: <20220204105652.sluginmttbwgcwku@pali> <20220204134155.GP7515@bill-the-cat> <20220204135539.n24gfoh5nw3wzjw7@pali> <20220204140055.GQ7515@bill-the-cat> <20220204141310.lfbjvrqpct5y7stg@pali> <20220204153023.7oc5lyc5ageanveo@pali> <20220204153732.GR7515@bill-the-cat> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 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 On Friday 04 February 2022 08:41:01 Simon Glass wrote: > I do wonder how this board got so out of date. I think I have explained it... Because every time I sent some patch for this board it took months or half of year until patch was reviewed. So I lost interest in sending new patches or do development, and did only small necessary changes to do required migration.