31 Jul, 2013

2 commits

  • Use the wrapper function for retrieving the platform data instead of
    accessing dev->platform_data directly.

    Signed-off-by: Jingoo Han
    Signed-off-by: Lee Jones

    Jingoo Han
     
  • This patch clears all the events received while powering up DA9055.

    While powering up DA9055, both power sequencer and gpio events are received.
    These events remain uncleared after boot up, due to which further event handling
    also fails. DA9055 has three event registers. The event register bits are set
    to '1' on receiving an event. The events can be cleared on writing a '1' to
    the set bit, which would then clear that bit to '0'. After applying this patch
    we have a clean state after boot up.

    Signed-off-by: Ankur Raina
    Signed-off-by: Lee Jones
    Signed-off-by: Samuel Ortiz

    Ankur Raina
     

09 Apr, 2013

1 commit

  • This patch changes the irq state from high to the now default low.
    Because the default PMIC irq state of DA9055 got changed from high to low.
    This change should not affect any of the existing users since all of them
    use active low state.

    This patch has been tested on smdkv6410.

    Signed-off-by: Ashish
    Signed-off-by: Samuel Ortiz

    Ashish Jangam
     

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
     

29 Sep, 2012

1 commit

  • This is the DA9055 MFD core driver that instantiate all the dependent
    component drivers and provides them the device access via I2C.

    This patch is functionally tested on Samsung SMDK6410.

    Signed-off-by: David Dajun Chen
    Signed-off-by: Ashish Jangam
    Signed-off-by: Samuel Ortiz

    Ashish Jangam