25 Jan, 2008

1 commit


12 Jul, 2006

1 commit

  • Patch from Pavel Machek

    From: Dirk Opfer

    Fix ucb initialization on collie. Wrong frequency was used and that
    led to things not working quite correctly. (I had to actually disable
    checks in my tree to get it to boot). It now includes all the
    neccessary parts to get it to compile :-).

    Signed-off-by: Pavel Machek
    Acked-by: Richard Purdie
    Signed-off-by: Russell King

    Pavel Machek
     

06 Oct, 2005

1 commit

  • drivers/mfd/ucb1x00-core.c:555: error: static declaration of 'ucb1x00_class' follows non-static declaration
    drivers/mfd/ucb1x00.h:109: error: previous declaration of 'ucb1x00_class' was here

    Since ucb1x00_class isn't used by anything, remove the extern
    declaration and the symbol export.

    Signed-off-by: Russell King

    Russell King
     

11 Sep, 2005

1 commit

  • Add the core device support code for the Philips UCB1200 and
    UCB1300 devices. Also includes the following from Pavel:

    This fixes u32 vs. pm_message_t confusion and uses cleaner
    try_to_freeze() [fixing compilation as a side-effect on newer
    kernels.]

    Signed-off-by: Pavel Machek
    Signed-off-by: Russell King

    Russell King