]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: Add a pwm command
authorPragnesh Patel <pragnesh.patel@sifive.com>
Tue, 22 Dec 2020 06:00:05 +0000 (11:30 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 18 Jan 2021 20:23:06 +0000 (15:23 -0500)
commit9e9a530a61c01e412a239d8c211d5b1e26b578fa
treecc2c5f125fba8721f5546c21594bb1c637a0c1b2
parent2767d881f031124b2193ab33b32e48b29c6e18e1
cmd: Add a pwm command

Add the command "pwm" for controlling the pwm channels. This
command provides pwm invert/config/enable/disable functionalities
via PWM uclass drivers

Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
README
cmd/Kconfig
cmd/Makefile
cmd/pwm.c [new file with mode: 0644]
configs/sandbox_defconfig
test/cmd/Makefile
test/cmd/pwm.c [new file with mode: 0644]