07 Jul, 2011

1 commit

  • In order to operate correctly twl6040 needs correct
    interrupt configuration.
    The slave drivers (vibra, and ASoC codec) will refuse
    to probe, if the interrupt configuration is not correct.
    In this way some checks can be removed from the code.

    Signed-off-by: Peter Ujfalusi
    Reviewed-by: Felipe Balbi
    Acked-by: Samuel Ortiz

    Peter Ujfalusi
     

05 Jul, 2011

1 commit

  • TWL6040 IC provides analog high-end audio codec functions for
    handset applications. It contains several audio analog inputs
    and outputs as well as vibrator support. It's connected to the
    host processor via PDM interface for audio data communication.
    The audio modules are controlled by internal registers that
    can be accessed by I2C and PDM interface.

    TWL6040 MFD will be registered as a child of TWL-CORE, and will
    have two children of its own: twl6040-codec and twl6040-vibra.

    This driver is based on TWL4030 and WM8350 MFD drivers.

    Signed-off-by: Misael Lopez Cruz
    Signed-off-by: Peter Ujfalusi
    Acked-by: Samuel Ortiz

    Misael Lopez Cruz