]> git.baikalelectronics.ru Git - uboot.git/commit
dm: sandbox: pwm: Add a basic pwm test
authorSimon Glass <sjg@chromium.org>
Mon, 17 Apr 2017 03:01:11 +0000 (21:01 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 27 Apr 2017 20:49:02 +0000 (16:49 -0400)
commitac118573df167b7a5c7f78f5db9a327ee7df9955
tree8fb90db0bfe55a22257930fdd5512e0e2fc03f89
parentd89b5dcf9d9caa9e84ed0ce987a7f457c689e326
dm: sandbox: pwm: Add a basic pwm test

Unfortunately a test for the PWM uclass was not included when it was
submitted. This was noticed when trying to add more functionality:

   http://patchwork.ozlabs.org/patch/748172/

Add a simple test to get us started.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/test.dts
configs/sandbox_defconfig
configs/sandbox_noblk_defconfig
configs/sandbox_spl_defconfig
drivers/pwm/Kconfig
drivers/pwm/Makefile
drivers/pwm/sandbox_pwm.c [new file with mode: 0644]
test/dm/Makefile
test/dm/pwm.c [new file with mode: 0644]