Messages in this thread |  | | From | Paul Cercueil <> | Subject | [PATCH 0/6] Ingenic JZ47xx TCU drivers | Date | Fri, 29 Dec 2017 13:59:36 +0100 |
| |
Hi,
This patch set introduces three new drivers, which together control the TCU (Timer/Counter Unit) of Ingenic JZ47xx SoCs.
The ingenic-tcu-intc driver will demultiplex the TCU IRQ interrupts; the ingenic-tcu-clocks driver will handle the TCU clocks (enable/disable, reparenting, reclocking); and the ingenic-tcu driver provides a clocksource and timers to the system.
The purpose of this patch series is to eventually completely remove the non-standard platform and board code that handles timers for the Ingenic SoCs. Before this can be achieved, the watchdog and PWM drivers (already upstream) will be modified to use the same regmap as the rest of the TCU drivers.
Thanks, -Paul
|  |