20 Aug, 2013

1 commit

  • __initdata should be placed between the variable name and equal
    sign for the variable to be placed in the intended section.
    Fix the example.

    Signed-off-by: Sachin Kamat
    Acked-by: Rob Landley
    Signed-off-by: Jiri Kosina

    Sachin Kamat
     

24 Jul, 2012

1 commit

  • LM3556 :
    The LM3556 is a 4 MHz fixed-frequency synchronous boost
    converter plus 1.5A constant current driver for a high-current white LED.
    Datasheet: www.national.com/ds/LM/LM3556.pdf

    Tested on OMAP4430

    (bryan.wu@canonical.com: use module_i2c_driver() rather than
    lm3556_init/lm3556_exit for code simplicity; fixed some typo
    pointed out by Rob Landley)

    Signed-off-by: G.Shark Jeong
    Reviewed-by: Axel Lin
    Reviewed-by: Kim, Milo
    Acked-by: Rob Landley
    Signed-off-by: Bryan Wu

    G.Shark Jeong