]> git.ipfire.org Git - people/ms/u-boot.git/commit
tegra: pwm: Add a driver for the tegra PWM
authorSimon Glass <sjg@chromium.org>
Sat, 30 Jan 2016 23:37:46 +0000 (16:37 -0700)
committerTom Warren <twarren@nvidia.com>
Tue, 16 Feb 2016 16:17:50 +0000 (09:17 -0700)
commit7429b9623b9d636d6fc686db3af29cc79d901bc6
treec23044441fa103b396b04044dac40234e3ef5769
parent651827c0fc3d91e0a6f2170890a11bc77557ee2e
tegra: pwm: Add a driver for the tegra PWM

This PWM supports four channels. The driver always uses the 32KHz clock,
and adjusts the duty cycle accordingly.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/include/asm/arch-tegra/pwm.h
drivers/pwm/Makefile
drivers/pwm/tegra_pwm.c [new file with mode: 0644]