diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2012-08-22 12:01:24 +0400 |
---|---|---|
committer | Thierry Reding <thierry.reding@avionic-design.de> | 2012-10-05 22:56:42 +0400 |
commit | f6b8a5700057cc1b531c2f9b7806428a6f83b467 (patch) | |
tree | bf019c60548d37c21c8f1ca00a7968a425ea53da /arch/mips/jz4740/Makefile | |
parent | 46a98765133bd880916415d431698797010d4ba8 (diff) | |
download | linux-f6b8a5700057cc1b531c2f9b7806428a6f83b467.tar.xz |
pwm: Add Ingenic JZ4740 support
This commit moves the driver to drivers/pwm and converts it to the new
PWM framework.
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Tested-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/jz4740/Makefile')
-rw-r--r-- | arch/mips/jz4740/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/jz4740/Makefile b/arch/mips/jz4740/Makefile index e44abea9c209..63bad0e491d0 100644 --- a/arch/mips/jz4740/Makefile +++ b/arch/mips/jz4740/Makefile @@ -5,7 +5,7 @@ # Object file lists. obj-y += prom.o irq.o time.o reset.o setup.o dma.o \ - gpio.o clock.o platform.o timer.o pwm.o serial.o + gpio.o clock.o platform.o timer.o serial.o obj-$(CONFIG_DEBUG_FS) += clock-debugfs.o |