Re: [PATCH 1/1] pxa168: added initial support for TPO TD043MTEA1 LCD display on Aspenite

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Eric Miao
Date: Tuesday, August 24, 2010 - 7:31 pm

On Wed, Aug 25, 2010 at 10:02 AM, Mark F. Brown <mark.brown314@gmail.com> wrote:

Not sure about the status of the _defconfig story, but better to leave
this part out at this moment until that's been completely figured out.


Blank line would be good here, but I'm not picky.


Need to check if this is referenced at run-time in pxa168fb.c, if that's true,
the modes[] array above possibly won't be referenced as well, and can be
marked as __initdata too. Otherwise, we'd want to remove this __initdata
here.


Or

INIT_CLKREG(&clk_lcd, "pxa168-fb", NULL),

clk_get() will match the dev_id name first, and then the clock name,
so dev_id should be normally enough, and clock name can be NULL
if there is no other clocks for this same device.


??


??

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH 1/1] pxa168: added initial support for TPO TD04 ..., Eric Miao, (Tue Aug 24, 7:31 pm)