1. 1817060 Fix error messages to contain the correct chip and pwm ids by Uwe Kleine-König · 4 months ago main
  2. 7e51859 Release libpwm 1.0-rc2 by Uwe Kleine-König · 4 months ago v1.0-rc2
  3. 0fb5f1a Makefile.am: Add uapi-pwm.h to distribution tarball by Uwe Kleine-König · 4 months ago
  4. 40eb549 pwmround/pwmset: Fix check for invalid duty_offset by Uwe Kleine-König · 4 months ago
  5. 18d92cb sysfs: Implement fine grained cache control by Uwe Kleine-König · 4 months ago
  6. 480fa6e sysfs: Keep polarity for constant waveforms by Uwe Kleine-König · 4 months ago
  7. bbaa8ca sysfs: Fix polarity handling by Uwe Kleine-König · 4 months ago
  8. 7b2bee9 sysfs: Fix a wrong condition for duty_cycle writing by Uwe Kleine-König · 4 months ago
  9. 3a9a9d3 cdev: Make backend compilable without <linux/pwm.h> by Uwe Kleine-König · 6 months ago
  10. f7c32a3 sysfs: Complete cleanup in close callback by Uwe Kleine-König · 6 months ago
  11. 00aff52 Release libpwm 1.0-rc1 by Uwe Kleine-König · 7 months ago v1.0-rc1
  12. eb52203 Provide manpages for pwmset, pwmround and pwmtestperf by Uwe Kleine-König · 6 months ago
  13. fae029a README: Fix a spelling error by Uwe Kleine-König · 6 months ago
  14. 0b0f058 Update SPDX copyright and license markers by Uwe Kleine-König · 7 months ago
  15. 6ae1a90 pwmset: Add switch -e to request exact waveform setting by Uwe Kleine-König · 7 months ago
  16. aa1f7c3 cdev: Implement backend for pwm_set_waveform_exact() by Uwe Kleine-König · 7 months ago
  17. d1643d3 libpwm: Add API function pwm_set_waveform_exact() by Uwe Kleine-König · 7 months ago
  18. cd62c9a Make sure pwm-internal.h and libpwm.sym are included in a release tarball by Uwe Kleine-König · 7 months ago
  19. f09f692 pwmround: Fix format string for uint64_t variables by Uwe Kleine-König · 7 months ago
  20. 706a320 README: Update for rename of pwmtest and new pwmround by Uwe Kleine-König · 7 months ago
  21. 4ddb811 libpwm: Drop old function names pwm_apply_state() and pwm_get_state() by Uwe Kleine-König · 7 months ago
  22. 087882c pwmround: New console tool to wrap pwm_round_waveform() by Uwe Kleine-König · 7 months ago
  23. b7531da cdev: Implement backend for pwm_round_waveform() by Uwe Kleine-König · 7 months ago
  24. 996dbce libpwm: Add API function pwm_round_waveform() by Uwe Kleine-König · 7 months ago
  25. d0439cc pwmset: Choose default duty_length a bit more intelligently by Uwe Kleine-König · 7 months ago
  26. 3ef8813 pwmset: Warn about invalid waveforms by Uwe Kleine-König · 7 months ago
  27. 4c98568 Rename pwmtest to pwmset by Uwe Kleine-König · 7 months ago
  28. 5714be8 cdev: Fix error handling of PWM_IOCTL_REQUEST by Uwe Kleine-König · 7 months ago
  29. 4502e35 cdev: Explicitly call PWM_IOCTL_REQUEST by Uwe Kleine-König · 1 year, 1 month ago
  30. 6826be7 cdev: Store pwm in the array that already exists for that purpose by Uwe Kleine-König · 1 year, 2 months ago
  31. ae09ef6 configure.ac: Drop some debug code by Uwe Kleine-König · 1 year, 3 months ago
  32. b085a8b cdev: Stop using PWM_IOCTL_GET_NUM_PWMS by Uwe Kleine-König · 1 year, 3 months ago
  33. dc70234 Adopt _ns suffix by Uwe Kleine-König · 1 year, 3 months ago
  34. c2486eb cdev: Update to v3 of kernel chardev support by Uwe Kleine-König · 1 year, 3 months ago
  35. e10534b pwmtestperf: Introduce step option for period by Uwe Kleine-König · 1 year, 4 months ago
  36. 6d1129c Restrict period to <= INT64_MAX and do some sanity checking by Uwe Kleine-König · 1 year, 4 months ago
  37. dd53009 sysfs: Check period_length == 0 first to win one indention level by Uwe Kleine-König · 1 year, 4 months ago
  38. 61f31bb cdev: Update to new WIP API of the kernel pwm devices by Uwe Kleine-König · 1 year, 4 months ago
  39. 5bc95f1 Adopt new (better) nameing conventions by Uwe Kleine-König · 1 year, 4 months ago
  40. 38f38c3 Add libpwm.sym as a dependency of libpwm.la by Uwe Kleine-König · 1 year, 4 months ago
  41. f49d189 pwmtest: Add a verbose switch (-v) by Uwe Kleine-König · 1 year, 5 months ago
  42. 9fa188d pwmtest: Make sleep length configurable by Uwe Kleine-König · 1 year, 5 months ago
  43. f7a7496 README: Document where and how to send patches for contributions by Uwe Kleine-König · 1 year, 7 months ago
  44. 46ae827 COPYING: Establish a license conformance procedure by Uwe Kleine-König · 1 year, 7 months ago
  45. 910fef6 Provide an initial .gitignore file by Uwe Kleine-König · 1 year, 7 months ago
  46. 046435d cdev: Implement get_state callback by Uwe Kleine-König · 1 year, 8 months ago
  47. 8ef8f5b confgure: Provide better args to AC_INIT call by Uwe Kleine-König · 2 years ago
  48. 2860dd0 Fix a few warnings when using -Wextra by Uwe Kleine-König · 2 years ago
  49. 4f64440 Fix returning an uninitialized value in pwm_chip_sysfs_apply_state() by Uwe Kleine-König · 2 years ago
  50. 5dc4fe2 Fix sysfs backend for pwmchips with npwm > 1 by Uwe Kleine-König · 2 years ago
  51. 67f0b9f First prototype for libpwm by Uwe Kleine-König · 2 years, 1 month ago