Re: [U-Boot] [PATCH v3 09/18] tegra: Add LCD driver

2012-09-27 Thread Simon Glass
Hi Thierry, On Thu, Jul 19, 2012 at 12:41 AM, Thierry Reding wrote: > On Thu, Jul 12, 2012 at 08:25:09AM -0700, Simon Glass wrote: >> This driver supports driving a single LCD and providing a U-Boot console >> on it. >> >> Signed-off-by: Simon Glass >> --- >> Changes in v2: >> - Update LCD drive

Re: [U-Boot] [PATCH v3 09/18] tegra: Add LCD driver

2012-07-19 Thread Thierry Reding
On Thu, Jul 12, 2012 at 08:25:09AM -0700, Simon Glass wrote: > This driver supports driving a single LCD and providing a U-Boot console > on it. > > Signed-off-by: Simon Glass > --- > Changes in v2: > - Update LCD driver to deal with new fdt bindings > > Changes in v3: > - Adjust LCD driver to u

[U-Boot] [PATCH v3 09/18] tegra: Add LCD driver

2012-07-12 Thread Simon Glass
This driver supports driving a single LCD and providing a U-Boot console on it. Signed-off-by: Simon Glass --- Changes in v2: - Update LCD driver to deal with new fdt bindings Changes in v3: - Adjust LCD driver to use new SOC display driver structures - Move some fdt decode code from LCD driver