From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751819AbdAPRBW (ORCPT ); Mon, 16 Jan 2017 12:01:22 -0500 Received: from foss.arm.com ([217.140.101.70]:58798 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750863AbdAPRBT (ORCPT ); Mon, 16 Jan 2017 12:01:19 -0500 Date: Mon, 16 Jan 2017 17:00:10 +0000 From: Mark Rutland To: fu.wei@linaro.org Cc: rjw@rjwysocki.net, lenb@kernel.org, daniel.lezcano@linaro.org, tglx@linutronix.de, marc.zyngier@arm.com, lorenzo.pieralisi@arm.com, sudeep.holla@arm.com, hanjun.guo@linaro.org, linux-arm-kernel@lists.infradead.org, linaro-acpi@lists.linaro.org, linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, rruigrok@codeaurora.org, harba@codeaurora.org, cov@codeaurora.org, timur@codeaurora.org, graeme.gregory@linaro.org, al.stone@linaro.org, jcm@redhat.com, wei@redhat.com, arnd@arndb.de, catalin.marinas@arm.com, will.deacon@arm.com, Suravee.Suthikulpanit@amd.com, leo.duran@amd.com, wim@iguana.be, linux@roeck-us.net, linux-watchdog@vger.kernel.org, tn@semihalf.com, christoffer.dall@linaro.org, julien.grall@arm.com Subject: Re: [PATCH v19 00/15] acpi, clocksource: add GTDT driver and GTDT support in arm_arch_timer Message-ID: <20170116170010.GH5908@leverpostej> References: <20161221064603.11830-1-fu.wei@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161221064603.11830-1-fu.wei@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Wed, Dec 21, 2016 at 02:45:48PM +0800, fu.wei@linaro.org wrote: > From: Fu Wei > > This patchset: > (1)Preparation for adding GTDT support in arm_arch_timer: > 1. Move some enums and marcos to header file; > 2. Add a new enum for spi type; > 3. Improve printk relevant code; > 4. Rename some enums and defines; Can we please rework these first few patches into a series: 1. Clean up printk() usage 2. Rename the type macros 3. Rename the PPI enum & enum values 4. Move the type macro and PPI enum into a header 5. Add new enum for SPIs Please leave CNTHCL_* as they originally were. It's not part of the interface of the driver, and leaving them as they are will save us an interdependency with KVM. I'm happy to queue that immediately, as it's purely structural and shouldn't have a functional impact anywhere. That will also shrink the series a bit, and we can rebase the following patches atop of that. > 5. Rework PPI determination; > 6. Rework counter frequency detection; > 7. Refactor arch_timer_needs_probing, move it into DT init call > 8. Introduce some new structs and refactor the MMIO timer init code > for reusing some common code. I'll review these in separate replies. Thanks, Mark.