Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754706AbcJIFee (ORCPT ); Sun, 9 Oct 2016 01:34:34 -0400 Received: from 216-12-86-13.cv.mvl.ntelos.net ([216.12.86.13]:55692 "EHLO brightrain.aerifal.cx" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752813AbcJIFea (ORCPT ); Sun, 9 Oct 2016 01:34:30 -0400 Message-Id: From: Rich Felker Subject: [PATCH v8 0/2] J-Core timer support To: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-sh@vger.kernel.org Cc: Rob Herring , Mark Rutland , Daniel Lezcano , Thomas Gleixner , "Paul E. McKenney" Date: Sun, 09 Oct 2016 05:34:22 +0000 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 779 Lines: 19 Resubmitted with the (incorrect) workaround for rcu_sched stalls removed, since the problem was found in the interrupt controller driver; a separate patch will be submitted for it. Rich Felker (2): of: add J-Core timer bindings clocksource: add J-Core timer/clocksource driver .../devicetree/bindings/timer/jcore,pit.txt | 24 +++ drivers/clocksource/Kconfig | 10 + drivers/clocksource/Makefile | 1 + drivers/clocksource/jcore-pit.c | 231 +++++++++++++++++++++ include/linux/cpuhotplug.h | 1 + 5 files changed, 267 insertions(+) create mode 100644 Documentation/devicetree/bindings/timer/jcore,pit.txt create mode 100644 drivers/clocksource/jcore-pit.c -- 2.10.0