Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753503AbbDQKud (ORCPT ); Fri, 17 Apr 2015 06:50:33 -0400 Received: from mail-wi0-f178.google.com ([209.85.212.178]:37939 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751812AbbDQKub (ORCPT ); Fri, 17 Apr 2015 06:50:31 -0400 From: Peter Griffin To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, srinivas.kandagatla@gmail.com, maxime.coquelin@st.com, patrice.chotard@st.com, daniel.lezcano@linaro.org, tglx@linutronix.de Cc: peter.griffin@linaro.org, lee.jones@linaro.org, devicetree@vger.kernel.org Subject: [PATCH 0/5] Add st_lpc clocksource timer driver. Date: Fri, 17 Apr 2015 11:50:18 +0100 Message-Id: <1429267823-8879-1-git-send-email-peter.griffin@linaro.org> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1583 Lines: 40 Hi, Following on from the discussion here https://www.mail-archive.com/devicetree@vger.kernel.org/msg68857.html This series adds the st_lpc clocksource driver found on stih407 family silicon. Regardless of whether the change referenced above actually gets merged, adding this alternative clocksource driver is useful so that we can activate cpufreq upstream on stih407 family. regards, Peter. Peter Griffin (5): clocksource: st_lpc: Add LPC timer as a clocksource. clocksource: st_lpc: Add DT bindings documentation for lpc timer MAINTAINERS: Add st_lpc.c to ARCH/STI section of maintainers ARM: sti: Always enable CLKSRC_ST_LPC_CLOCK ARM: DT: STi: STiH407: Add DT node for st-lpc timer. .../devicetree/bindings/timer/st,lpc-timer.txt | 15 ++ MAINTAINERS | 1 + arch/arm/boot/dts/stih407-family.dtsi | 7 + arch/arm/mach-sti/Kconfig | 7 +- drivers/clocksource/Kconfig | 16 +++ drivers/clocksource/Makefile | 1 + drivers/clocksource/st_lpc.c | 154 +++++++++++++++++++++ 7 files changed, 198 insertions(+), 3 deletions(-) create mode 100644 Documentation/devicetree/bindings/timer/st,lpc-timer.txt create mode 100644 drivers/clocksource/st_lpc.c -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/