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 A7BA9FA3749 for ; Mon, 31 Oct 2022 13:32:18 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D1FBC851BD; Mon, 31 Oct 2022 14:32:16 +0100 (CET) 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=1667223137; bh=36slkTDvIddV96PNMe0iL2yE8RT0yQDnmSp64ZYXOg8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=zXYryt6uXW/GtuLdB8r+BVEHFFbWJxso0dhUa9lPI891/T3EwqZ+OrbvzYD0wcsKv eNzY3c/UQakoVWhOPWGvBSHzs0/Pco851rll7w0B5Me0tfebC+Z1+OVLIhl5LiS2K1 G0Jh++Vj9bxrosmXcE/m2uFzwpSC4PIWn9yQUlTWHLDAf3nofCHzjen8kzh9Wa80VG bZsPwmFTBUINHthFgbIJlMSziKZTnz6Ew7dd9HauC+XN9rDZ1jFMkvwWQELD+yS5EC i0igmxs2zlQwxBt6sk6FD7ujTjMJHC6TEAB9pz4Oib/cgo3kIu/Y/2CWvfe209cEGQ MYq0fZzjxD9Xg== Received: from crub (pd95f184a.dip0.t-ipconnect.de [217.95.24.74]) (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 3214E85134; Mon, 31 Oct 2022 14:32:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1667223135; bh=36slkTDvIddV96PNMe0iL2yE8RT0yQDnmSp64ZYXOg8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=zJY3Wq2Yn6mVGDSwH5rFwGibXGkhVRVSqbDyTRVHmE2iTcZx3K4fI2AQfdrW05kcY e4RaJyLtsjw9iAHefjThITQfi9lZ2sCVpSfNc8Li9ltO3u6WTBcfs2k6WHEhkR9/xt DePZ1ap0FDGCZCTYYyhkJGIg3CbL4DmpDYT/IkSXBW1BZUH42l638OORXZGA+YRvGi 1wSISKwKejOWcuQY4CpfILfrlK8LZqBr47JNyGpbRKAZoBkIc4VrjlsKZkd27HYWIE yhJQe2UTGGPlJBKKqzVhAr9f8FPgnDjBJeMoouR9TnN7V4hMmqCFrZPtXx+tSupbo0 dI43tB+HtqcCQ== Date: Mon, 31 Oct 2022 14:32:14 +0100 From: Anatolij Gustschin To: Takumi Sueda Cc: u-boot@lists.denx.de, sjg@chromium.org Subject: Re: [PATCH v3] video: simplefb: add rotation support Message-ID: <20221031143214.03a65ed1@crub> In-Reply-To: <20220913093241.14644-1-puhitaku@gmail.com> References: <20220913093241.14644-1-puhitaku@gmail.com> 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.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.6 at phobos.denx.de X-Virus-Status: Clean On Tue, 13 Sep 2022 18:32:42 +0900 Takumi Sueda puhitaku@gmail.com wrote: > It introduces the way to rotate the screen for boards with rotated screen. > > Signed-off-by: Takumi Sueda > --- > drivers/video/simplefb.c | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) Applied to u-boot-video/master, thanks! -- Anatolij