09 Jul, 2014

1 commit

  • The macro name for enable3 pin is named as AS3722_EXT_CONTROL_PIN_ENABLE2
    which is conflict with the enable2 pin.

    Correct this macro name to correctly reflect the enable pin i.e.
    AS3722_EXT_CONTROL_PIN_ENABLE3.

    Signed-off-by: Laxman Dewangan
    Reported-by: Dan Willemsen
    Signed-off-by: Lee Jones

    Laxman Dewangan
     

23 Oct, 2013

1 commit

  • The ams AS3722 is a compact system PMU suitable for mobile phones,
    tablets etc. It has 4 DC/DC step-down regulators, 3 DC/DC step-down
    controller, 11 LDOs, RTC, automatic battery, temperature and
    over-current monitoring, 8 GPIOs, ADC and a watchdog.

    Add MFD core driver for the AS3722 to support core functionality.

    Acked-by: Stephen Warren
    Signed-off-by: Laxman Dewangan
    Signed-off-by: Florian Lobmaier
    Signed-off-by: Lee Jones

    Laxman Dewangan