04 Jan, 2012

2 commits


01 Nov, 2011

1 commit


20 Aug, 2011

1 commit


08 Jul, 2011

1 commit

  • Platform files may have declared 8903 platform data as __initdata. This
    patch removes the dependency on pdata pointer so that using __initdata
    on pdata will not incur errors. Note that such error does not incur
    SECTION MISMATCH warning in (at least some) compilers.

    Signed-off-by: MyungJoo Ham
    Signed-off-by: Kyungmin Park
    Signed-off-by: Anton Vorontsov

    MyungJoo Ham
     

20 Apr, 2011

1 commit

  • MAX8903 is an integrated battery charger and selector with two
    power inputs (USB and AC adapter). This driver enables the charger,
    handles interrupts, and provides power-supply-class information to
    userland.

    Tested on Exynos4 NURI / S5PC210 SLP7 boards.

    Signed-off-by: MyungJoo Ham
    Signed-off-by: Kyungmin Park
    Signed-off-by: Anton Vorontsov

    MyungJoo Ham