01 Aug, 2011

2 commits

  • This module controls the interrupt handling for the tps65912.
    The interrupt sources can be the following:

    - GPIO
    - PWRON signal
    - PWRHOLD signal
    - Temperature detection

    Signed-off-by: Margarita Olaya Cabrera
    Acked-by: Samuel Ortiz
    Acked-by: Liam Girdwood
    Signed-off-by: Samuel Ortiz

    Margarita Olaya
     
  • The tps65912 chip is a power management IC. It contains the following
    components:

    - Regulators
    - GPIO controller

    The core driver is registered as a platform driver, it provides communication
    through I2C and SPI interfaces.

    Signed-off-by: Margarita Olaya Cabrera
    Acked-by: Samuel Ortiz
    Acked-by: Liam Girdwood
    Signed-off-by: Samuel Ortiz

    Margarita Olaya