Re: [U-Boot] [PATCH v2 09/19] tegra: Add SOC support for display/lcd

2012-07-10 Thread Simon Glass
On Wed, Jul 11, 2012 at 6:49 AM, Simon Glass wrote: > Hi Stephen, > > > On Fri, Jun 15, 2012 at 1:39 AM, Stephen Warren wrote: > >> On 06/13/2012 10:19 AM, Simon Glass wrote: >> > From: Wei Ni >> > >> > Add support for the LCD peripheral at the Tegra2 SOC level. A separate >> > LCD driver will u

Re: [U-Boot] [PATCH v2 09/19] tegra: Add SOC support for display/lcd

2012-06-14 Thread Stephen Warren
On 06/13/2012 10:19 AM, Simon Glass wrote: > From: Wei Ni > > Add support for the LCD peripheral at the Tegra2 SOC level. A separate > LCD driver will use this functionality to configure the display. > diff --git a/arch/arm/include/asm/arch-tegra2/display.h > b/arch/arm/include/asm/arch-tegra2/

[U-Boot] [PATCH v2 09/19] tegra: Add SOC support for display/lcd

2012-06-13 Thread Simon Glass
From: Wei Ni Add support for the LCD peripheral at the Tegra2 SOC level. A separate LCD driver will use this functionality to configure the display. Mayuresh Kulkarni: - changes to remove bitfields and clean up for submission Simon Glass: - simplify code, move clock control into here, clean-up