OSDN Git Service

counter: Add support for Intel Quadrature Encoder Peripheral
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Wed, 2 Jun 2021 11:32:59 +0000 (14:32 +0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Thu, 3 Jun 2021 17:24:14 +0000 (18:24 +0100)
commitb711f687a1c1c14c2da589e84e4f61b975196951
treef83d9f92f7e725bdbbe6cf6ed55c65fc62a67ea8
parent6a7e4b04df3f4fb91a1516671a2610a0ac9f0c69
counter: Add support for Intel Quadrature Encoder Peripheral

Add support for Intel Quadrature Encoder Peripheral found on Intel
Elkhart Lake platform.

Initial implementation was done by Felipe Balbi while he was working at
Intel with later changes from Raymond Tan and me.

Co-developed-by: Felipe Balbi (Intel) <balbi@kernel.org>
Signed-off-by: Felipe Balbi (Intel) <balbi@kernel.org>
Co-developed-by: Raymond Tan <raymond.tan@intel.com>
Signed-off-by: Raymond Tan <raymond.tan@intel.com>
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Acked-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Link: https://lore.kernel.org/r/20210602113259.158674-1-jarkko.nikula@linux.intel.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Documentation/ABI/testing/sysfs-bus-counter
MAINTAINERS
drivers/counter/Kconfig
drivers/counter/Makefile
drivers/counter/intel-qep.c [new file with mode: 0644]