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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 32669C433EF for ; Wed, 27 Oct 2021 19:52:29 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 896CC60FC0 for ; Wed, 27 Oct 2021 19:52:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 896CC60FC0 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 62F91834B5; Wed, 27 Oct 2021 21:52:26 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1635364346; bh=hpx8a8a0jbJOfLE7nDCTjd4mPOdp94LMclOMmu+QxH4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=MmVx2xmEoRfw+YAg/MPC/ZPLWXS/wFtbTAYiMK6bMF69vzmdO4YEA8qGTAuQEZeKl TSmIhBKMSwUfpEksnMGl2/Ai2/BeUxFhdgF+fsQSm9YXY2vSe57e7G1ApOthVjAf99 VyKuGw6XtvlrbWhaXOK1aktDGfaL+djeMQObiW+pinbInrzabZPUJZcvju3Z6dxi/P Cq7RrYhATw+Plupv5M7iPaZWCS6sW9q3XrwFyD56JRul7vHlhw0vdHvpCXTrjaZc5e MY2y/rEvBtAivHFddUaOcC0IDgaiiuNfQy+pG0/zT3d2BTS4aRe74rUbjl4nvW0auR 68S5Q4eXFwb/A== Received: from crub (pd95f1d9c.dip0.t-ipconnect.de [217.95.29.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: agust@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 362EA832C6; Wed, 27 Oct 2021 21:52:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1635364344; bh=hpx8a8a0jbJOfLE7nDCTjd4mPOdp94LMclOMmu+QxH4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ZLP1kUJQmqymvcF6kpnt4fE2spqWogCoVonp92so829rE3BvYHdYFClT6U4ihqsOL 1ovZ9+A1lot3XbhV7HJt68FTO7N9G6hFZFcH6t78gGzJ4pKFr8yhWJHmTzfMGgnewN FqklAa06ZIkVU6c7BWT23EHLVUJ173tRCPzEaB1bCFUWU9KYFfy0lhlFN9J5yNb/xz uN7o+R7iNSamOhzCbBuh7lIDNrYw/pVi0Qhw1il3rRp2vnjp/Stplfo0eyIFzCt+9y kJcaJ2ONADaxigtTnUmqyLb6hOXtXWFubNhRC/uyuU6FFwc/GctNmRlhCjrgJXM21Q clRMPTMvAMqFA== Date: Wed, 27 Oct 2021 21:52:23 +0200 From: Anatolij Gustschin To: Heinrich Schuchardt Cc: u-boot@lists.denx.de Subject: Re: [PATCH 1/1] video: fix positioning in TrueType console Message-ID: <20211027215223.0588436b@crub> In-Reply-To: References: <20210203161254.970-1-xypron.glpk@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.2 at phobos.denx.de X-Virus-Status: Clean Hi Heinrich, On Wed, 27 Oct 2021 20:10:36 +0200 Heinrich Schuchardt xypron.glpk@gmx.de wrote: > Dear Anatolij, > > somehow you lost track of this patch since March: > > https://patchwork.ozlabs.org/project/uboot/patch/20210203161254.970-1-xypron.glpk@gmx.de/ > > Could you, please, review it and consider it for merging. I've applied the patches for build testing and see sandbox test errors: https://source.denx.de/u-boot/custodians/u-boot-video/-/jobs/342128 Could you please fix them? Thanks! -- Anatolij