1. 30 1月, 2015 2 次提交
  2. 17 11月, 2014 2 次提交
  3. 23 8月, 2014 1 次提交
  4. 07 8月, 2014 1 次提交
  5. 11 7月, 2014 1 次提交
  6. 28 4月, 2014 1 次提交
  7. 01 4月, 2014 1 次提交
  8. 19 3月, 2014 2 次提交
  9. 21 1月, 2014 1 次提交
    • M
      pwm: Add LP3943 PWM driver · af66b3c0
      Milo Kim 提交于
      This is the other of the LP3943 MFD driver.
      LP3943 can be used as a PWM generator, up to 2 channels.
      
      * Two PWM generators supported
      
      * Supported PWM operations
        request, free, config, enable and disable
      
      * Pin assignment
        A driver data, 'pin_used' is checked when a PWM is requested.
        If the output pin is already assigned, then returns as failure.
        If the pin is available, 'pin_used' is set.
        When the PWM is not used anymore, then it is cleared.
        It is defined as unsigned long type for atomic bit operation APIs,
        but only LSB 16bits are used because LP3943 has 16 outputs.
      Signed-off-by: NMilo Kim <milo.kim@ti.com>
      Acked-by: NThierry Reding <thierry.reding@gmail.com>
      Signed-off-by: NLee Jones <lee.jones@linaro.org>
      af66b3c0
  10. 17 12月, 2013 1 次提交
  11. 17 10月, 2013 1 次提交
  12. 13 8月, 2013 2 次提交
  13. 06 8月, 2013 1 次提交
  14. 21 6月, 2013 2 次提交
  15. 12 6月, 2013 1 次提交
  16. 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
  17. 28 11月, 2012 4 次提交
  18. 23 11月, 2012 1 次提交
  19. 06 10月, 2012 2 次提交
  20. 20 9月, 2012 1 次提交
  21. 19 9月, 2012 1 次提交
  22. 26 7月, 2012 2 次提交
  23. 23 7月, 2012 1 次提交
  24. 03 7月, 2012 7 次提交