CC := $(CROSS_COMPILE)gcc CFLAGS := $(CFLAGS) -Wall -D_GNU_SOURCE LDFLAGS := $(LDFLAGS) -lm TARGETS := msr aperf TEST_PROGS := $(TARGETS) run.sh .PHONY: all clean all: $(TARGETS) $(TARGETS): $(HEADERS) clean: rm -f $(TARGETS) ed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/drivers/pwm?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/drivers/pwm
diff options
context:
space:
mode:
authorPhilip, Avinash <avinashphilip@ti.com>2013-01-10 18:35:26 +0530
committerThierry Reding <thierry.reding@avionic-design.de>2013-01-14 08:12:27 +0100
commit0074b49b3fa0886047413dbca0508594b1d80c61 (patch)
tree036431ce26e24aaf66c44a075024685dc1ba3871 /drivers/pwm
parent3ccb1c1702ed4bb07006d20c8173899a69dae242 (diff)
pwm: pwm-tiehrpwm: Update the clock handling of pwm-tiehrpwm driver
The clock framework has changed and it's now better to invoke clock_prepare_enable() and clk_disable_unprepare() rather than the legacy clk_enable() and clk_disable() calls. This patch converts the pwm-tiehrpwm driver to the new framework. Signed-off-by: Philip Avinash <avinashphilip@ti.com> Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Diffstat (limited to 'drivers/pwm')