From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 15 Feb 2019 16:58:40 +0100 Subject: [U-Boot] [PATCH 2/3] sunxi: display: Move DDC PLL setup to HDMI init In-Reply-To: <20181219130609.12358-2-plaes@plaes.org> References: <20181219130609.12358-1-plaes@plaes.org> <20181219130609.12358-2-plaes@plaes.org> Message-ID: <20190215165840.2869d919@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 19 Dec 2018 15:06:08 +0200 Priit Laes plaes at plaes.org wrote: > From: Priit Laes > > Move PLL initialization code to single place so > we won't call it every time we query for EDID data. > > Signed-off-by: Priit Laes > --- > drivers/video/sunxi/sunxi_display.c | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) Applied to u-boot-video/master, thanks! -- Anatolij