• P
    test: dm: add sandbox PMIC framework tests · e8f339e0
    Przemyslaw Marczak 提交于
    This change adds new file to sandbox driver model test environment.
    The file is: test/dm/power.c, and it includes tests for PMIC framework,
    which includes PMIC uclass and REGULATOR uclass.
    
    All tests are based od Sandbox PMIC emulated device. Some test constants for
    this device are defined in the header: include/power/sandbox_pmic.h
    
    PMIC tests includes:
    - pmic get - tests, that pmic_get() returns the requested device
    - pmic I/O - tests I/O by writing and reading some values to PMIC's registers
                 and then compares, that the write/read values are equal.
    
    The regulator tests includes:
    - Regulator get by devname/platname
    - Voltage set/get
    - Current set/get
    - Enable set/get
    - Mode set/get
    - Autoset
    - List autoset
    
    For the regulator 'get' test, the returned device pointers are compared,
    and their names are also compared to the requested one.
    Every other test, first sets the given attribute and next try to get it.
    The test pass, when the set/get values are equal.
    Signed-off-by: NPrzemyslaw Marczak <p.marczak@samsung.com>
    Acked-by: NSimon Glass <sjg@chromium.org>
    Tested on sandbox:
    Tested-by: NSimon Glass <sjg@chromium.org>
    e8f339e0
pmic.c 1.5 KB