From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1424550AbcBRBsh (ORCPT ); Wed, 17 Feb 2016 20:48:37 -0500 Received: from outbound1a.ore.mailhop.org ([54.213.22.21]:29080 "EHLO outbound1a.ore.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422931AbcBRBsg (ORCPT ); Wed, 17 Feb 2016 20:48:36 -0500 X-MHO-User: c51d3bec-d5e1-11e5-8dfb-c75234cc769e X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 74.98.178.100 X-Mail-Handler: DuoCircle Outbound SMTP X-DKIM: OpenDKIM Filter v2.6.8 io 8A3F08006E Date: Thu, 18 Feb 2016 01:48:28 +0000 From: Jason Cooper To: Paul Burton Cc: linux-mips@linux-mips.org, Ralf Baechle , Andrew Bresticker , Thomas Gleixner , linux-kernel@vger.kernel.org, James Hogan , Markos Chandras , Marc Zyngier , Alex Smith Subject: Re: [PATCH 08/15] irqchip: mips-gic: Provide VP ID accessor Message-ID: <20160218014828.GQ5183@io.lakedaemon.net> References: <1454469335-14778-1-git-send-email-paul.burton@imgtec.com> <1454469335-14778-9-git-send-email-paul.burton@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1454469335-14778-9-git-send-email-paul.burton@imgtec.com> 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 On Wed, Feb 03, 2016 at 03:15:28AM +0000, Paul Burton wrote: > Provide a gic_read_local_vp_id() function to read the VCNUM field of the > GICs local VP_IDENT register. This will be used by a further patch to > check that the value reported by the GIC matches up with the kernels > calculation. > > Signed-off-by: Paul Burton > --- > > drivers/irqchip/irq-mips-gic.c | 8 ++++++++ > include/linux/irqchip/mips-gic.h | 17 +++++++++++++++++ > 2 files changed, 25 insertions(+) Same subject line nit here, otherwise, Acked-by: Jason Cooper thx, Jason.