11 Aug, 2015

1 commit


06 Jan, 2014

1 commit

  • As of commit 03e361b25ee8dfb1fd9b890072c23c4aae01c6c7 ("mfd: Stop setting
    refcounting pointers in original mfd_cell arrays"), the "cell" parameter of
    mfd_add_devices() is "const" again. Hence make all cell data passed to
    mfd_add_devices() const where possible.

    Signed-off-by: Geert Uytterhoeven
    Signed-off-by: Lee Jones

    Geert Uytterhoeven
     

31 Jul, 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
    Cc: Samuel Ortiz
    Signed-off-by: Greg Kroah-Hartman

    Greg Kroah-Hartman
     

09 Dec, 2012

1 commit


21 Nov, 2012

1 commit

  • TPS80031/ TPS80032 Fully Integrated Power Management with Power
    Path and Battery Charger. The device provides five configurable
    step-down converters, 11 general purpose LDOs, USB OTG Module,
    ADC, RTC, 2 PWM, System Voltage Regulator/Battery Charger with
    Power Path from USB, 32K clock generator.

    Add the mfd core driver for TPS80031/TPS80032.

    Signed-off-by: Laxman Dewangan
    Reviwed-by: Mark Brown
    Signed-off-by: Samuel Ortiz

    Laxman Dewangan