summaryrefslogtreecommitdiffstats
path: root/drivers/counter/ftm-quaddec.c
Commit message (Collapse)AuthorAgeFilesLines
* counter/ftm-quaddec: Add missing '>' in MODULE_AUTHORPatrick Havelange2019-06-221-2/+2
| | | | | | | | | | The last '>' chars were missing in the MODULE_AUTHOR entries. Reported-by: Randy Dunlap <rdunlap@infradead.org> Fixes: a3b9a99980d9 ("counter: add FlexTimer Module Quadrature decoder counter driver") Signed-off-by: Patrick Havelange <patrick.havelange@essensium.com> Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
* counter: add FlexTimer Module Quadrature decoder counter driverPatrick Havelange2019-04-251-0/+356
This driver exposes the counter for the quadrature decoder of the FlexTimer Module, present in the LS1021A soc. Signed-off-by: Patrick Havelange <patrick.havelange@essensium.com> Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>