1. 663d8fb counter: 104-quad-8: Fix use-after-free by quad8_irq_handler by William Breathitt Gray · 3 years ago
  2. f2ee475 counter: remove old and now unused registration API by Uwe Kleine-König · 3 years ago
  3. 02758cb2 counter: ti-eqep: Convert to new counter registration by Uwe Kleine-König · 3 years ago
  4. e75d678 counter: stm32-lptimer-cnt: Convert to new counter registration by Uwe Kleine-König · 3 years ago
  5. e1717d2 counter: stm32-timer-cnt: Convert to new counter registration by Uwe Kleine-König · 3 years ago
  6. 5998ea6 counter: microchip-tcb-capture: Convert to new counter registration by Uwe Kleine-König · 3 years ago
  7. b5d6547 counter: ftm-quaddec: Convert to new counter registration by Uwe Kleine-König · 3 years ago
  8. e99dec8 counter: intel-qep: Convert to new counter registration by Uwe Kleine-König · 3 years ago
  9. aefc7e1 counter: interrupt-cnt: Convert to new counter registration by Uwe Kleine-König · 3 years ago
  10. 9e884bb counter: 104-quad-8: Convert to new counter registration by Uwe Kleine-König · 3 years ago
  11. c18e276 counter: Provide alternative counter registration functions by Uwe Kleine-König · 3 years ago
  12. e152833 counter: stm32-timer-cnt: Convert to counter_priv() wrapper by Uwe Kleine-König · 3 years ago
  13. e98ea38 counter: stm32-lptimer-cnt: Convert to counter_priv() wrapper by Uwe Kleine-König · 3 years ago
  14. 8817c2d counter: ti-eqep: Convert to counter_priv() wrapper by Uwe Kleine-König · 3 years ago
  15. 1f1b40c0 counter: ftm-quaddec: Convert to counter_priv() wrapper by Uwe Kleine-König · 3 years ago
  16. 53ada09 counter: intel-qep: Convert to counter_priv() wrapper by Uwe Kleine-König · 3 years ago
  17. a49ede8 counter: microchip-tcb-capture: Convert to counter_priv() wrapper by Uwe Kleine-König · 3 years ago
  18. 63f0e2b counter: interrupt-cnt: Convert to counter_priv() wrapper by Uwe Kleine-König · 3 years ago
  19. aea8334 counter: 104-quad-8: Convert to counter_priv() wrapper by Uwe Kleine-König · 3 years ago
  20. 5207fb2 counter: Provide a wrapper to access device private data by Uwe Kleine-König · 3 years ago
  21. 0880603 counter: microchip-tcb-capture: Drop unused platform_set_drvdata() by Uwe Kleine-König · 3 years ago
  22. 8b2bc10 counter: ftm-quaddec: Drop unused platform_set_drvdata() by Uwe Kleine-König · 3 years ago
  23. b56346d counter: Use container_of instead of drvdata to track counter_device by Uwe Kleine-König · 3 years ago
  24. c95cc0d counter: 104-quad-8: Fix persistent enabled events bug by William Breathitt Gray · 3 years ago
  25. 60f07e7 counter: ti-eqep: Use container_of instead of struct counter_device::priv by Uwe Kleine-König · 3 years ago
  26. 8ac33b8 counter: Fix use-after-free race condition for events_queue_size write by William Breathitt Gray · 3 years, 2 months ago
  27. 310e75c counter: Cleanup lingering atomic.h includes by William Breathitt Gray · 3 years, 2 months ago
  28. f5245a5 counter: drop chrdev_lock by David Lechner · 3 years, 2 months ago
  29. c3ed761 counter/counter-sysfs: use sysfs_emit everywhere by David Lechner · 3 years, 2 months ago
  30. fe90fca counter: microchip-tcb-capture: Tidy up a false kernel-doc /** marking. by Jonathan Cameron · 3 years, 3 months ago
  31. 7aa2ba0 counter: 104-quad-8: Add IRQ support for the ACCES 104-QUAD-8 by William Breathitt Gray · 3 years, 3 months ago
  32. 09db467 counter: 104-quad-8: Replace mutex with spinlock by William Breathitt Gray · 3 years, 3 months ago
  33. feff17a counter: Implement events_queue_size sysfs attribute by William Breathitt Gray · 3 years, 3 months ago
  34. 4bdec61 counter: Implement *_component_id sysfs attributes by William Breathitt Gray · 3 years, 3 months ago
  35. bb6264a counter: Implement signalZ_action_component_id sysfs attribute by William Breathitt Gray · 3 years, 3 months ago
  36. b6c50af counter: Add character device interface by William Breathitt Gray · 3 years, 3 months ago
  37. 712392f counter: Update counter.h comments to reflect sysfs internalization by William Breathitt Gray · 3 years, 4 months ago
  38. aaec1a0 counter: Internalize sysfs interface code by William Breathitt Gray · 3 years, 4 months ago
  39. ea434ff counter: stm32-timer-cnt: Provide defines for slave mode selection by William Breathitt Gray · 3 years, 4 months ago
  40. 05593a3 counter: stm32-lptimer-cnt: Provide defines for clock polarities by William Breathitt Gray · 3 years, 4 months ago
  41. 94a853e counter: 104-quad-8: Describe member 'lock' in 'quad8' by William Breathitt Gray · 3 years, 5 months ago
  42. 394a015 counter: Rename counter_count_function to counter_function by William Breathitt Gray · 3 years, 5 months ago
  43. 493b938 counter: Rename counter_signal_value to counter_signal_level by William Breathitt Gray · 3 years, 5 months ago
  44. e2ff319 counter: Standardize to ERANGE for limit exceeded errors by William Breathitt Gray · 3 years, 5 months ago
  45. b11eed1 counter: Return error code on invalid modes by William Breathitt Gray · 3 years, 5 months ago
  46. 728246e counter: 104-quad-8: Return error when invalid mode during ceiling_write by William Breathitt Gray · 3 years, 5 months ago
  47. 62f9eb7 counter: intel-qep: Remove linux/bitops.h include by Jarkko Nikula · 3 years, 6 months ago
  48. bc84957 counter: interrupt-cnt: Add const qualifier for actions_list array by William Breathitt Gray · 3 years, 7 months ago
  49. 9346621 counter: intel-qep: Use to_pci_dev() helper by Jarkko Nikula · 3 years, 7 months ago
  50. ac3bd9d counter: intel-qep: Mark PM callbacks with __maybe_unused by Jarkko Nikula · 3 years, 7 months ago
  51. d0ce3d5 counter: stm32-timer-cnt: Add const qualifier for actions_list array by William Breathitt Gray · 3 years, 7 months ago
  52. f83e6e5 counter: stm32-lptimer-cnt: Add const qualifier for actions_list array by William Breathitt Gray · 3 years, 7 months ago
  53. 0056a40 counter: microchip-tcb-capture: Add const qualifier for actions_list array by William Breathitt Gray · 3 years, 7 months ago
  54. 9b2574f counter: ftm-quaddec: Add const qualifier for actions_list array by William Breathitt Gray · 3 years, 7 months ago
  55. 6a9eb0e counter: 104-quad-8: Add const qualifier for actions_list array by William Breathitt Gray · 3 years, 7 months ago
  56. 45af9ae counter: stm32-timer-cnt: Add const qualifier for functions_list array by William Breathitt Gray · 3 years, 7 months ago
  57. 8a00fed counter: stm32-lptimer-cnt: Add const qualifier for functions_list array by William Breathitt Gray · 3 years, 7 months ago
  58. 7e0dcfc counter: microchip-tcb-capture: Add const qualifier for functions_list array by William Breathitt Gray · 3 years, 7 months ago
  59. 891b58b counter: interrupt-cnt: Add const qualifier for functions_list array by William Breathitt Gray · 3 years, 7 months ago
  60. fca2534 counter: 104-quad-8: Add const qualifier for functions_list array by William Breathitt Gray · 3 years, 7 months ago
  61. e612b60 counter: 104-quad-8: Add const qualifiers for quad8_preset_register_set by William Breathitt Gray · 3 years, 7 months ago
  62. af383bb1 counter: 104-quad-8: Annotate hardware config module parameter by William Breathitt Gray · 3 years, 7 months ago
  63. eb8eaa2 counter: 104-quad-8: Remove pointless comment by William Breathitt Gray · 3 years, 7 months ago
  64. b711f68 counter: Add support for Intel Quadrature Encoder Peripheral by Jarkko Nikula · 3 years, 7 months ago
  65. 9c15db9 Merge tag 'iio-for-5.13a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 3 years, 9 months ago
  66. a55ebd4 counter: add IRQ or GPIO based counter by Oleksij Rempel · 3 years, 10 months ago
  67. e357e81 counter: 104-quad-8: Remove IIO counter ABI by William Breathitt Gray · 4 years ago
  68. 01f68f0 counter: stm32-lptimer-cnt: remove iio counter abi by Fabrice Gasnier · 4 years ago
  69. b14d72a counter: stm32-timer-cnt: fix ceiling miss-alignment with reload register by Fabrice Gasnier · 3 years, 10 months ago
  70. e4c3e13 counter: stm32-timer-cnt: fix ceiling write max value by Fabrice Gasnier · 3 years, 10 months ago
  71. fae6f62 counter: stm32-timer-cnt: Report count function when SLAVE_MODE_DISABLED by William Breathitt Gray · 3 years, 10 months ago
  72. 49a9565 counter:ti-eqep: remove floor by David Lechner · 4 years ago
  73. 3418bd7 counter: microchip-tcb-capture: Fix CMR value check by William Breathitt Gray · 4 years, 1 month ago
  74. 271b339 counter/ti-eqep: Fix regmap max_register by David Lechner · 4 years, 2 months ago
  75. bbbeac8 counter: use semicolons rather than commas to separate statements by Julia Lawall · 4 years, 3 months ago
  76. 0854fa2 counter: microchip-tcb-capture: Constify mchp_tc_ops by Rikard Falkeborn · 4 years, 3 months ago
  77. ab3300d counter: microchip-tcb-capture: check the correct variable by Dan Carpenter · 4 years, 5 months ago
  78. 1c2f21b Merge branch 'ib-5.8-tcb' into HEAD by Jonathan Cameron · 4 years, 5 months ago
  79. 106b104 counter: Add microchip TCB capture counter by Kamel Bouhara · 4 years, 6 months ago
  80. 263771d Merge 5.8-rc6 into staging-next by Greg Kroah-Hartman · 4 years, 5 months ago
  81. d5ed76a counter: 104-quad-8: Add lock guards - filter clock prescaler by Syed Nayyar Waris · 4 years, 10 months ago
  82. 708d9893 counter: 104-quad-8: Add lock guards - differential encoder by Syed Nayyar Waris · 4 years, 10 months ago
  83. d3be8324 iio: remove explicit IIO device parent assignment by Alexandru Ardelean · 4 years, 7 months ago
  84. fc06926 counter: 104-quad-8: Add lock guards - generic interface by Syed Nayyar Waris · 4 years, 10 months ago
  85. 954ab5c counter: 104-quad-8: Support Differential Encoder Cable Status by William Breathitt Gray · 4 years, 10 months ago
  86. de65d05 counter: 104-quad-8: Support Filter Clock Prescaler by William Breathitt Gray · 4 years, 10 months ago
  87. 15e8573 counter: stm32-timer-cnt: remove iio headers by Fabrice Gasnier · 4 years, 11 months ago
  88. c5b8425 counter: stm32-timer-cnt: add power management support by Fabrice Gasnier · 4 years, 11 months ago
  89. d49e6ee counter: Simplify the count_read and count_write callbacks by William Breathitt Gray · 5 years ago
  90. 686191a Merge branch 'ib-ti-eqep-5.4-rc1' into togreg by Jonathan Cameron · 5 years ago
  91. f213729 counter: new TI eQEP driver by David Lechner · 5 years ago
  92. 76510ec counter: stm32: clean up indentation issue by Colin Ian King · 5 years ago
  93. 81ba7e8 counter: stm32-lptimer-cnt: fix a kernel-doc warning by Fabrice Gasnier · 5 years ago
  94. 0f536e9 counter: stm32-timer-cnt: fix a kernel-doc warning by Fabrice Gasnier · 5 years ago
  95. 3e4daba counter/ftm-quaddec: Use device-managed registration API by Chuhong Yuan · 5 years ago
  96. e786741f Merge tag 'staging-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 5 years ago
  97. c55cc97 Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 5 years ago
  98. 8083f3d Merge 5.2-rc6 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  99. 67009e1 counter/ftm-quaddec: Add missing '>' in MODULE_AUTHOR by Patrick Havelange · 6 years ago
  100. d7a5417 Merge tag 'iio-fixes-for-5.2b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 6 years ago