From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Cercueil Subject: [PATCH 0/6] Ingenic JZ47xx TCU drivers Date: Fri, 29 Dec 2017 13:59:36 +0100 Message-ID: <20171229125942.27305-1-paul@crapouillou.net> Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Michael Turquette , Stephen Boyd , Rob Herring , Mark Rutland , Thomas Gleixner , Jason Cooper , Marc Zyngier , Daniel Lezcano , Lee Jones Cc: linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org 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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html