Re: [U-Boot] [PATCH v3 08/18] tegra: Add SOC support for display/lcd

2012-09-27 Thread Simon Glass
Hi, On Thu, Jul 19, 2012 at 1:03 AM, Adam Jiang wrote: > On Thu, Jul 12, 2012 at 11:25:08PM +0800, 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. >> >> Mayuresh Ku

Re: [U-Boot] [PATCH v3 08/18] tegra: Add SOC support for display/lcd

2012-07-19 Thread Mike Frysinger
On Thursday 19 July 2012 04:03:04 Adam Jiang wrote: > On Thu, Jul 12, 2012 at 11:25:08PM +0800, Simon Glass wrote: > > + /* Use a ref-to-sync of 1 always, and take this from the front > > porch */ > > ref-to-sync is supposed to be 1 here. > > > + back = fdtdec_get_int(blob, rgb, "left

Re: [U-Boot] [PATCH v3 08/18] tegra: Add SOC support for display/lcd

2012-07-19 Thread Thierry Reding
On Thu, Jul 19, 2012 at 05:24:35PM +0900, Adam Jiang wrote: > On Thu, Jul 19, 2012 at 03:37:07PM +0800, Thierry Reding wrote: > > * PGP Signed by an unknown key > > > > On Thu, Jul 12, 2012 at 08:25:08AM -0700, Simon Glass wrote: > > > From: Wei Ni > > > > > > Add support for the LCD peripheral

Re: [U-Boot] [PATCH v3 08/18] tegra: Add SOC support for display/lcd

2012-07-19 Thread Adam Jiang
On Thu, Jul 19, 2012 at 03:37:07PM +0800, Thierry Reding wrote: > * PGP Signed by an unknown key > > On Thu, Jul 12, 2012 at 08:25:08AM -0700, Simon Glass wrote: > > From: Wei Ni > > > > Add support for the LCD peripheral at the Tegra2 SOC level. A separate > > LCD driver will use this functiona

Re: [U-Boot] [PATCH v3 08/18] tegra: Add SOC support for display/lcd

2012-07-19 Thread Adam Jiang
On Thu, Jul 12, 2012 at 11:25:08PM +0800, 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. > > Mayuresh Kulkarni: > - changes to remove bitfields and clean up for submis

Re: [U-Boot] [PATCH v3 08/18] tegra: Add SOC support for display/lcd

2012-07-19 Thread Thierry Reding
On Thu, Jul 12, 2012 at 08:25:08AM -0700, 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. > > Mayuresh Kulkarni: > - changes to remove bitfields and clean up for submis

[U-Boot] [PATCH v3 08/18] tegra: Add SOC support for display/lcd

2012-07-12 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