25 Jul, 2012

2 commits


16 Jul, 2012

1 commit


10 May, 2012

1 commit


16 Apr, 2012

1 commit

  • Complete the separation of the twl6040 from the twl core since
    it is a separate chip, not part of the twl6030 PMIC.

    Make the needed Kconfig changes for the depending drivers at the
    same time to avoid breaking the kernel build (vibra, ASoC components).

    Signed-off-by: Peter Ujfalusi
    Reviewed-by: Mark Brown
    Acked-by: Tony Lindgren
    Acked-by: Dmitry Torokhov
    Signed-off-by: Samuel Ortiz

    Peter Ujfalusi
     

04 Feb, 2012

1 commit


12 Oct, 2011

4 commits


23 Sep, 2011

2 commits


20 Sep, 2011

2 commits

  • There is no need to write to the vio registers at probe time, since most
    them either read only, or shared with MFD or not used.
    On the other hand it is a good idea to updated the ASICREV register in
    the cache at this time.

    After power up we need to restore some registers. Clean up the list to
    contain only the registers we are going to restore.

    Signed-off-by: Peter Ujfalusi
    Acked-by: Liam Girdwood
    Signed-off-by: Mark Brown

    Peter Ujfalusi
     
  • For client driver to use, if they need chip resvision information.

    Signed-off-by: Peter Ujfalusi
    Acked-by: Samuel Ortiz
    Acked-by: Liam Girdwood
    Signed-off-by: Mark Brown

    Peter Ujfalusi
     

07 Jul, 2011

2 commits


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