From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 5 Sep 2011 15:10:41 +0200 Subject: [U-Boot] [PATCH 1/2] mx31: make HSP clock for mx3fb driver available In-Reply-To: <1315223227-29535-2-git-send-email-helmut.raiger@hale.at> References: <1314020497-30897-1-git-send-email-helmut.raiger@hale.at> <1315223227-29535-1-git-send-email-helmut.raiger@hale.at> <1315223227-29535-2-git-send-email-helmut.raiger@hale.at> Message-ID: <201109051510.41681.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Monday, September 05, 2011 01:47:06 PM Helmut Raiger wrote: > This additionally updates mx31/generic.c by > - replacing __REG() macro accesses with readl() and writel() > - providing macros for PDR0 and PLL bit accesses > It also fixes a warning about the prototype of imx_get_uartclk(void) > > Signed-off-by: Helmut Raiger > --- > V2: uses macros and readl(), writel(), see commit message This looks awesome. Please, when submitting V2, also add V2 to [PATCH 1/2] ... like [PATCH V2 1/2]. Minor thing though. Acked-by: Marek Vasut