]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
exynos: pwm: Add a driver for the exynos5 PWM
authorSimon Glass <sjg@chromium.org>
Mon, 22 Feb 2016 04:08:49 +0000 (21:08 -0700)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 25 May 2016 04:25:18 +0000 (13:25 +0900)
commit5c2dd4cd7a41ec971a23eec9e993717e5aed8744
tree1ae675319de36ac0b50f7a7659db901004573102
parent0c84358cb240953b467034a52fcc2f459ba4029b
exynos: pwm: Add a driver for the exynos5 PWM

This driver supports the standard PWM API. There are 5 PWMs. Four are used
normally and the last is normally used as a timer.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/cpu/armv7/s5p-common/timer.c
drivers/pwm/Kconfig
drivers/pwm/Makefile
drivers/pwm/exynos_pwm.c [new file with mode: 0644]