03 Mar, 2016

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
     

20 Oct, 2014

1 commit


29 May, 2013

1 commit


11 Apr, 2013

1 commit


04 Jan, 2013

1 commit

  • CONFIG_HOTPLUG is going away as an option. As a result, the __dev*
    markings need to be removed.

    This change removes the use of __devinit, __devexit_p, __devinitdata,
    __devinitconst, and __devexit from these drivers.

    Based on patches originally written by Bill Pemberton, but redone by me
    in order to handle some of the coding style issues better, by hand.

    Cc: Bill Pemberton
    Signed-off-by: Greg Kroah-Hartman

    Greg Kroah-Hartman
     

27 Nov, 2012

1 commit

  • The abx500 clock driver is a platform driver which will be initialized
    during arch init. The platform device shall be added from the ab-core
    driver as a mfd child device to maintain correct boot sequence.

    Depending on what ab version we use, different clock definitions will
    be added.

    Signed-off-by: Ulf Hansson
    Reviewed-by: Linus Walleij
    Signed-off-by: Mike Turquette

    Ulf Hansson