From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 27 Oct 2017 12:00:53 +0200 Subject: [U-Boot] [PATCH v4 4/5] sunxi: video: split out PLL configuration code In-Reply-To: <20171027045152.15126-1-anarsoul@gmail.com> References: <20171027045152.15126-1-anarsoul@gmail.com> Message-ID: <20171027120053.1dac9acf@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 Thu, 26 Oct 2017 21:51:51 -0700 Vasily Khoruzhick anarsoul at gmail.com wrote: > It will be reused in new DM LCD driver. > > Signed-off-by: Vasily Khoruzhick > --- > v2-v3: no changes > v4: - fix compilation for boards that use sunxi_display.c > - rebased and fixed checkpatch errors > > arch/arm/include/asm/arch-sunxi/lcdc.h | 3 + > drivers/video/sunxi/lcdc.c | 122 +++++++++++++++++++++++++++++++- > drivers/video/sunxi/sunxi_display.c | 123 +++------------------------------ > 3 files changed, 132 insertions(+), 116 deletions(-) Applied to u-boot-video/master, thanks! -- Anatolij