From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 25 May 2012 10:42:00 +0200 Subject: [U-Boot] [PATCH 2/3] mx5: Rename mx51_fb_init() In-Reply-To: <1336698455-11921-2-git-send-email-festevam@gmail.com> References: <1336698455-11921-1-git-send-email-festevam@gmail.com> <1336698455-11921-2-git-send-email-festevam@gmail.com> Message-ID: <20120525104200.1144080f@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Thu, 10 May 2012 22:07:34 -0300 Fabio Estevam wrote: > From: Fabio Estevam > > The ipuv3 driver is currently only used on mx51, but it can be extended to work > on mx53 and mx6 as well. > > Rename mx51_fb_init(), so that it can be used by other SoCs. > > Signed-off-by: Fabio Estevam > --- > board/freescale/mx51evk/mx51evk.c | 2 +- > board/ttcontrol/vision2/vision2.c | 2 +- > drivers/video/mxc_ipuv3_fb.c | 2 +- > include/ipu_pixfmt.h | 2 +- > 4 files changed, 4 insertions(+), 4 deletions(-) Applied to u-boot-video/master, thanks! Anatolij