From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932213AbbGGLzf (ORCPT ); Tue, 7 Jul 2015 07:55:35 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:55916 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932168AbbGGLz1 (ORCPT ); Tue, 7 Jul 2015 07:55:27 -0400 Message-ID: <559BBE3E.809@ti.com> Date: Tue, 7 Jul 2015 14:55:42 +0300 From: Tero Kristo User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Keerthy , , CC: , , , , , Subject: Re: [PATCH 2/6] ARM: AM43xx: Add the PRM IRQ register offsets References: <1434954176-9605-1-git-send-email-j-keerthy@ti.com> <1434954176-9605-3-git-send-email-j-keerthy@ti.com> In-Reply-To: <1434954176-9605-3-git-send-email-j-keerthy@ti.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/22/2015 09:22 AM, Keerthy wrote: > Add the PRM IRQ register offsets. This patch doesn't apply cleanly to 4.2-rc1. -Tero > > Signed-off-by: Keerthy > --- > arch/arm/mach-omap2/prcm43xx.h | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm/mach-omap2/prcm43xx.h b/arch/arm/mach-omap2/prcm43xx.h > index d026199..ec1ac5c 100644 > --- a/arch/arm/mach-omap2/prcm43xx.h > +++ b/arch/arm/mach-omap2/prcm43xx.h > @@ -25,6 +25,10 @@ > #define AM43XX_PRM_WKUP_INST 0x2000 > #define AM43XX_PRM_DEVICE_INST 0x4000 > > +/* PRM_IRQ offsets */ > +#define AM43XX_PRM_IRQSTATUS_MPU_OFFSET 0x0004 > +#define AM43XX_PRM_IRQENABLE_MPU_OFFSET 0x0008 > + > /* RM RSTCTRL offsets */ > #define AM43XX_RM_PER_RSTCTRL_OFFSET 0x0010 > #define AM43XX_RM_GFX_RSTCTRL_OFFSET 0x0010 > @@ -146,4 +150,5 @@ > #define AM43XX_CM_PER_HDQ1W_CLKCTRL_OFFSET 0x04a0 > #define AM43XX_CM_PER_VPFE0_CLKCTRL_OFFSET 0x0068 > #define AM43XX_CM_PER_VPFE1_CLKCTRL_OFFSET 0x0070 > +#define AM43XX_PRM_IO_PMCTRL_OFFSET 0x0024 > #endif >