1. 02 4月, 2013 7 次提交
  2. 26 3月, 2013 3 次提交
  3. 22 3月, 2013 1 次提交
    • P
      pwm: davinci: Add Kconfig support for ECAP & EHRPWM devices · 1bf0f20b
      Philip Avinash 提交于
      Add EHRPWM and ECAP support build support for DAVINCI_DA8XX platforms.
      
      Also, since DAVINCI platforms doesn't support TI-PWM-Subsystem module,
      remove the select option for CONFIG_PWM_TIPWMSS.
      
      Also, update CONFIG_PWM_TIPWMSS compiler directive appropriately in
      pwm-tipwmss.h to fix the below compiler error upon removal of
      CONFIG_PWM_TIPWMSS for DAVINCI platforms.
      
      	drivers/pwm/pwm-tiecap.c: In function 'ecap_pwm_probe':
      	drivers/pwm/pwm-tiecap.c:263:4: error: 'PWMSS_ECAPCLK_EN' undeclared
      	(first use in this function)
      	drivers/pwm/pwm-tiecap.c:263:4: note: each undeclared identifier
      	is reported only once for each function it appears in
      	drivers/pwm/pwm-tiecap.c:264:17: error: 'PWMSS_ECAPCLK_EN_ACK'
      	undeclared (first use in this function)
      	drivers/pwm/pwm-tiecap.c: In function 'ecap_pwm_remove':
      	drivers/pwm/pwm-tiecap.c:291:49: error: 'PWMSS_ECAPCLK_STOP_REQ'
      	undeclared (first use in this function)
      	make[2]: *** [drivers/pwm/pwm-tiecap.o] Error 1
      	make[1]: *** [drivers/pwm] Error 2
      	make: *** [drivers] Error 2
      Signed-off-by: NPhilip Avinash <avinashphilip@ti.com>
      Signed-off-by: NThierry Reding <thierry.reding@avionic-design.de>
      1bf0f20b
  4. 11 3月, 2013 3 次提交
  5. 08 3月, 2013 2 次提交
  6. 17 2月, 2013 1 次提交
  7. 16 2月, 2013 1 次提交
  8. 02 2月, 2013 2 次提交
  9. 30 1月, 2013 4 次提交
  10. 23 1月, 2013 1 次提交
  11. 17 1月, 2013 2 次提交
  12. 14 1月, 2013 1 次提交
  13. 09 1月, 2013 2 次提交
  14. 08 1月, 2013 1 次提交
    • B
      pwm: atmel: add Timer Counter Block PWM driver · 9421bade
      Boris BREZILLON 提交于
      This patch adds a PWM driver based on Atmel Timer Counter Block. The
      Timer Counter Block is used in Waveform generator mode.
      
      A Timer Counter Block provides up to 6 PWM devices grouped by 2:
      * group 0 = PWM 0 and 1
      * group 1 = PWM 2 and 3
      * group 2 = PMW 4 and 5
      
      PWM devices in a given group must be configured with the same period
      value. If a PWM device in a group tries to change the period value and
      the other device is already configured with a different value an error
      will be returned.
      
      This driver requires device tree support. The Timer Counter Block number
      used to create a PWM chip is given by the tc-block field in an
      "atmel,tcb-pwm" compatible node.
      
      This patch was tested on kizbox board (at91sam9g20 SoC) with pwm-leds.
      Signed-off-by: NBoris BREZILLON <linux-arm@overkiz.com>
      Signed-off-by: NThierry Reding <thierry.reding@avionic-design.de>
      9421bade
  15. 14 12月, 2012 1 次提交
  16. 06 12月, 2012 5 次提交
  17. 29 11月, 2012 3 次提交