From mboxrd@z Thu Jan 1 00:00:00 1970 From: Atish Patra Subject: [PATCH v2 0/4] Timer code cleanup. Date: Thu, 13 Dec 2018 15:14:25 -0800 Message-ID: <1544742869-19980-1-git-send-email-atish.patra@wdc.com> Return-path: Sender: linux-kernel-owner@vger.kernel.org To: linux-kernel@vger.kernel.org Cc: Atish Patra , Albert Ou , Daniel Lezcano , devicetree@vger.kernel.org, Dmitriy Cherkasov , linux-riscv@lists.infradead.org, Mark Rutland , Palmer Dabbelt , Rob Herring , Thomas Gleixner , Anup Patel , Damien Le Moal , Christoph Hellwig List-Id: devicetree@vger.kernel.org This patch series provides an assorted timer cleanups in RISC-V. Changes from v1->v2: 1. Updated commit text in 1/4. 2. Added a timebase check for each cpu. 3. Added a warning for invalid hartid 4/4. Atish Patra (3): RISC-V: Support per-hart timebase-frequency RISC-V: Remove per cpu clocksource RISC-V: Fix non-smp kernel boot on SMP systems Palmer Dabbelt (1): dt-bindings: Correct RISC-V's timebase-frequency Documentation/devicetree/bindings/riscv/cpus.txt | 4 +- arch/riscv/kernel/time.c | 9 +---- drivers/clocksource/riscv_timer.c | 51 +++++++++++++++++++++--- 3 files changed, 49 insertions(+), 15 deletions(-) -- 2.7.4