From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 09242C4646D for ; Sat, 4 Aug 2018 09:54:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B50EF217B9 for ; Sat, 4 Aug 2018 09:54:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B50EF217B9 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728691AbeHDLyF (ORCPT ); Sat, 4 Aug 2018 07:54:05 -0400 Received: from verein.lst.de ([213.95.11.211]:48028 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726532AbeHDLyF (ORCPT ); Sat, 4 Aug 2018 07:54:05 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 4641E68D64; Sat, 4 Aug 2018 11:58:51 +0200 (CEST) Date: Sat, 4 Aug 2018 11:58:51 +0200 From: Christoph Hellwig To: Atish Patra Cc: Christoph Hellwig , "tglx@linutronix.de" , "palmer@sifive.com" , "jason@lakedaemon.net" , "marc.zyngier@arm.com" , "robh+dt@kernel.org" , "mark.rutland@arm.com" , "devicetree@vger.kernel.org" , "aou@eecs.berkeley.edu" , "anup@brainfault.org" , "linux-kernel@vger.kernel.org" , Palmer Dabbelt , "linux-riscv@lists.infradead.org" , "shorne@gmail.com" Subject: Re: [PATCH 09/11] RISC-V: Support per-hart timebase-frequency Message-ID: <20180804095851.GA12794@lst.de> References: <20180802115008.4031-1-hch@lst.de> <20180802115008.4031-10-hch@lst.de> <20180803123357.GC18301@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180803123357.GC18301@lst.de> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Actually I had a slight change of heart: I'm going to drop both timebase frequence patches and the enable method documentation one from this series as they aren't strictly required to get a booting qemu kernel. From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@lst.de (Christoph Hellwig) Date: Sat, 4 Aug 2018 11:58:51 +0200 Subject: [PATCH 09/11] RISC-V: Support per-hart timebase-frequency In-Reply-To: <20180803123357.GC18301@lst.de> References: <20180802115008.4031-1-hch@lst.de> <20180802115008.4031-10-hch@lst.de> <20180803123357.GC18301@lst.de> Message-ID: <20180804095851.GA12794@lst.de> To: linux-riscv@lists.infradead.org List-Id: linux-riscv.lists.infradead.org Actually I had a slight change of heart: I'm going to drop both timebase frequence patches and the enable method documentation one from this series as they aren't strictly required to get a booting qemu kernel.