summaryrefslogtreecommitdiffstats
path: root/drivers/counter/intel-qep.c
Commit message (Expand)AuthorAgeFilesLines
* counter: Move symbols into COUNTER namespaceWilliam Breathitt Gray2022-09-301-0/+1
* counter: intel-qep: Convert to new counter registrationUwe Kleine-König2021-12-301-12/+16
* counter: intel-qep: Convert to counter_priv() wrapperUwe Kleine-König2021-12-301-9/+9
* counter: Internalize sysfs interface codeWilliam Breathitt Gray2021-10-171-84/+62
* counter: Rename counter_count_function to counter_functionWilliam Breathitt Gray2021-08-091-2/+2
* counter: Standardize to ERANGE for limit exceeded errorsWilliam Breathitt Gray2021-08-091-1/+1
* counter: intel-qep: Remove linux/bitops.h includeJarkko Nikula2021-07-131-1/+0
* counter: intel-qep: Use to_pci_dev() helperJarkko Nikula2021-06-131-2/+2
* counter: intel-qep: Mark PM callbacks with __maybe_unusedJarkko Nikula2021-06-131-4/+2
* counter: Add support for Intel Quadrature Encoder PeripheralJarkko Nikula2021-06-031-0/+546