11 Aug, 2015

2 commits


23 Jan, 2015

1 commit


20 Jan, 2015

2 commits

  • If we don't tell regmap-irq that our first status
    register is at offset 1, it will try to read offset
    zero, which is the chipid register.

    Fixes: 44b4dc6 mfd: tps65218: Add driver for the TPS65218 PMIC
    Cc: # v3.15+
    Signed-off-by: Felipe Balbi
    Signed-off-by: Lee Jones

    Felipe Balbi
     
  • STATUS register can be modified by the HW, so we
    should bypass cache because of that.

    In the case of INT[12] registers, they are the ones
    that actually clear the IRQ source at the time they
    are read. If we rely on the cache for them, we will
    never be able to clear the interrupt, which will cause
    our IRQ line to be disabled due to IRQ throttling.

    Fixes: 44b4dc6 mfd: tps65218: Add driver for the TPS65218 PMIC
    Cc: # v3.15+
    Signed-off-by: Felipe Balbi
    Signed-off-by: Lee Jones

    Felipe Balbi
     

03 Jun, 2014

1 commit


19 Mar, 2014

1 commit

  • The TPS65218 chip is a power management IC for Portable Navigation Systems
    and Tablet Computing devices. It contains the following components:

    - Regulators.
    - Over Temperature warning and Shut down.

    This patch adds support for tps65218 mfd device. At this time only
    the regulator functionality is made available.

    Signed-off-by: Keerthy
    Signed-off-by: Lee Jones

    Keerthy