30 Apr, 2013

1 commit

  • Platform LCD devices may need to do some device-specific initialization
    before they can be used (regulator or GPIO setup, for example), but
    currently the driver does not support any way of doing this. This patch
    adds a probe() callback to plat_lcd_data which platform LCD devices can
    set to indicate that device-specific initialization is needed.

    Signed-off-by: Andrew Bresticker
    Cc: Richard Purdie
    Cc: Florian Tobias Schandinat
    Reviewed-by: Doug Anderson
    Acked-by: Jingoo Han
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Andrew Bresticker
     

25 Jul, 2008

1 commit

  • Add a platform_lcd driver to allow boards with simple lcd power controls
    to register themselves easily.

    [akpm@linux-foundation.org: build fix]
    Signed-off-by: Ben Dooks
    Cc: Richard Purdie
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Ben Dooks