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
     

08 May, 2015

1 commit


24 Feb, 2014

1 commit


18 Oct, 2013

1 commit

  • Due to a typo or similar, the peripheral group 2 clock 11
    gate was set to bit 1 instead of bit 11. We need to fix this
    to be able to set the correct enable bit in the device tree:
    when trying to correct the bit assignment in the device tree,
    the system would hang.

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

    Linus Walleij
     

26 Sep, 2013

9 commits