1. 03 9月, 2013 2 次提交
  2. 12 6月, 2013 1 次提交
  3. 29 4月, 2013 1 次提交
  4. 08 4月, 2013 2 次提交
  5. 09 1月, 2013 1 次提交
  6. 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
  7. 28 11月, 2012 5 次提交
    • P
      pwm: New driver to support PWM driven LEDs on TWL4030/6030 series of PMICs · aa765647
      Peter Ujfalusi 提交于
      The driver supports the following LED outputs as generic PWM driver:
      TWL4030 LEDA and LEDB (PWMA and PWMB)
      TWL6030 Charging indicator LED (PWM LED)
      
      On TWL6030 when the PWM requested LED is configured to be controlled by SW.
      In this case the user can enable/disable and set the duty period freely.
      When the PWM has been freed, the LED driver is put back to HW control.
      Signed-off-by: NPeter Ujfalusi <peter.ujfalusi@ti.com>
      Signed-off-by: NThierry Reding <thierry.reding@avionic-design.de>
      aa765647
    • P
      pwm: New driver to support PWMs on TWL4030/6030 series of PMICs · 3744c263
      Peter Ujfalusi 提交于
      The driver supports the following PWM outputs:
      TWL4030 PWM0 and PWM1
      TWL6030 PWM1 and PWM2
      
      On TWL4030 the PWM signals are muxed. Upon requesting the PWM the driver
      will select the correct mux so the PWM can be used. When the PWM has been
      freed the original configuration is going to be restored.
      Signed-off-by: NPeter Ujfalusi <peter.ujfalusi@ti.com>
      Signed-off-by: NThierry Reding <thierry.reding@avionic-design.de>
      3744c263
    • P
      pwm: tiehrpwm: Add device-tree binding · 53ad9e8d
      Philip, Avinash 提交于
      This patch
      1. Add support for device-tree binding for EHRWPM driver.
      2. Set size of pwm-cells set to 3 to support PWM channel number, PWM
         period & polarity configuration from device tree.
      3. Add enable/disable clock gating in PWM subsystem common config space.
      4. When here set .owner member in platform_driver structure to
         THIS_MODULE.
      Signed-off-by: NPhilip, Avinash <avinashphilip@ti.com>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: Rob Herring <rob.herring@calxeda.com>
      Cc: Rob Landley <rob@landley.net>
      Signed-off-by: NThierry Reding <thierry.reding@avionic-design.de>
      53ad9e8d
    • P
      pwm: tiecap: Add device-tree binding · 333b08ee
      Philip, Avinash 提交于
      This patch
      1. Add support for device-tree binding for ECAP APWM driver.
      2. Set size of pwm-cells set to 3 to support PWM channel number, PWM
         period & polarity configuration from device tree.
      3. Add enable/disable clock gating in PWM subsystem common config space.
      4. When here set .owner member in platform_driver structure to
         THIS_MODULE.
      Signed-off-by: NPhilip, Avinash <avinashphilip@ti.com>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: Rob Herring <rob.herring@calxeda.com>
      Cc: Rob Landley <rob@landley.net>
      Signed-off-by: NThierry Reding <thierry.reding@avionic-design.de>
      333b08ee
    • P
      pwm: Add TI PWM subsystem driver · af0ba001
      Philip, Avinash 提交于
      In some platforms (like am33xx), PWM sub modules (ECAP, EHRPWM, EQEP)
      are integrated to PWM subsystem. These PWM submodules has resources
      shared and only one register bit-field is provided to control
      module/clock enable/disable, makes it difficult to handle common
      resources from independent PWMSS submodule drivers.
      
      So the solution here implemented in this patch is, to create driver for
      PWMSS and take the role of parent driver for PWM submodules. PWMSS
      parent driver enumerates all the child nodes under PWMSS module. Also
      symbol "pwmss_submodule_state_change" exported to enable clock gating
      for individual PWMSS submodules, and submodule drivers has to enable
      clock gating from their drivers.
      
      As this is only supported during DT boot, the parent/child relationship
      is created and populated in DT execution flow. The only required change
      is inside DTS file, making EHRPWM & ECAP as a child to PWMSS node.
      Signed-off-by: NPhilip, Avinash <avinashphilip@ti.com>
      Signed-off-by: NThierry Reding <thierry.reding@avionic-design.de>
      af0ba001
  8. 23 11月, 2012 2 次提交
  9. 01 11月, 2012 1 次提交
  10. 07 10月, 2012 1 次提交
  11. 12 9月, 2012 1 次提交
  12. 07 9月, 2012 1 次提交
  13. 23 7月, 2012 2 次提交
  14. 03 7月, 2012 2 次提交
  15. 15 6月, 2012 1 次提交