From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Fri, 7 Apr 2017 15:30:06 +0100 Subject: [PATCHv2 00/16] arm_pmu: ACPI support In-Reply-To: <1491503363-17731-1-git-send-email-mark.rutland@arm.com> References: <1491503363-17731-1-git-send-email-mark.rutland@arm.com> Message-ID: <20170407143006.GP19342@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Apr 06, 2017 at 07:29:07PM +0100, Mark Rutland wrote: > This series implements ACPI support in the ARM PMU code. It borrows some code > from Jeremy's series [1], but takes a different approach to probing and > association, using the usual hotplug state machine, minimising external changes > required, and simplifying the relationship with the common arm_pmu code. Patches 12 and 13 seem unrelated to this series, and I've made some small comments on a couple of other patches. Other than that, looks good. Will