09 Jan, 2012

1 commit


20 Sep, 2011

1 commit

  • In systems where there is no hardware signal from the processor to the
    PMIC to initiate the final power off sequence we must initiate the
    shutdown with a register write to the PMIC. Support such systems in the
    driver. Since this may prevent a full shutdown of the system platform
    data is used to enable the feature.

    Signed-off-by: Mark Brown
    Signed-off-by: Samuel Ortiz

    Mark Brown
     

22 Aug, 2011

1 commit

  • Factor out the register read/write code to use the register map API. We
    still need some wm831x specific code and locking in place to check that
    the user key is handled correctly but only on the write side, reads are
    not affected by the key.

    Signed-off-by: Mark Brown
    Acked-by: Samuel Ortiz

    Mark Brown
     

23 Mar, 2011

1 commit


14 Jan, 2011

2 commits


29 Oct, 2010

1 commit

  • In preparation for the addition of SPI support for the WM831x move the I2C
    specific code into a separate file with a separate Kconfig option so the
    I2C support can be excluded from the build.

    Also update the 1133-EV1 PMIC module support for SMDK6410 to use the new
    symbol.

    Signed-off-by: Mark Brown
    Signed-off-by: Samuel Ortiz

    Mark Brown