Re: [PATCH 2/3] da8xx-dt: Create da8xx DT adapter device

2012-11-01 Thread Pantelis Antoniou
Hi Tomi, On Nov 1, 2012, at 4:36 PM, Tomi Valkeinen wrote: > On 2012-11-01 17:18, Pantelis Antoniou wrote: >> omap_device is going private. >> >> Move the da8xx-dt adapter device to arch/arm/mach-omap2. >> >> Signed-off-by: Pantelis Antoniou > > >> + >> +/* display_panel */ >> +priv-

Re: [PATCH 2/3] da8xx-dt: Create da8xx DT adapter device

2012-11-01 Thread Tomi Valkeinen
On 2012-11-01 17:18, Pantelis Antoniou wrote: > omap_device is going private. > > Move the da8xx-dt adapter device to arch/arm/mach-omap2. > > Signed-off-by: Pantelis Antoniou > + > + /* display_panel */ > + priv->lcd_panel.panel_type = QVGA; > + priv->lcd_panel.max_bpp

[PATCH 2/3] da8xx-dt: Create da8xx DT adapter device

2012-10-31 Thread Pantelis Antoniou
omap_device is going private. Move the da8xx-dt adapter device to arch/arm/mach-omap2. Signed-off-by: Pantelis Antoniou --- arch/arm/mach-omap2/Makefile | 3 + arch/arm/mach-omap2/da8xx-dt.c | 197 + 2 files changed, 200 insertions(+) create mode 100