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 D9D88C433F5 for ; Wed, 9 Feb 2022 00:08:00 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3B29F83DAB; Wed, 9 Feb 2022 01:07:58 +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="q3WkUnLk"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 5DCB283DDF; Wed, 9 Feb 2022 01:07:56 +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 8BE5081DB4 for ; Wed, 9 Feb 2022 01:07:53 +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 208CBB81C15; Wed, 9 Feb 2022 00:07:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BFB22C004E1; Wed, 9 Feb 2022 00:07:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644365271; bh=fyhok52XEY4bQwkGzDHazH5diDpHc3IYd8Kcs2NLwts=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=q3WkUnLk7nkksyVbhwQxVjHuU4Y/T28Zjp4wRaPTPTLl0YhiZXEX0XbVNdNu//ASL YReFUWZMZv/f09g1GI2OoRa6TUIl9Fc91auA6t93pDPnIkDCcXDULVd0zsUXXzLqAw qwjaboe9aAjJK2M1DB0V6ZUFU4MSTW2L6kAusCtXUOPLx5Cdlh2bVIi08NdwWDOXfw OfYZVN09tk2FSYwIyo0c904vE3NWrRd4TkxmIkR08nPBbM3Q48zuxLhxQckdR/n+Pj miL4odJ9hMaN0uSpFlXH9pqCNd6HPyLt3gG7cZ+67rafWDTt7nU8/4Mhc7sS0KSvd5 EyO+ukQQE6Usg== Received: by pali.im (Postfix) id 11DEB2BB7; Wed, 9 Feb 2022 01:07:48 +0100 (CET) Date: Wed, 9 Feb 2022 01:07:48 +0100 From: Pali =?utf-8?B?Um9ow6Fy?= To: Tom Rini Cc: Simon Glass , u-boot@lists.denx.de Subject: Re: [PATCH] Nokia RX-51: Convert to CONFIG_DM_KEYBOARD Message-ID: <20220209000748.iq3ili2m5agene2f@pali> References: <20220203183850.10186-1-pali@kernel.org> <20220208173624.GV7515@bill-the-cat> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220208173624.GV7515@bill-the-cat> 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 Tuesday 08 February 2022 12:36:24 Tom Rini wrote: > On Thu, Feb 03, 2022 at 07:38:50PM +0100, Pali Rohár wrote: > > > Signed-off-by: Pali Rohár > > Applied to u-boot/master, thanks! > > -- > Tom Thank you Tom!