1. cf79873 pwm: imx27: Remove unused include of of_device.h by Anson Huang · 4 years, 11 months ago
  2. 2cb5cd9 pwm: imx27: Ensure clocks being on iff the PWM is on by Uwe Kleine-König · 5 years ago
  3. 4563654 pwm: imx27: Don't disable clocks at device remove time by Uwe Kleine-König · 5 years ago
  4. aad4e53 pwm: imx27: Simplify helper function to enable and disable clocks by Uwe Kleine-König · 5 years ago
  5. 15d4dbd pwm: imx27: Fix clock handling in pwm_imx27_apply() by Uwe Kleine-König · 5 years ago
  6. a368c34 pwm: imx27: Eliminate error message for defer probe by Anson Huang · 5 years ago
  7. bd88d31 pwm: imx27: Unconditionally write state to hardware by Thierry Reding · 5 years ago
  8. a3597d6 pwm: imx27: Cache duty cycle register value by Thierry Reding · 5 years ago
  9. 71523d1 pwm: Ensure pwm_apply_state() doesn't modify the state argument by Uwe Kleine-König · 5 years ago
  10. f696097 pwm: imx: Document known limitations by Uwe Kleine-König · 5 years ago
  11. 1347c94 pwm: imx27: Use devm_platform_ioremap_resource() to simplify code by Anson Huang · 6 years ago
  12. 519ef9b pwm: imx27: Only enable the clocks once in .get_state() by Uwe Kleine-König · 6 years ago
  13. 7ca17b2 pwm: imx: Signedness bug in imx_pwm_get_state() by Dan Carpenter · 6 years ago
  14. d80f820 pwm: imx: Split into two drivers by Uwe Kleine-König · 6 years ago[Renamed (61%) from drivers/pwm/pwm-imx.c]
  15. b9a5c60 pwm: imx: Don't print an error on -EPROBE_DEFER by Uwe Kleine-König · 6 years ago
  16. f20b187 pwm: imx: Set driver data earlier simplifying the end of ->probe() by Uwe Kleine-König · 6 years ago
  17. 01482d24 pwm: imx: Remove if block where the condition is always wrong by Uwe Kleine-König · 6 years ago
  18. 9f4c8f9 pwm: imx: Add ipg clock operation by Anson Huang · 6 years ago
  19. bf9b0b1 pwm: imx: Implement get_state() function for hardware readout by Michal Vokáč · 6 years ago
  20. 9f617ad pwm: imx: Use bitops and bitfield macros to define register values by Michal Vokáč · 6 years ago
  21. e3adc7e pwm: imx: Sort include files by Michal Vokáč · 6 years ago
  22. a99290c pwm: imx: Switch to SPDX identifier by Fabio Estevam · 7 years ago
  23. 1f6eefe pwm: imx: Let PWM be active during suspend by Fabio Estevam · 7 years ago
  24. 38b0a52 Merge branch 'for-4.11/drivers' into for-next by Thierry Reding · 8 years ago
  25. 326ed31 pwm: imx: Add polarity inversion support to i.MX's PWMv2 by Lukasz Majewski · 8 years ago
  26. 871985b pwm: imx: Remove redundant i.MX PWMv2 code by Lukasz Majewski · 8 years ago
  27. 0ca1a11 pwm: imx: Provide atomic PWM support for i.MX PWMv2 by Lukasz Majewski · 8 years ago
  28. 73b1ff1 pwm: imx: Move PWMv2 wait for fifo slot code to a separate function by Lukasz Majewski · 8 years ago
  29. 970247a pwm: imx: Move PWMv2 software reset code to a separate function by Lukasz Majewski · 8 years ago
  30. b3c088f pwm: imx: Rewrite v1 code to facilitate switch to atomic PWM by Lukasz Majewski · 8 years ago
  31. 0038922 pwm: imx: Add separate set of PWM ops for v1 and v2 by Lukasz Majewski · 8 years ago
  32. 9fb27fa pwm: imx: Remove ipg clock and enable per clock when required by Sascha Hauer · 8 years ago
  33. b2ec9ef pwm: constify pwm_ops structures by Bhumika Goyal · 8 years ago
  34. 8c0216f pwm: Remove .can_sleep from struct pwm_chip by Thierry Reding · 8 years ago
  35. 15da7b5 pwm: Make use of pwm_get_xxx() helpers where appropriate by Boris Brezillon · 10 years ago
  36. 5c31252 pwm: Add the pwm_is_enabled() helper by Boris Brezillon · 10 years ago
  37. a8a93c6 Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next by Greg Kroah-Hartman · 10 years ago
  38. f05fae1 pwm: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  39. 137fd45 pwm: imx: Avoid sample FIFO overflow for i.MX PWM version2 by Liu Ying · 11 years ago
  40. 40f260c pwm: imx: Cleanup indentation for register definitions by Liu Ying · 11 years ago
  41. bd59bdc pwm: imx: Fix the macro MX3_PWMCR_PRESCALER(x) definition by Liu Ying · 11 years ago
  42. 31c4fa3 pwm: imx: set can_sleep flag for imx_pwm by Shawn Guo · 11 years ago
  43. 1cbec74 pwm: i.MX: Remove unnecessary OOM messages by Jingoo Han · 11 years ago
  44. becbca13 pwm: imx: Remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  45. 2a8876c pwm: imx: Include linux/of.h header by Sachin Kamat · 11 years ago
  46. 3dd0a90 pwm: Fill in missing .owner fields by Thierry Reding · 12 years ago
  47. 362e9cd drivers/pwm: don't check resource with devm_ioremap_resource by Wolfram Sang · 12 years ago
  48. 72da70e pwm: imx: Remove enabled field from struct imx_chip by Axel Lin · 12 years ago
  49. 6d4294d pwm: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
  50. 74779e2 Merge tag 'for-3.8-rc1' of git://gitorious.org/linux-pwm/linux-pwm by Linus Torvalds · 12 years ago
  51. 983290b pwm: i.MX: eliminate build warning by Lothar Waßmann · 12 years ago
  52. 77f3791 pwm: remove use of __devexit by Bill Pemberton · 12 years ago
  53. 3e9fe83 pwm: remove use of __devinit by Bill Pemberton · 12 years ago
  54. fd10911 pwm: remove use of __devexit_p by Bill Pemberton · 12 years ago
  55. 7b27c16 pwm: i.MX: fix clock lookup by Philipp Zabel · 13 years ago
  56. 8d1c24b pwm: i.MX: use per clock unconditionally by Sascha Hauer · 12 years ago
  57. 479e2e3 pwm: i.MX: add devicetree support by Philipp Zabel · 13 years ago
  58. 208d038 pwm: i.MX: Use module_platform_driver by Sascha Hauer · 12 years ago
  59. 66ad6a6 pwm: i.MX: add functions to enable/disable pwm. by Sascha Hauer · 12 years ago
  60. 140827c pwm: i.MX: remove unnecessary if in pwm_[en|dis]able by Sascha Hauer · 12 years ago
  61. 19e7333 pwm: i.MX: factor out SoC specific functions by Sascha Hauer · 13 years ago
  62. a9970e3 pwm: Convert pwm-imx to use devm_* APIs by Axel Lin · 13 years ago
  63. 2969324 ARM i.MX: Move i.MX pwm driver to pwm framework by Sascha Hauer · 13 years ago