From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 22 Jun 2012 13:35:11 +0200 Subject: [U-Boot] [PATCH 1/9] mx6: Allow mx6 to access the IPUv3 registers In-Reply-To: <1338485043-21666-1-git-send-email-fabio.estevam@freescale.com> References: <1338485043-21666-1-git-send-email-fabio.estevam@freescale.com> Message-ID: <20120622133511.173d2ad4@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 Fabio, On Thu, 31 May 2012 14:23:55 -0300 Fabio Estevam wrote: > Adjust the IPUv3 registers, so that the IPUv3 driver can be extended for mx6 as well. > > Signed-off-by: Fabio Estevam > --- > This patch series apply against Anatolij's tree. > > arch/arm/include/asm/arch-mx5/imx-regs.h | 2 -- > arch/arm/include/asm/arch-mx6/imx-regs.h | 3 +++ > drivers/video/ipu_regs.h | 12 +++++++++++- > 3 files changed, 14 insertions(+), 3 deletions(-) Applied to u-boot-video/next, thanks! Anatolij