diff options
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | 2021-06-02 14:32:59 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2021-06-03 18:24:14 +0100 |
commit | b711f687a1c1c14c2da589e84e4f61b975196951 (patch) | |
tree | f83d9f92f7e725bdbbe6cf6ed55c65fc62a67ea8 /MAINTAINERS | |
parent | 6a7e4b04df3f4fb91a1516671a2610a0ac9f0c69 (diff) | |
download | linux-b711f687a1c1c14c2da589e84e4f61b975196951.tar.gz linux-b711f687a1c1c14c2da589e84e4f61b975196951.tar.bz2 linux-b711f687a1c1c14c2da589e84e4f61b975196951.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fc771d2aacef..e679d422b472 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9364,6 +9364,11 @@ L: linux-pm@vger.kernel.org S: Supported F: drivers/cpufreq/intel_pstate.c +INTEL QUADRATURE ENCODER PERIPHERAL DRIVER +M: Jarkko Nikula <jarkko.nikula@linux.intel.com> +L: linux-iio@vger.kernel.org +F: drivers/counter/intel-qep.c + INTEL RDMA RNIC DRIVER M: Faisal Latif <faisal.latif@intel.com> M: Shiraz Saleem <shiraz.saleem@intel.com> |