20 Aug, 2013

1 commit

  • This is MFD module providing access to registers and interrupts of DA906x
    series PMIC. It is used by other functional modules, registered as MFD cells.
    Driver uses regmap with paging to access extended register list. Register map
    is divided into two pages, where the second page is used during initialisation.

    This module provides support to following functional cells:
    - Regulators
    - RTC
    - HWMON
    - OnKey (power key misc input device)
    - Vibration (force-feedback input device)
    - Watchdog
    - LEDs

    Signed-off-by: Krystian Garbaciak
    Signed-off-by: Philipp Zabel
    Reviewed-by: Mark Brown
    Signed-off-by: Samuel Ortiz

    Krystian Garbaciak