24 Oct, 2011

1 commit

  • We neglect to free init_data on successful exit. I also moved two
    assignments to just before they are needed. This avoids doing them in
    case we hit an earlier error exit from the function.

    Signed-off-by: Jesper Juhl
    Cc: Margarita Olaya Cabrera
    Signed-off-by: Andrew Morton
    Signed-off-by: Samuel Ortiz

    Jesper Juhl
     

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