12 Jul, 2016

1 commit

  • The ux500 DT support predates the CLK_OF_DECLARE macro and calls
    directly into the clk driver from platform code.

    Converting this to CLK_OF_DECLARE makes the code much nicer and
    similar to how modern platforms do it today. It also removes the
    last user of cpu_is_u8500_family() etc.

    Signed-off-by: Arnd Bergmann
    Signed-off-by: Linus Walleij

    Arnd Bergmann
     

03 Mar, 2016

1 commit


25 Aug, 2015

1 commit


21 Jul, 2015

1 commit

  • Clock provider drivers generally shouldn't include clk.h because
    it's the consumer API. Remove the include here because this is a
    provider driver. Also remove clkdev.h in files that aren't using
    it.

    Acked-by: Linus Walleij
    Acked-by: Ulf Hansson
    Signed-off-by: Stephen Boyd

    Stephen Boyd
     

26 Sep, 2013

1 commit

  • There is no mention of the PRCMU_BML8580CLK in any of the Design
    Specifications for the chips supported in Mainline. In fact, where it
    is incorrectly used in the u8540 clock definition driver it would
    have the side effect of using the incorrect clock management address
    ([PRCM_BML8580CLK_MGT] 0x108 instead of the correct value 0x04C).

    Acked-by: Mike Turquette
    Signed-off-by: Lee Jones
    Signed-off-by: Linus Walleij

    Lee Jones
     

07 Jun, 2013

2 commits


07 Sep, 2012

1 commit