On 7/30/19 7:35 AM, Uwe Kleine-König wrote:
On Mon, Jul 22, 2019 at 10:45:36AM -0500, David Lechner wrote:
This adds a new counter driver for the Texas Instruments Enhanced
Quadrature Encoder Pulse (eQEP) module.
Only very basic functionality is currently implemented - only enough to
be able to read the position. The actual device has many more features
which can be added to the driver on an as-needed basis.
Signed-off-by: David Lechner <david@xxxxxxxxxxxxxx>
---
MAINTAINERS | 6 +
drivers/counter/Kconfig | 12 ++
drivers/counter/Makefile | 1 +
drivers/counter/ti-eqep.c | 381 ++++++++++++++++++++++++++++++++++++++
drivers/pwm/Kconfig | 2 +-
It's not obvious why the change to drivers/pwm/Kconfig is needed. Can
you please motivate that in the change log?
Will do. The short version is that it is needed for power management.
Best regards
Uwe