]> Git Repo - u-boot.git/commit
tegra: pwm: Add a driver for the tegra PWM
authorSimon Glass <[email protected]>
Sat, 30 Jan 2016 23:37:46 +0000 (16:37 -0700)
committerTom Warren <[email protected]>
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 <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
arch/arm/include/asm/arch-tegra/pwm.h
drivers/pwm/Makefile
drivers/pwm/tegra_pwm.c [new file with mode: 0644]
This page took 0.02904 seconds and 4 git commands to generate.