From: Barry Song <[email protected]> Barry Song (3): pwm: sirf: add dt-binding document ARM: dts: sirf: fix the pwm-cells and clocks for pwm ARM: prima2_defconfig: enable PWM and sirf PWM driver
Huayi Li (1): pwm: add CSR SiRFSoC PWM driver Documentation/devicetree/bindings/pwm/pwm-sirf.txt | 23 ++ arch/arm/boot/dts/atlas6.dtsi | 5 +- arch/arm/boot/dts/prima2.dtsi | 6 +- arch/arm/configs/prima2_defconfig | 2 + drivers/pwm/Kconfig | 9 + drivers/pwm/Makefile | 1 + drivers/pwm/pwm-sirf.c | 329 ++++++++++++++++++++ 7 files changed, 371 insertions(+), 4 deletions(-) create mode 100644 Documentation/devicetree/bindings/pwm/pwm-sirf.txt create mode 100644 drivers/pwm/pwm-sirf.c -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-pwm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
