11 Aug, 2015

1 commit


03 Jun, 2014

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
     

23 Oct, 2013

1 commit


29 Nov, 2012

2 commits

  • CONFIG_HOTPLUG is going away as an option so __devexit is no
    longer needed.

    Signed-off-by: Bill Pemberton
    Cc: Srinidhi Kasagar
    Cc: Peter Tyser
    Cc: Daniel Walker
    Cc: Bryan Huntsman
    Acked-by: David Brown
    Acked-by: Linus Walleij
    Acked-by: Mark Brown
    Signed-off-by: Greg Kroah-Hartman

    Bill Pemberton
     
  • CONFIG_HOTPLUG is going away as an option so __devinit is no longer
    needed.

    Signed-off-by: Bill Pemberton
    Cc: Srinidhi Kasagar
    Cc: Peter Tyser
    Cc: Daniel Walker
    Cc: Bryan Huntsman
    Acked-by: David Brown
    Acked-by: Mark Brown
    Signed-off-by: Greg Kroah-Hartman

    Bill Pemberton
     

24 Sep, 2012

1 commit


19 Sep, 2012

1 commit

  • Add DT property "maxim,system-power-controller" to indicate whether the
    PMIC is in charge of controlling the system power. If this is set, the
    driver will provide the pm_power_off() function.

    Signed-off-by: Stephen Warren
    Signed-off-by: Samuel Ortiz

    Stephen Warren
     

17 Sep, 2012

1 commit

  • The MAX8907 is an I2C-based power-management IC containing voltage
    regulators, a reset controller, a real-time clock, and a touch-screen
    controller.

    The original driver was written by:
    * Gyungoh Yoo

    Various fixes and enhancements by:
    * Jin Park
    * Tom Cherry
    * Prashant Gaikwad
    * Dan Willemsen
    * Laxman Dewangan

    During upstreaming, I (swarren):
    * Converted to regmap.
    * Converted to regmap-irq.
    * Allowed probing from device tree.
    * Renamed from max8907c->max8907, since the driver covers at least the
    C and B revisions.
    * General cleanup.

    Signed-off-by: Gyungoh Yoo
    Signed-off-by: Stephen Warren
    Reviewed-by: Mark Brown #v3
    Signed-off-by: Samuel Ortiz

    Gyungoh Yoo