From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 14 Oct 2011 09:02:17 +0200 Subject: [U-Boot] [PATCH v3 1/2] mx31: make HSP clock for mx3fb driver available In-Reply-To: <1318497389-13726-1-git-send-email-agust@denx.de> References: <1315223227-29535-1-git-send-email-helmut.raiger@hale.at> <1318497389-13726-1-git-send-email-agust@denx.de> Message-ID: <20111014090217.2f9d9f69@wker> 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, 13 Oct 2011 11:16:28 +0200 Anatolij Gustschin wrote: > From: Helmut Raiger > > This additionally updates mx31/generic.c by > - replacing __REG() macro accesses with readl() and writel() > - providing macros for PDR0 and PLL bit accesses > > Signed-off-by: Helmut Raiger > Acked-by: Marek Vasut > Signed-off-by: Anatolij Gustschin > Cc: Stefano Babic > --- > Changes since v2: > - rebased to apply on current top of tree > > arch/arm/cpu/arm1136/mx31/generic.c | 40 +++++++++++++++++++--------- > arch/arm/include/asm/arch-mx31/clock.h | 1 + > arch/arm/include/asm/arch-mx31/imx-regs.h | 14 ++++++++++ > 3 files changed, 42 insertions(+), 13 deletions(-) Applied to u-boot-video master. Anatolij