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 <da...@lechnology.com> > --- > 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? Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König | Industrial Linux Solutions | http://www.pengutronix.de/ |