26 Nov, 2010

1 commit


22 Jul, 2010

1 commit


27 May, 2010

1 commit

  • This adjusts the clockrate for the MTU timer. On the different
    UX500 variants this rate is different. The platform can also have
    been set up at hardware initialization, bootloader or early init
    for different clock speeds. To have the clock framework available
    early so the timers can use them, the clock initialization for
    Nomadik and ux500 is moved to IRQ init time. A custom per-clock
    callback is added to handle special cases like this.

    This solves a user-visible bug: without this patch the current
    UX500 platforms will not be synchronized to wall-clock time and
    the platform will drift in time.

    Acked-by: Rabin Vincent
    Signed-off-by: Linus Walleij
    Signed-off-by: Russell King

    Linus Walleij
     

21 May, 2010

1 commit


07 May, 2010

2 commits

  • Add clocks with appropriate names in platforms that use it, and use the
    clk API in nomadik-gpio.

    Acked-by: Alessandro Rubini
    Acked-by: Linus Walleij
    Acked-by: Srinidhi Kasagar
    Signed-off-by: Rabin Vincent
    Signed-off-by: Russell King

    Rabin Vincent
     
  • Add a table for clocks to be defined statically, so that new clocks can
    be added without having to call nmdk_clk_create() for each of them.
    Remove the now unused nmdk_clk_create() function.

    Acked-by: Alessandro Rubini
    Acked-by: Linus Walleij
    Signed-off-by: Rabin Vincent
    Signed-off-by: Russell King

    Rabin Vincent
     

03 Jul, 2009

1 commit