01 Jul, 2013

3 commits


27 Jun, 2013

1 commit


24 Jun, 2013

2 commits

  • Add core MFD driver for the on-board PLD found on some Kontron embedded
    modules. The PLD device may provide functions like watchdog, GPIO, UART
    and I2C bus.

    The following modules are supported:
    * COMe-bIP#
    * COMe-bPC2 (ETXexpress-PC)
    * COMe-bSC# (ETXexpress-SC T#)
    * COMe-cCT6
    * COMe-cDC2 (microETXexpress-DC)
    * COMe-cPC2 (microETXexpress-PC)
    * COMe-mCT10
    * ETX-OH

    Originally-From: Michael Brunner
    Signed-off-by: Kevin Strasser
    Acked-by: Guenter Roeck
    Acked-by: Darren Hart
    Acked-by: Thomas Gleixner
    Signed-off-by: Samuel Ortiz

    Kevin Strasser
     
  • The Patch adds TPS659038 PMIC support in the palmas mfd driver.
    The TPS659038 has almost the same registers as of the earlier
    supported variants of PALMAS family such as the TWL6035.

    The critical differences between TPS659038 and TWL6035 being:

    1) TPS659038 has nothing related to battery charging and back up battery stuff.
    2) TPS659038 does not have does not have SMPS10(Boost) step up convertor.
    3) TPS659038 does not have Battery detection and anything related to battery.
    4) SD card detection, Battery presence detection, Vibrator, USB OTG are missing
    when compared to TWL6035.

    Signed-off-by: J Keerthy
    Signed-off-by: Samuel Ortiz

    J Keerthy
     

20 Jun, 2013

5 commits

  • The SMPS10 regulator is not presesnt in all the variants
    of the PALMAS PMIC family. Hence adding a feature to distingush
    between them.

    Signed-off-by: J Keerthy
    Signed-off-by: Samuel Ortiz

    J Keerthy
     
  • Check if irq value obtained is valid. If it is not valid
    then skip the irq request step and go ahead with the probe.

    Signed-off-by: J Keerthy
    Reviewed-by: Mark Brown
    Reviewed-by: Stephen Warren
    Signed-off-by: Samuel Ortiz

    J Keerthy
     
  • This patch adds the LPC Controller DeviceIDs for iTCO Watchdog for
    the Intel Coleto Creek PCH.

    Signed-off-by: Seth Heasley
    Signed-off-by: Samuel Ortiz

    Seth Heasley
     
  • The TWL6025 was never released beyond sample form and was replaced by
    the PhoenixLite range of chips - TWL6032. Change the references to
    reference the TWL6032 class and name the registers to twl6032 in line with
    an actual released chip name to avoid confusion.

    Currently there are no users of TWL6025 in the code.

    Signed-off-by: Graeme Gregory
    Signed-off-by: Oleksandr Kozaruk
    Acked-by: Lee Jones
    Reviwed-by: Mark Brown
    Signed-off-by: Samuel Ortiz

    Graeme Gregory
     
  • Include the missing header file to fix the following build error:
    drivers/mfd/davinci_voicecodec.c: In function ‘davinci_vc_probe’:
    drivers/mfd/davinci_voicecodec.c:86:3: error: implicit declaration of function
    ‘io_v2p’ [-Werror=implicit-function-declaration]
    (dma_addr_t)(io_v2p(davinci_vc->base) + DAVINCI_VC_WFIFO);

    Signed-off-by: Sachin Kamat
    Signed-off-by: Samuel Ortiz

    Sachin Kamat
     

19 Jun, 2013

9 commits


18 Jun, 2013

15 commits


17 Jun, 2013

1 commit


13 Jun, 2013

4 commits